-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Nov 11, 2023 at 11:32 PM
-- Server version: 10.3.39-MariaDB-log
-- PHP Version: 8.1.16

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


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `prepmajor_wp_jvttu`
--

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

--
-- Table structure for table `YKEpqa_actionscheduler_actions`
--

CREATE TABLE `YKEpqa_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_actionscheduler_claims`
--

CREATE TABLE `YKEpqa_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_actionscheduler_groups`
--

CREATE TABLE `YKEpqa_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_actionscheduler_groups`
--

INSERT INTO `YKEpqa_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration');

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

--
-- Table structure for table `YKEpqa_actionscheduler_logs`
--

CREATE TABLE `YKEpqa_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_cmplz_cookiebanners`
--

CREATE TABLE `YKEpqa_cmplz_cookiebanners` (
  `ID` int(11) NOT NULL,
  `banner_version` int(11) NOT NULL,
  `default` int(11) NOT NULL,
  `archived` int(11) NOT NULL,
  `title` text NOT NULL,
  `position` text NOT NULL,
  `theme` text NOT NULL,
  `checkbox_style` text NOT NULL,
  `use_logo` text NOT NULL,
  `logo_attachment_id` text NOT NULL,
  `close_button` text NOT NULL,
  `revoke` text NOT NULL,
  `manage_consent_options` text NOT NULL,
  `header` text NOT NULL,
  `dismiss` text NOT NULL,
  `save_preferences` text NOT NULL,
  `view_preferences` text NOT NULL,
  `category_functional` text NOT NULL,
  `category_all` text NOT NULL,
  `category_stats` text NOT NULL,
  `category_prefs` text NOT NULL,
  `accept` text NOT NULL,
  `message_optin` text NOT NULL,
  `use_categories` text NOT NULL,
  `disable_cookiebanner` int(11) NOT NULL,
  `banner_width` int(11) NOT NULL,
  `soft_cookiewall` int(11) NOT NULL,
  `dismiss_on_scroll` int(11) NOT NULL,
  `dismiss_on_timeout` int(11) NOT NULL,
  `dismiss_timeout` text NOT NULL,
  `accept_informational` text NOT NULL,
  `message_optout` text NOT NULL,
  `use_custom_cookie_css` text NOT NULL,
  `custom_css` text NOT NULL,
  `statistics` text NOT NULL,
  `functional_text` text NOT NULL,
  `statistics_text` text NOT NULL,
  `statistics_text_anonymous` text NOT NULL,
  `preferences_text` text NOT NULL,
  `marketing_text` text NOT NULL,
  `colorpalette_background` text NOT NULL,
  `colorpalette_text` text NOT NULL,
  `colorpalette_toggles` text NOT NULL,
  `colorpalette_border_radius` text NOT NULL,
  `border_width` text NOT NULL,
  `font_size` text NOT NULL,
  `colorpalette_button_accept` text NOT NULL,
  `colorpalette_button_deny` text NOT NULL,
  `colorpalette_button_settings` text NOT NULL,
  `buttons_border_radius` text NOT NULL,
  `animation` text NOT NULL,
  `use_box_shadow` int(11) NOT NULL,
  `header_footer_shadow` int(11) NOT NULL,
  `hide_preview` int(11) NOT NULL,
  `disable_width_correction` int(11) NOT NULL,
  `legal_documents` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_cmplz_cookiebanners`
--

INSERT INTO `YKEpqa_cmplz_cookiebanners` (`ID`, `banner_version`, `default`, `archived`, `title`, `position`, `theme`, `checkbox_style`, `use_logo`, `logo_attachment_id`, `close_button`, `revoke`, `manage_consent_options`, `header`, `dismiss`, `save_preferences`, `view_preferences`, `category_functional`, `category_all`, `category_stats`, `category_prefs`, `accept`, `message_optin`, `use_categories`, `disable_cookiebanner`, `banner_width`, `soft_cookiewall`, `dismiss_on_scroll`, `dismiss_on_timeout`, `dismiss_timeout`, `accept_informational`, `message_optout`, `use_custom_cookie_css`, `custom_css`, `statistics`, `functional_text`, `statistics_text`, `statistics_text_anonymous`, `preferences_text`, `marketing_text`, `colorpalette_background`, `colorpalette_text`, `colorpalette_toggles`, `colorpalette_border_radius`, `border_width`, `font_size`, `colorpalette_button_accept`, `colorpalette_button_deny`, `colorpalette_button_settings`, `buttons_border_radius`, `animation`, `use_box_shadow`, `header_footer_shadow`, `hide_preview`, `disable_width_correction`, `legal_documents`) VALUES
(1, 1, 1, 0, 'bottom-right view-preferences', 'bottom-right', '', 'slider', 'hide', '0', '1', 'Manage consent', 'hover-hide-mobile', 'a:2:{s:4:\"text\";s:21:\"Manage Cookie Consent\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:4:\"Deny\";s:4:\"show\";i:1;}', 'Save preferences', 'View preferences', 'Functional', 'a:2:{s:4:\"text\";s:9:\"Marketing\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:10:\"Statistics\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:11:\"Preferences\";s:4:\"show\";i:1;}', 'Accept', 'To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.', 'view-preferences', 0, 526, 0, 0, 0, '10', 'a:2:{s:4:\"text\";s:6:\"Accept\";s:4:\"show\";i:1;}', 'To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.', '0', '/* Container */\n.cmplz-cookiebanner{}\n\n/* Logo */\n.cmplz-cookiebanner .cmplz-logo{}\n/* Title */\n.cmplz-cookiebanner .cmplz-title{}\n/* Close icon */\n.cmplz-cookiebanner .cmplz-close{}\n\n/* Message */\n.cmplz-cookiebanner .cmplz-message{}\n\n /* All buttons */\n.cmplz-buttons .cmplz-btn{}\n/* Accept button */\n.cmplz-btn .cmplz-accept{} \n /* Deny button */\n.cmplz-btn .cmplz-deny{}\n /* Save preferences button */\n.cmplz-btn .cmplz-deny{}\n /* View preferences button */\n.cmplz-btn .cmplz-deny{}\n\n /* Document hyperlinks */\n.cmplz-links .cmplz-documents{}\n\n /* Categories */\n.cmplz-cookiebanner .cmplz-category{}\n.cmplz-cookiebanner .cmplz-category-title{} \n\n/* Manage consent tab */\n#cmplz-manage-consent .cmplz-manage-consent{} \n\n/* Soft cookie wall */\n.cmplz-soft-cookiewall{}\n\n/* Placeholder button - Per category */\n.cmplz-blocked-content-container .cmplz-blocked-content-notice{}\n\n/* Placeholder button & message - Per service */\n.cmplz-blocked-content-container .cmplz-blocked-content-notice,\n.cmplz-blocked-content-notice{}\nbutton.cmplz-accept-service{}\n\n/* Styles for the AMP notice */\n#cmplz-consent-ui, #cmplz-post-consent-ui {}\n/* Message */\n#cmplz-consent-ui .cmplz-consent-message {}\n/* Buttons */\n#cmplz-consent-ui button, #cmplz-post-consent-ui button {}', 'a:0:{}', 'a:2:{s:4:\"text\";s:289:\"The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:82:\"The technical storage or access that is used exclusively for statistical purposes.\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:317:\"The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:144:\"The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.\";s:4:\"show\";i:1;}', 'a:2:{s:4:\"text\";s:181:\"The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.\";s:4:\"show\";i:1;}', 'a:2:{s:5:\"color\";s:7:\"#ffffff\";s:6:\"border\";s:7:\"#f2f2f2\";}', 'a:2:{s:5:\"color\";s:7:\"#222222\";s:9:\"hyperlink\";s:7:\"#1E73BE\";}', 'a:3:{s:10:\"background\";s:7:\"#1e73be\";s:6:\"bullet\";s:7:\"#ffffff\";s:8:\"inactive\";s:7:\"#F56E28\";}', 'a:5:{s:3:\"top\";i:12;s:5:\"right\";i:12;s:6:\"bottom\";i:12;s:4:\"left\";i:12;s:4:\"type\";s:2:\"px\";}', 'a:4:{s:3:\"top\";i:0;s:5:\"right\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;}', '12', 'a:3:{s:10:\"background\";s:7:\"#1E73BE\";s:6:\"border\";s:7:\"#1E73BE\";s:4:\"text\";s:7:\"#ffffff\";}', 'a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:6:\"border\";s:7:\"#f2f2f2\";s:4:\"text\";s:7:\"#222222\";}', 'a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:6:\"border\";s:7:\"#f2f2f2\";s:4:\"text\";s:7:\"#333333\";}', 'a:5:{s:3:\"top\";i:6;s:5:\"right\";i:6;s:6:\"bottom\";i:6;s:4:\"left\";i:6;s:4:\"type\";s:2:\"px\";}', 'none', 1, 0, 0, 0, 1);

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

--
-- Table structure for table `YKEpqa_cmplz_cookies`
--

CREATE TABLE `YKEpqa_cmplz_cookies` (
  `ID` int(11) NOT NULL,
  `name` varchar(250) NOT NULL,
  `slug` varchar(250) NOT NULL,
  `sync` int(11) NOT NULL,
  `ignored` int(11) NOT NULL,
  `retention` text NOT NULL,
  `type` text NOT NULL,
  `serviceID` int(11) NOT NULL,
  `cookieFunction` text NOT NULL,
  `collectedPersonalData` text NOT NULL,
  `purpose` text NOT NULL,
  `language` varchar(6) NOT NULL,
  `isTranslationFrom` int(11) NOT NULL,
  `isPersonalData` int(11) NOT NULL,
  `isOwnDomainCookie` int(11) NOT NULL,
  `deleted` int(11) NOT NULL,
  `isMembersOnly` int(11) NOT NULL,
  `showOnPolicy` int(11) NOT NULL,
  `lastUpdatedDate` int(11) NOT NULL,
  `lastAddDate` int(11) NOT NULL,
  `firstAddDate` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_cmplz_cookies`
--

INSERT INTO `YKEpqa_cmplz_cookies` (`ID`, `name`, `slug`, `sync`, `ignored`, `retention`, `type`, `serviceID`, `cookieFunction`, `collectedPersonalData`, `purpose`, `language`, `isTranslationFrom`, `isPersonalData`, `isOwnDomainCookie`, `deleted`, `isMembersOnly`, `showOnPolicy`, `lastUpdatedDate`, `lastAddDate`, `firstAddDate`) VALUES
(1, 'WP_PREFERENCES_USER_1', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(2, 'e_event-tracker', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(3, 'wp-reset-cards', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(4, 'wp-reset-tabs', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(5, 'e_globals', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(6, 'e_kit-elements-defaults', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(7, 'elementor', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(8, 'WP_DATA_USER_1', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(9, 'wpreset_upsell_shown', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(10, 'wpreset_upsell_shown_timestamp', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(11, 'wordpress_test_cookie', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(12, 'wp-settings-time-1', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(13, 'wptb', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141),
(14, 'wordpress_logged_in_f22f7e9c476ae0e183ec3fb1056e8ad0', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 1, 0, 0, 1, 0, 1679195267, 1679195141);

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

--
-- Table structure for table `YKEpqa_cmplz_services`
--

CREATE TABLE `YKEpqa_cmplz_services` (
  `ID` int(11) NOT NULL,
  `name` varchar(250) NOT NULL,
  `slug` varchar(250) NOT NULL,
  `serviceType` varchar(250) NOT NULL,
  `category` varchar(250) NOT NULL,
  `thirdParty` int(11) NOT NULL,
  `sharesData` int(11) NOT NULL,
  `secondParty` int(11) NOT NULL,
  `privacyStatementURL` varchar(250) NOT NULL,
  `language` varchar(6) NOT NULL,
  `isTranslationFrom` int(11) NOT NULL,
  `sync` int(11) NOT NULL,
  `lastUpdatedDate` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_commentmeta`
--

CREATE TABLE `YKEpqa_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_comments`
--

CREATE TABLE `YKEpqa_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_defender_audit_log`
--

CREATE TABLE `YKEpqa_defender_audit_log` (
  `id` int(11) UNSIGNED NOT NULL,
  `timestamp` int(11) NOT NULL,
  `event_type` varchar(255) NOT NULL,
  `action_type` varchar(255) NOT NULL,
  `site_url` varchar(255) NOT NULL,
  `user_id` int(11) NOT NULL,
  `context` varchar(255) NOT NULL,
  `ip` varchar(45) NOT NULL,
  `msg` varchar(255) NOT NULL,
  `blog_id` int(11) NOT NULL,
  `synced` int(11) NOT NULL,
  `ttl` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_defender_email_log`
--

CREATE TABLE `YKEpqa_defender_email_log` (
  `id` int(11) UNSIGNED NOT NULL,
  `timestamp` int(11) NOT NULL,
  `source` varchar(255) NOT NULL,
  `to` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_defender_lockout`
--

CREATE TABLE `YKEpqa_defender_lockout` (
  `id` int(11) UNSIGNED NOT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `status` varchar(16) DEFAULT NULL,
  `lockout_message` text DEFAULT NULL,
  `release_time` int(11) DEFAULT NULL,
  `lock_time` int(11) DEFAULT NULL,
  `lock_time_404` int(11) DEFAULT NULL,
  `attempt` int(11) DEFAULT NULL,
  `attempt_404` int(11) DEFAULT NULL,
  `meta` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_defender_lockout`
--

INSERT INTO `YKEpqa_defender_lockout` (`id`, `ip`, `status`, `lockout_message`, `release_time`, `lock_time`, `lock_time_404`, `attempt`, `attempt_404`, `meta`) VALUES
(406, '109.75.172.193', 'normal', '', 0, 1695522621, 0, 0, 0, '[]'),
(407, '17.241.227.90', 'normal', '', 0, 1695525815, 0, 0, 0, '[]'),
(408, '127.0.0.1', 'normal', '', 0, 1695526318, 0, 0, 0, '[]'),
(409, '185.191.171.2', 'normal', '', 0, 1695580353, 0, 0, 0, '[]'),
(410, '77.102.40.91', 'normal', '', 0, 1695589099, 0, 0, 0, '[]'),
(411, '115.124.115.69', 'normal', '', 0, 1699730663, 0, 0, 0, '[]'),
(412, '82.16.77.234', 'normal', '', 0, 1699731376, 0, 0, 0, '[]'),
(413, '140.228.55.177', 'normal', '', 0, 1699733324, 0, 0, 0, '[]'),
(414, '34.219.15.16', 'normal', '', 0, 1699744703, 0, 0, 0, '[]'),
(415, '213.120.33.140', 'normal', '', 0, 1699744791, 0, 0, 0, '[]');

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

--
-- Table structure for table `YKEpqa_defender_lockout_log`
--

CREATE TABLE `YKEpqa_defender_lockout_log` (
  `id` int(11) UNSIGNED NOT NULL,
  `log` text DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `date` int(11) DEFAULT NULL,
  `type` varchar(16) DEFAULT NULL,
  `user_agent` varchar(255) DEFAULT NULL,
  `blog_id` int(11) DEFAULT NULL,
  `tried` varchar(255) DEFAULT NULL,
  `country_iso_code` char(2) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_defender_scan`
--

CREATE TABLE `YKEpqa_defender_scan` (
  `id` int(11) UNSIGNED NOT NULL,
  `percent` float NOT NULL,
  `total_tasks` tinyint(4) NOT NULL,
  `task_checkpoint` varchar(255) NOT NULL,
  `status` varchar(255) NOT NULL,
  `date_start` datetime NOT NULL,
  `date_end` datetime NOT NULL,
  `is_automation` tinyint(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_defender_scan_item`
--

CREATE TABLE `YKEpqa_defender_scan_item` (
  `id` int(11) UNSIGNED NOT NULL,
  `parent_id` int(11) NOT NULL,
  `type` varchar(255) NOT NULL,
  `status` varchar(255) NOT NULL,
  `raw_data` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_e_events`
--

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

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

--
-- Table structure for table `YKEpqa_frmt_form_entry`
--

CREATE TABLE `YKEpqa_frmt_form_entry` (
  `entry_id` bigint(20) UNSIGNED NOT NULL,
  `entry_type` varchar(191) NOT NULL,
  `draft_id` varchar(12) DEFAULT NULL,
  `form_id` bigint(20) UNSIGNED NOT NULL,
  `is_spam` tinyint(1) NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_frmt_form_entry`
--

INSERT INTO `YKEpqa_frmt_form_entry` (`entry_id`, `entry_type`, `draft_id`, `form_id`, `is_spam`, `date_created`) VALUES
(1, 'custom-forms', NULL, 2984, 0, '2023-03-21 23:28:54'),
(2, 'custom-forms', NULL, 2984, 0, '2023-05-01 21:40:47');

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

--
-- Table structure for table `YKEpqa_frmt_form_entry_meta`
--

CREATE TABLE `YKEpqa_frmt_form_entry_meta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `entry_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(191) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_frmt_form_entry_meta`
--

INSERT INTO `YKEpqa_frmt_form_entry_meta` (`meta_id`, `entry_id`, `meta_key`, `meta_value`, `date_created`, `date_updated`) VALUES
(1, 1, 'text-1', 'Joe Joe', '2023-03-21 23:28:57', '0000-00-00 00:00:00'),
(2, 1, 'email-1', 'jiwey43705@huvacliq.com', '2023-03-21 23:28:57', '0000-00-00 00:00:00'),
(3, 1, 'checkbox-1', 'Scrum Product Owner Certified (SPOC)', '2023-03-21 23:28:57', '0000-00-00 00:00:00'),
(4, 1, '_forminator_user_ip', '31.50.121.170', '2023-03-21 23:28:57', '0000-00-00 00:00:00'),
(5, 1, 'stripe-1', 'a:9:{s:4:\"mode\";s:4:\"test\";s:12:\"product_name\";s:28:\"Please Make Payment of £150\";s:12:\"payment_type\";s:8:\"One Time\";s:6:\"amount\";s:6:\"150.00\";s:8:\"quantity\";s:1:\"1\";s:8:\"currency\";s:3:\"GBP\";s:14:\"transaction_id\";s:27:\"pi_3MoEboJZvPFXQ9za0Plm8QXq\";s:16:\"transaction_link\";s:70:\"https://dashboard.stripe.com/test/payments/pi_3MoEboJZvPFXQ9za0Plm8QXq\";s:6:\"status\";s:9:\"COMPLETED\";}', '2023-03-21 23:28:57', '0000-00-00 00:00:00'),
(6, 2, 'text-1', 'Bamidele Phillips', '2023-05-01 21:40:50', '0000-00-00 00:00:00'),
(7, 2, 'email-1', 'bamidele_phillips@yahoo.com', '2023-05-01 21:40:50', '0000-00-00 00:00:00'),
(8, 2, 'currency-1', '150.00', '2023-05-01 21:40:50', '0000-00-00 00:00:00'),
(9, 2, 'select-1', 'Scrum Master Certified (SMC)', '2023-05-01 21:40:50', '0000-00-00 00:00:00'),
(10, 2, '_forminator_user_ip', '212.132.196.10', '2023-05-01 21:40:50', '0000-00-00 00:00:00'),
(11, 2, 'stripe-1', 'a:9:{s:4:\"mode\";s:4:\"live\";s:12:\"product_name\";s:28:\"Please Make Payment of £150\";s:12:\"payment_type\";s:8:\"One Time\";s:6:\"amount\";s:6:\"150.00\";s:8:\"quantity\";s:1:\"1\";s:8:\"currency\";s:3:\"GBP\";s:14:\"transaction_id\";s:27:\"pi_3N34SfJZvPFXQ9za1FnCJsnb\";s:16:\"transaction_link\";s:65:\"https://dashboard.stripe.com/payments/pi_3N34SfJZvPFXQ9za1FnCJsnb\";s:6:\"status\";s:9:\"COMPLETED\";}', '2023-05-01 21:40:50', '0000-00-00 00:00:00');

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

--
-- Table structure for table `YKEpqa_frmt_form_reports`
--

CREATE TABLE `YKEpqa_frmt_form_reports` (
  `report_id` bigint(20) UNSIGNED NOT NULL,
  `report_value` longtext NOT NULL,
  `status` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_frmt_form_reports`
--

INSERT INTO `YKEpqa_frmt_form_reports` (`report_id`, `report_value`, `status`, `date_created`, `date_updated`) VALUES
(1, 'a:5:{s:7:\"exclude\";a:1:{i:0;i:1;}s:8:\"settings\";a:3:{s:5:\"label\";s:12:\"Form reports\";s:6:\"module\";s:5:\"forms\";s:10:\"forms_type\";s:3:\"all\";}s:8:\"schedule\";a:3:{s:9:\"frequency\";s:7:\"monthly\";s:8:\"monthDay\";s:1:\"4\";s:9:\"monthTime\";s:8:\"04:00 AM\";}s:13:\"report_status\";s:8:\"inactive\";s:10:\"recipients\";a:1:{i:0;a:5:{s:2:\"id\";i:1;s:4:\"name\";s:5:\"admin\";s:5:\"email\";s:34:\"admin@certifications.prepmajor.com\";s:4:\"role\";s:13:\"Administrator\";s:6:\"avatar\";s:75:\"http://2.gravatar.com/avatar/b743b213eb33e9a1c6786f156b9a1922?s=96&d=mm&r=g\";}}}', 'inactive', '2023-03-19 03:03:52', '2023-03-19 03:03:52');

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

--
-- Table structure for table `YKEpqa_frmt_form_views`
--

CREATE TABLE `YKEpqa_frmt_form_views` (
  `view_id` bigint(20) UNSIGNED NOT NULL,
  `form_id` bigint(20) UNSIGNED NOT NULL,
  `page_id` bigint(20) UNSIGNED NOT NULL,
  `ip` varchar(191) DEFAULT NULL,
  `count` mediumint(8) UNSIGNED NOT NULL DEFAULT 1,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_frmt_form_views`
--

INSERT INTO `YKEpqa_frmt_form_views` (`view_id`, `form_id`, `page_id`, `ip`, `count`, `date_created`, `date_updated`) VALUES
(1, 2984, 0, NULL, 4, '2023-03-19 23:56:16', '2023-03-19 23:59:38'),
(2, 2984, 0, NULL, 10, '2023-03-20 00:00:16', '2023-03-20 00:18:21'),
(3, 2984, 2158, NULL, 7, '2023-03-20 00:22:02', '2023-03-20 18:21:26'),
(4, 2984, 2158, NULL, 21, '2023-03-21 21:18:46', '2023-03-21 23:58:22'),
(5, 2984, 0, NULL, 8, '2023-03-21 22:25:24', '2023-03-21 23:37:33'),
(6, 2984, 2158, NULL, 13, '2023-03-22 00:00:29', '2023-03-22 23:50:21'),
(7, 2984, 0, NULL, 10, '2023-03-22 22:35:16', '2023-03-22 23:34:18'),
(8, 2984, 2158, NULL, 6, '2023-03-23 00:08:07', '2023-03-23 17:38:56'),
(9, 2984, 2158, NULL, 24, '2023-03-24 11:51:39', '2023-03-24 23:35:53'),
(10, 3235, 0, NULL, 2, '2023-03-24 20:11:35', '2023-03-24 20:11:35'),
(11, 2984, 3237, NULL, 3, '2023-03-24 20:18:35', '2023-03-24 20:19:14'),
(12, 3235, 3237, NULL, 18, '2023-03-24 20:19:26', '2023-03-24 23:18:36'),
(13, 2984, 3238, NULL, 1, '2023-03-24 20:23:38', '0000-00-00 00:00:00'),
(14, 3235, 3237, NULL, 2, '2023-03-25 08:15:56', '2023-03-25 08:16:44'),
(15, 2984, 2158, NULL, 1, '2023-03-25 08:16:58', '0000-00-00 00:00:00'),
(16, 2984, 2158, NULL, 1, '2023-03-27 17:45:00', '0000-00-00 00:00:00'),
(17, 3235, 3237, NULL, 1, '2023-03-27 17:45:28', '0000-00-00 00:00:00'),
(18, 2984, 2158, NULL, 1, '2023-04-21 19:14:15', '0000-00-00 00:00:00'),
(19, 3235, 3237, NULL, 1, '2023-04-21 19:14:42', '0000-00-00 00:00:00'),
(20, 2984, 2158, NULL, 6, '2023-04-24 04:07:48', '2023-04-24 05:52:30'),
(21, 3235, 3237, NULL, 2, '2023-04-24 04:08:05', '2023-04-24 22:32:09'),
(22, 3561, 0, NULL, 4, '2023-04-24 04:25:56', '2023-04-24 05:47:15'),
(23, 3561, 3238, NULL, 9, '2023-04-24 04:34:07', '2023-04-24 22:44:48'),
(24, 3235, 3237, NULL, 4, '2023-04-30 11:35:27', '2023-04-30 13:33:29'),
(25, 3561, 3238, NULL, 7, '2023-04-30 11:35:52', '2023-04-30 13:54:08'),
(26, 2984, 2158, NULL, 4, '2023-04-30 11:36:05', '2023-04-30 13:33:11'),
(27, 3561, 3238, NULL, 2, '2023-05-01 02:30:57', '2023-05-01 13:19:05'),
(28, 2984, 2158, NULL, 52, '2023-05-01 12:05:45', '2023-05-01 22:57:47'),
(29, 2984, 2158, NULL, 5, '2023-05-02 06:37:15', '2023-05-02 14:58:13'),
(30, 2984, 2158, NULL, 1, '2023-05-03 18:08:50', '0000-00-00 00:00:00'),
(31, 2984, 2158, NULL, 4, '2023-05-04 06:38:32', '2023-05-04 19:01:34'),
(32, 2984, 2158, NULL, 1, '2023-05-05 22:50:31', '0000-00-00 00:00:00'),
(33, 2984, 2158, NULL, 1, '2023-05-07 06:43:40', '0000-00-00 00:00:00'),
(34, 2984, 2158, NULL, 1, '2023-05-08 13:12:20', '0000-00-00 00:00:00'),
(35, 2984, 2158, NULL, 1, '2023-05-09 20:28:12', '0000-00-00 00:00:00'),
(36, 2984, 2158, NULL, 1, '2023-05-10 22:15:12', '0000-00-00 00:00:00'),
(37, 2984, 2158, NULL, 1, '2023-05-15 16:45:55', '0000-00-00 00:00:00'),
(38, 2984, 2158, NULL, 1, '2023-05-28 17:05:01', '0000-00-00 00:00:00'),
(39, 2984, 2158, NULL, 1, '2023-06-08 10:02:20', '0000-00-00 00:00:00'),
(40, 2984, 2158, NULL, 1, '2023-06-12 09:03:10', '0000-00-00 00:00:00'),
(41, 3561, 3238, NULL, 4, '2023-07-18 16:03:34', '2023-07-18 17:13:14'),
(42, 2984, 2158, NULL, 9, '2023-07-18 16:04:10', '2023-07-18 17:12:41'),
(43, 3235, 3237, NULL, 3, '2023-07-18 16:12:36', '2023-07-18 17:18:40'),
(44, 2984, 2158, NULL, 1, '2023-07-19 21:08:24', '0000-00-00 00:00:00'),
(45, 3561, 3238, NULL, 4, '2023-08-14 00:47:45', '2023-08-14 02:16:47'),
(46, 3561, 3238, NULL, 1, '2023-08-14 23:16:39', '0000-00-00 00:00:00'),
(47, 3561, 3238, NULL, 3, '2023-08-15 03:37:29', '2023-08-15 22:46:41'),
(48, 3561, 3238, NULL, 1, '2023-08-16 00:08:25', '0000-00-00 00:00:00'),
(49, 2984, 2158, NULL, 1, '2023-08-17 10:24:02', '0000-00-00 00:00:00'),
(50, 3561, 3238, NULL, 1, '2023-08-26 23:30:24', '0000-00-00 00:00:00'),
(51, 3561, 3238, NULL, 1, '2023-08-26 23:30:50', '0000-00-00 00:00:00'),
(52, 3561, 3238, NULL, 1, '2023-08-30 10:51:23', '0000-00-00 00:00:00'),
(53, 3561, 3238, NULL, 3, '2023-08-31 10:46:42', '2023-08-31 12:03:16'),
(54, 3561, 3238, NULL, 1, '2023-09-03 08:04:20', '0000-00-00 00:00:00'),
(55, 3561, 3238, NULL, 1, '2023-09-08 06:42:56', '0000-00-00 00:00:00'),
(56, 3561, 3238, NULL, 1, '2023-09-09 17:28:22', '0000-00-00 00:00:00'),
(57, 3561, 3238, NULL, 1, '2023-09-11 04:19:21', '0000-00-00 00:00:00'),
(58, 3561, 3238, NULL, 1, '2023-09-12 04:21:10', '0000-00-00 00:00:00'),
(59, 3561, 3238, NULL, 2, '2023-09-15 21:42:09', '2023-09-15 22:42:12'),
(60, 3561, 3238, NULL, 1, '2023-09-18 09:25:38', '0000-00-00 00:00:00'),
(61, 3561, 3238, NULL, 1, '2023-09-19 06:38:37', '0000-00-00 00:00:00'),
(62, 3561, 3238, NULL, 3, '2023-09-21 21:14:04', '2023-09-21 22:22:07');

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

--
-- Table structure for table `YKEpqa_hustle_entries`
--

CREATE TABLE `YKEpqa_hustle_entries` (
  `entry_id` bigint(20) UNSIGNED NOT NULL,
  `entry_type` varchar(191) NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_hustle_entries_meta`
--

CREATE TABLE `YKEpqa_hustle_entries_meta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `entry_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(191) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_hustle_modules`
--

CREATE TABLE `YKEpqa_hustle_modules` (
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `blog_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `module_name` varchar(255) NOT NULL,
  `module_type` varchar(100) NOT NULL,
  `active` tinyint(4) DEFAULT 1,
  `module_mode` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_hustle_modules_meta`
--

CREATE TABLE `YKEpqa_hustle_modules_meta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(191) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_hustle_tracking`
--

CREATE TABLE `YKEpqa_hustle_tracking` (
  `tracking_id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `page_id` bigint(20) UNSIGNED NOT NULL,
  `module_type` varchar(100) NOT NULL,
  `action` varchar(100) NOT NULL,
  `ip` varchar(191) DEFAULT NULL,
  `counter` mediumint(8) UNSIGNED NOT NULL DEFAULT 1,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_links`
--

CREATE TABLE `YKEpqa_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_options`
--

CREATE TABLE `YKEpqa_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_options`
--

INSERT INTO `YKEpqa_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://certifications.prepmajor.com/scrum', 'yes'),
(2, 'home', 'https://certifications.prepmajor.com/scrum', 'yes'),
(3, 'blogname', 'Scrum Certification', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@certifications.prepmajor.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:115:{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:18:\"^entries/([^/]+)/?\";s:29:\"index.php?entries=$matches[1]\";s:42:\"archives/(\\d+)(?:/(\\d+))?/entries/(\\d+)/?$\";s:60:\"index.php?p=$matches[1]&page=$matches[2]&entries=$matches[3]\";s:38:\"(.?.+?)(?:/([0-9]+))?/entries/(\\d+)/?$\";s:67:\"index.php?pagename=$matches[1]&page=$matches[2]&entries=$matches[3]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/entries/(\\d+)/?$\";s:101:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]&entries=$matches[5]\";s:75:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/entries/(\\d+)/?$\";s:117:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]&entries=$matches[6]\";s:26:\"(.?.+?)/entries(/(.*))?/?$\";s:50:\"index.php?pagename=$matches[1]&entries=$matches[3]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=1955&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:11:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:45:\"colibri-page-builder/colibri-page-builder.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:33:\"defender-security/wp-defender.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:6;s:25:\"forminator/forminator.php\";i:7;s:42:\"hummingbird-performance/wp-hummingbird.php\";i:8;s:41:\"wordpress-importer/wordpress-importer.php\";i:9;s:27:\"wordpress-popup/popover.php\";i:10;s:23:\"wp-smushit/wp-smush.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', 'colibri-wp', 'yes'),
(41, 'stylesheet', 'colibri-wp', '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:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(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:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '6', 'yes'),
(82, 'page_on_front', '1955', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1694746883', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'YKEpqa_user_roles', 'a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:70:{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:14:\"manage_privacy\";b:1;s:17:\"manage_forminator\";b:1;s:11:\"hustle_menu\";b:1;s:18:\"hustle_edit_module\";b:1;s:13:\"hustle_create\";b:1;s:24:\"hustle_edit_integrations\";b:1;s:20:\"hustle_access_emails\";b:1;s:20:\"hustle_edit_settings\";b:1;s:16:\"hustle_analytics\";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:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:14:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-1\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-1\";}s:22:\"colibri-ecommerce-left\";a:0:{}s:17:\"colibri-sidebar-1\";a:6:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:8:\"search-1\";i:4;s:14:\"recent-posts-1\";i:5;s:17:\"recent-comments-1\";}s:28:\"colibri-header-widget-area-1\";a:0:{}s:28:\"colibri-header-widget-area-2\";a:0:{}s:28:\"colibri-header-widget-area-3\";a:0:{}s:29:\"colibri-content-widget-area-1\";a:0:{}s:29:\"colibri-content-widget-area-2\";a:0:{}s:29:\"colibri-content-widget-area-3\";a:0:{}s:28:\"colibri-footer-widget-area-1\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:28:\"colibri-footer-widget-area-2\";a:0:{}s:28:\"colibri-footer-widget-area-3\";a:0:{}s:28:\"colibri-footer-widget-area-4\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:24:{i:1695589120;a:2:{s:22:\"forminator_send_export\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:25:\"forminator_process_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1695589138;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1695589200;a:1:{s:21:\"wdf_maybe_send_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:14:\"thirty_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1800;}}}i:1695589283;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1695589432;a:1:{s:42:\"forminator_general_data_protection_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1695590602;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1695590633;a:1:{s:38:\"hustle_general_data_protection_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1695590648;a:1:{s:22:\"firewall_clean_up_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1695590950;a:1:{s:26:\"wpdef_fetch_global_ip_list\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1695594628;a:1:{s:27:\"wphb_get_delay_js_exclusion\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1695597838;a:1:{s:27:\"wpdef_log_rotational_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:1695600000;a:1:{s:22:\"wdev_logger_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1695601438;a:1:{s:22:\"wp_defender_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1695601442;a:1:{s:15:\"wphb_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1695602516;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1695603400;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1695610883;a:5:{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: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: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: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;}}}i:1695611135;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:1695611138;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:1695675517;a:1:{s:30:\"schedule_forminator_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1695699129;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1696029838;a:1:{s:21:\"wpdef_clear_scan_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1696029848;a:1:{s:31:\"wpdef_firewall_clean_up_lockout\";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'),
(1204, '_elementor_editor_upgrade_notice_dismissed', '1691975076', '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:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}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:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'nonce_key', '[231x a90N.zi9]pk/2S@oRKaIZ=r(l Tzs0=ryn?tnEk]>aL)1+&D5Z6ggyy-fD', 'no'),
(116, 'nonce_salt', 'O0,XfHN(JQ/Ci_?EL]tJYw)tg^8iw-{378x7-OXzR+g&r@2URFUy(Gh*Cd#;9vR3', 'no'),
(117, 'widget_recent-posts', 'a:2:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_recent-comments', 'a:2:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(121, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(125, 'theme_mods_twentytwentythree', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679197688;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\";}}}s:18:\"nav_menu_locations\";a:0:{}}', 'yes'),
(128, 'recovery_keys', 'a:0:{}', 'yes'),
(139, 'elementor_active_kit', '4', 'yes'),
(129, 'https_detection_errors', 'a:0:{}', 'yes'),
(5083, '_site_transient_timeout_theme_roots', '1695582154', 'no'),
(5084, '_site_transient_theme_roots', 'a:3:{s:10:\"colibri-wp\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'no'),
(149, 'eael_setup_wizard', 'init', 'yes'),
(150, 'eael_save_settings', 'a:62:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";i:1;s:13:\"facebook-feed\";i:1;s:19:\"advanced-data-table\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";i:1;s:14:\"contact-form-7\";i:1;s:7:\"weforms\";i:1;s:10:\"ninja-form\";i:1;s:9:\"formstack\";i:1;s:12:\"gravity-form\";i:1;s:12:\"caldera-form\";i:1;s:7:\"wpforms\";i:1;s:10:\"fluentform\";i:1;s:8:\"typeform\";i:1;s:24:\"betterdocs-category-grid\";i:1;s:23:\"betterdocs-category-box\";i:1;s:22:\"betterdocs-search-form\";i:1;s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";i:1;s:10:\"embedpress\";i:1;s:24:\"crowdfundly-organization\";i:1;s:24:\"crowdfundly-all-campaign\";i:1;s:27:\"crowdfundly-single-campaign\";i:1;s:12:\"woo-checkout\";i:1;s:8:\"woo-cart\";i:1;s:14:\"login-register\";i:1;s:18:\"woocommerce-review\";i:1;s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";i:1;s:20:\"woo-product-carousel\";i:1;s:11:\"simple-menu\";i:1;s:19:\"woo-product-gallery\";i:1;s:18:\"interactive-circle\";i:1;s:14:\"better-payment\";i:1;s:11:\"nft-gallery\";i:1;s:16:\"business-reviews\";i:1;s:9:\"promotion\";i:1;s:9:\"custom-js\";i:1;s:16:\"reading-progress\";i:1;s:16:\"table-of-content\";i:1;s:15:\"post-duplicator\";i:1;s:13:\"scroll-to-top\";i:1;}', 'yes'),
(151, 'eael_version', '5.8.0', 'yes'),
(140, 'elementor_font_display', 'swap', 'yes'),
(143, 'elementor_version', '3.14.1', 'yes'),
(144, 'elementor_install_history', 'a:5:{s:6:\"3.11.5\";i:1679194960;s:6:\"3.12.1\";i:1681085737;s:6:\"3.12.2\";i:1683146932;s:6:\"3.13.4\";i:1686249200;s:6:\"3.14.1\";i:1688596174;}', 'yes'),
(145, 'elementor_events_db_version', '1.0.0', 'no'),
(162, 'cmplz_show_terms_conditions_notice', '1679195040', 'yes'),
(163, 'cmplz_tour_started', '', 'no'),
(166, '_transient_cmplz_cookie_table_exists', '1', 'yes'),
(167, 'cmplz_active_integrations', '4', 'yes'),
(168, 'cmplz_integrations_changed', '', 'yes'),
(170, 'cmplz_cookietable_version', '6.4.2.1', 'yes'),
(173, 'cmplz_cbdb_version', '6.4.2.1', 'yes'),
(174, 'cmplz_first_version', '6.4.2.1', 'no'),
(175, 'cmplz_generate_new_cookiepolicy_snapshot', '', 'no'),
(176, 'cmplz-current-version', '6.4.2.1', 'no'),
(180, 'wpmudev_recommended_plugins_registered', 'a:3:{s:25:\"forminator/forminator.php\";a:1:{s:13:\"registered_at\";i:1679195135;}s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1679700216;}s:33:\"defender-security/wp-defender.php\";a:1:{s:13:\"registered_at\";i:1679700238;}}', 'no'),
(197, '_elementor_installed_time', '1679195136', 'yes');
INSERT INTO `YKEpqa_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(198, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:561;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:562;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:563;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:606;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:607;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:608;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:609;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `YKEpqa_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(155, 'forminator_free_install_date', '1679195031', 'no'),
(156, 'forminator_default_report_entry', '1', 'yes'),
(157, 'forminator_version', '1.24.6', 'yes'),
(158, 'widget_forminator_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(275, 'auto_update_themes', 'a:1:{i:0;s:6:\"astral\";}', 'no'),
(179, 'cmplz_activation_time', '1679195135', 'no'),
(194, 'forminator_appearance_presets', 'a:1:{s:7:\"default\";s:14:\"Default Preset\";}', 'yes'),
(199, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:82:\"Elementor 3.15 is Here - Check out The Taxonomy Filter, Nested Accordion, and More\";s:7:\"excerpt\";s:241:\"This release includes the first phase of the much-awaited Taxonomy Filter, the new and improved Accordion widget with nested items, enhanced styling capabilities for Carousel widgets, fun new Elementor AI Image tools, and the new Apps Page. \";s:7:\"created\";i:1691513693;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:157:\"https://elementor.com/blog/introducing-315-taxonomy-filter-nested-accordion-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.14 - Gain More Design Flexibility with Nested Carousels and Loop Grid Ads\";s:7:\"excerpt\";s:239:\"This version includes a new Carousel widget, extends the Loop Grid with the ability to place static content within the Loop, a Global Styles Preview, and a multitude of highly requested styling capabilities, and new Elementor AI features. \";s:7:\"created\";i:1688394655;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:154:\"https://elementor.com/blog/introducing-314-nested-carousel-loop-grid-ads-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:87:\"Professional Hosting Tools that Boost Control and Elevate Your Online Business Presence\";s:7:\"excerpt\";s:249:\"Experience more control and workflow efficiency with powerful tools like phpMyAdmin, SFTP, and Cloning. And elevate your online brand and business with Custom Domains and Professional Mailboxes, ensuring a professional and distinct website presence.\";s:7:\"created\";i:1688054065;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:130:\"https://elementor.com/blog/new-professional-hosting-tools/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(2727, 'hustle_activated_flag', '1', 'yes'),
(2728, 'hustle_database_version', '4.0', 'yes'),
(2729, 'hustle_version', '4.8.0', 'yes'),
(2730, 'widget_hustle_module_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2731, 'widget_inc_opt_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2735, 'hustle_430_modules_to_migrate', 'a:0:{}', 'no'),
(2733, 'hustle_notice_stop_support_m2', 'a:0:{}', 'yes'),
(2734, 'hustle_migrations', 'a:2:{i:0;s:18:\"hustle_40_migrated\";i:1;s:19:\"hustle_430_migrated\";}', 'yes'),
(2750, 'wphb_version', '3.5.0', 'no'),
(2751, 'wphb-notice-uptime-info-show', 'yes', 'no'),
(2752, 'wphb_run_onboarding', '1', 'no'),
(2754, 'wphb-free-install-date', '1679700242', 'no'),
(2739, 'defender_free_install_date', '1679700237', 'no'),
(2740, 'action_scheduler_hybrid_store_demarkation', '3544', 'yes'),
(2741, 'schema-ActionScheduler_StoreSchema', '6.0.1686249190', 'yes'),
(2742, 'schema-ActionScheduler_LoggerSchema', '3.0.1679700238', 'yes'),
(2743, 'wd_db_version', '3.12.0', 'no'),
(202, 'wpmudev_notices', 'a:3:{s:7:\"plugins\";a:5:{s:10:\"forminator\";i:1679195137;s:8:\"defender\";i:1679700238;s:6:\"hustle\";i:1682104429;s:11:\"hummingbird\";i:1682104429;s:5:\"smush\";i:1679700216;}s:5:\"queue\";a:5:{s:10:\"forminator\";a:3:{s:5:\"email\";i:1679195137;s:4:\"rate\";i:1679799937;s:8:\"giveaway\";i:1682034485;}s:8:\"defender\";a:3:{s:5:\"email\";i:1682190829;s:4:\"rate\";i:1680305038;s:8:\"giveaway\";i:1682104429;}s:6:\"hustle\";a:3:{s:5:\"email\";i:1682104428;s:4:\"rate\";i:1682709228;s:8:\"giveaway\";i:1682277228;}s:11:\"hummingbird\";a:3:{s:5:\"email\";i:1682104429;s:4:\"rate\";i:1682709229;s:8:\"giveaway\";i:1682277229;}s:5:\"smush\";a:3:{s:5:\"email\";i:1682190829;s:4:\"rate\";i:1686336023;s:8:\"giveaway\";i:1688597606;}}s:4:\"done\";a:0:{}}', 'no'),
(203, 'cmplz_synced_cookiedatabase_once', '1', 'yes'),
(204, 'cmplz_last_cookie_scan', '1679195276', 'yes'),
(205, 'complianz_scan_token', '1679195276', 'no'),
(215, 'cmplz_detected_stats', 'a:0:{}', 'yes'),
(233, 'finished_updating_comment_type', '1', 'yes'),
(213, 'cmplz_detected_social_media', 'a:0:{}', 'yes'),
(214, 'cmplz_detected_thirdparty_services', 'a:0:{}', 'yes'),
(4315, 'db_upgraded', '', 'yes'),
(4451, 'ai1wm_status', 'a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:396:\"<a href=\"https://certifications.prepmajor.com/scrum/wp-content/ai1wm-backups/certifications.prepmajor.com-scrum-20230814-011729-ybl1m8.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"certifications.prepmajor.com\" download=\"certifications.prepmajor.com-scrum-20230814-011729-ybl1m8.wpress\"><span>Download certifications.prepmajor.com</span><em>Size: 264 MB</em></a>\";}', 'yes'),
(4479, '_site_transient_ai1wm_last_check_for_updates', '1695580353', 'no'),
(4480, 'ai1wm_updater', 'a:0:{}', 'yes'),
(1268, 'elementor_log', 'a:24:{s:32:\"5385f92eaa75d23b0b73ba41bfc2ef66\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"51824\";s:7:\"\0*\0file\";s:253:\"https://certifications.prepmajor.com/scrum/wp-admin/load-scripts.php?c=0&amp;loadchunk_0=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-mouse,underscore,backbone,wp-api-request,regenerator-runtime,wp-polyfill,wp-&amp;loadchunk_1=hooks&amp;ver=6.1.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-03-21 21:54:33\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:65:\"Cannot read properties of undefined (reading &#039;replace&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-21 21:54:33\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1679435673\";s:7:\"message\";s:55:\"Cannot read properties of undefined (reading \'replace\')\";s:3:\"url\";s:253:\"https://certifications.prepmajor.com/scrum/wp-admin/load-scripts.php?c=0&amp;loadchunk_0=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-mouse,underscore,backbone,wp-api-request,regenerator-runtime,wp-polyfill,wp-&amp;loadchunk_1=hooks&amp;ver=6.1.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"51824\";}}s:32:\"c662f7ae310097cc3438493ee6ab0914\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-10 00:15:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.11.5\";s:2:\"to\";s:6:\"3.12.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-10 00:15:36\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.11.5\";s:2:\"to\";s:6:\"3.12.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6d5a78a0c755cdf86edf65ff64abb474\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-10 00:15:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-10 00:15:36\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"3fac635fd387a1f96d7b5f42cdfe62d1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-10 00:15:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-10 00:15:36\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"fdf4143a9180ffa8c710d5cf257bc8f9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-10 00:15:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-10 00:15:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e66fd596fc12980dfe37da8716879319\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-04-10 00:15:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.11.5\";s:2:\"to\";s:6:\"3.12.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-10 00:15:37\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.11.5\";s:2:\"to\";s:6:\"3.12.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9a265cd7ec074eda7c026c6297c590e1\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"785238\";s:7:\"\0*\0file\";s:106:\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.12.1\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-04-24 04:51:49\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading &#039;toLowerCase&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:167;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-04-24 04:51:53\";i:1;s:19:\"2023-04-24 04:51:53\";i:2;s:19:\"2023-04-24 04:51:53\";i:3;s:19:\"2023-04-24 04:51:53\";i:4;s:19:\"2023-04-24 04:51:53\";i:5;s:19:\"2023-04-24 04:51:53\";i:6;s:19:\"2023-04-24 04:51:53\";i:7;s:19:\"2023-04-24 04:51:53\";i:8;s:19:\"2023-04-24 04:51:53\";i:9;s:19:\"2023-04-24 04:51:54\";i:10;s:19:\"2023-04-24 04:51:54\";i:11;s:19:\"2023-04-24 04:51:54\";i:12;s:19:\"2023-04-24 04:51:54\";i:13;s:19:\"2023-04-24 04:51:54\";i:14;s:19:\"2023-04-24 04:51:54\";i:15;s:19:\"2023-04-24 04:51:54\";i:16;s:19:\"2023-04-24 04:51:54\";i:17;s:19:\"2023-04-24 04:51:54\";i:18;s:19:\"2023-04-24 04:51:54\";i:19;s:19:\"2023-04-24 04:51:54\";i:20;s:19:\"2023-04-24 04:51:54\";i:21;s:19:\"2023-04-24 04:51:54\";i:22;s:19:\"2023-04-24 04:51:54\";i:23;s:19:\"2023-04-24 04:51:54\";i:24;s:19:\"2023-04-24 04:51:54\";i:25;s:19:\"2023-04-24 04:51:54\";i:26;s:19:\"2023-04-24 04:51:54\";i:27;s:19:\"2023-04-24 04:51:54\";i:28;s:19:\"2023-04-24 04:51:54\";i:29;s:19:\"2023-04-24 04:51:54\";i:30;s:19:\"2023-04-24 04:51:54\";i:31;s:19:\"2023-04-24 04:51:54\";i:32;s:19:\"2023-04-24 04:51:54\";i:33;s:19:\"2023-04-24 04:51:54\";i:34;s:19:\"2023-04-24 04:51:54\";i:35;s:19:\"2023-04-24 04:51:54\";i:36;s:19:\"2023-04-24 04:51:54\";i:37;s:19:\"2023-04-24 04:51:54\";i:38;s:19:\"2023-04-24 04:51:54\";i:39;s:19:\"2023-04-24 04:51:55\";i:40;s:19:\"2023-04-24 04:51:55\";i:41;s:19:\"2023-04-24 04:51:55\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1682311909\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \'toLowerCase\')\";s:3:\"url\";s:106:\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.12.1\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"785238\";}}s:32:\"d45737fd4aff3db0c00260efe66d57d2\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:102:\"/home/prepmajor/public_html/certifications/scrum/wp-content/plugins/elementor/core/logger/items/js.php\";s:7:\"\0*\0line\";i:17;s:7:\"\0*\0date\";s:19:\"2023-04-24 04:52:15\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:35:\"Undefined array key &quot;url&quot;\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-04-24 04:52:15\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:25:\"Undefined array key \"url\"\";s:4:\"file\";s:102:\"/home/prepmajor/public_html/certifications/scrum/wp-content/plugins/elementor/core/logger/items/js.php\";s:4:\"line\";i:17;s:5:\"trace\";b:1;}}s:32:\"914de424f1daea76f58e2a7732a6aef2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-05-03 20:48:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-05-03 20:48:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"9dd729c09befe35abe0d8905c45f7ce0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-05-03 20:48:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-05-03 20:48:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c1cc85650ae042fc8d6411d439b5947f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-05-03 20:48:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-05-03 20:48:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"7ca0ceffcd82b974e3d2a1c128e83607\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-05-03 20:48:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.1\";s:2:\"to\";s:6:\"3.12.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-05-03 20:48:52\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.1\";s:2:\"to\";s:6:\"3.12.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"aa9b7b8cda0f0d44b9680e8a07fe55d6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-05-03 20:48:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.1\";s:2:\"to\";s:6:\"3.12.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-05-03 20:48:52\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.1\";s:2:\"to\";s:6:\"3.12.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6e9769fcb53e8b7515f8bf23814a7d21\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-06-08 18:33:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-06-08 18:33:20\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"3940c186a40c86a62c2b4e2189ea19ec\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-06-08 18:33:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-06-08 18:33:20\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"18902c916af63aa5494154951d071ac7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-06-08 18:33:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-06-08 18:33:20\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e35ab23f770ed586808818516c23d203\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-06-08 18:33:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.2\";s:2:\"to\";s:6:\"3.13.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-06-08 18:33:20\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.2\";s:2:\"to\";s:6:\"3.13.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"426ed6c986a9f7a3ab6c140e53f17e8f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-06-08 18:33:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.2\";s:2:\"to\";s:6:\"3.13.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-06-08 18:33:20\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.12.2\";s:2:\"to\";s:6:\"3.13.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7e601fdcb2ab8dc4560bce0c1893a6c2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-05 22:29:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.13.4\";s:2:\"to\";s:6:\"3.14.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-05 22:29:33\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.13.4\";s:2:\"to\";s:6:\"3.14.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"0e4efa881143c700ce0a7396a6edbc95\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-05 22:29:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-05 22:29:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"67ca26d4ee5df8af0d9cbcc0221265cd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-05 22:29:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-05 22:29:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"316ab07f440a4cd4556d4f655d53d24e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-05 22:29:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-05 22:29:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"9b13b1ce747ea6b28ee7e793793a0e4b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-05 22:29:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.13.4\";s:2:\"to\";s:6:\"3.14.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-05 22:29:34\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.13.4\";s:2:\"to\";s:6:\"3.14.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"72a69b150c6ac5ec5c2348c30b280703\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-05 22:29:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.13.4\";s:2:\"to\";s:6:\"3.14.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-05 22:29:37\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.13.4\";s:2:\"to\";s:6:\"3.14.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}', 'no'),
(1277, 'cp_dismissed_notifications', 'a:4:{i:0;s:49:\"extendthemes_remote_notification_colibri-wp_21858\";i:1;s:49:\"extendthemes_remote_notification_colibri-wp_26984\";i:2;s:49:\"extendthemes_remote_notification_colibri-wp_19773\";i:3;s:49:\"extendthemes_remote_notification_colibri-wp_28036\";}', 'yes'),
(1276, 'eael_eb_optin_hide', '1', 'yes'),
(1312, 'forminator_stripe_configuration', 'a:5:{s:8:\"test_key\";s:107:\"pk_test_51HEeP8JZvPFXQ9zaRhGGWNdOLhNGwGpX4sLPp80JLzJer7EfL9kok71ZBYbje8SyWaV9kl9454WkXaHhxM6xtTRr00hcPDL9IV\";s:11:\"test_secret\";s:107:\"sk_test_51HEeP8JZvPFXQ9zaNB0sBaazdvgSBLoBlV01HmLUCgVoYot1I9lCDts9wJpztMYt710tVDsaZ02hDIhtb8hByUzg00GaYDDRdw\";s:8:\"live_key\";s:107:\"pk_live_51HEeP8JZvPFXQ9zauF2N9x7Jo91z8RZgcaFJYV7cPE07sCqjZxdcn74wWviDm0njQmqkwZcCVK2dab5TcOEW3KCw0094lqspsZ\";s:11:\"live_secret\";s:107:\"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\";s:16:\"default_currency\";s:3:\"GBP\";}', 'yes'),
(1315, 'retain_submission_forever', '1', 'yes'),
(1316, 'forminator_retain_submissions_interval_number', '0', 'yes'),
(1317, 'forminator_retain_submissions_interval_unit', 'days', 'yes'),
(1318, 'retain_ip_forever', '1', 'yes'),
(1319, 'forminator_retain_ip_interval_number', '0', 'yes'),
(1320, 'forminator_retain_ip_interval_unit', 'days', 'yes'),
(1321, 'forminator_retain_poll_submissions_interval_number', '0', 'yes'),
(1322, 'forminator_retain_poll_submissions_interval_unit', 'days', 'yes'),
(1323, 'forminator_retain_votes_interval_number', '0', 'yes'),
(1324, 'forminator_retain_votes_interval_unit', 'days', 'yes'),
(1325, 'forminator_retain_quiz_submissions_interval_number', '0', 'yes'),
(1326, 'forminator_retain_quiz_submissions_interval_unit', 'days', 'yes'),
(4176, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1689696155;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}', 'yes'),
(4177, '_elementor_assets_data', 'a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:8:{s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.14.1\";}s:15:\"eael-data-table\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.14.1\";}s:5:\"video\";a:2:{s:7:\"content\";s:1443:\"<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.14.1\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.14.1\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.15.2\";}s:9:\"shortcode\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.15.2\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:138:\"<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.14.1\";}s:8:\"icon-box\";a:2:{s:7:\"content\";s:137:\"<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\";s:7:\"version\";s:6:\"3.15.2\";}}}}', 'yes'),
(3526, 'forminator_dismiss_feature_1231', '1', 'yes'),
(3138, 'forminator_submissions_form_type', 'forminator_forms', 'yes'),
(3141, 'forminator_submissions_form_id', '2984', 'yes'),
(4348, 'wd_show_feature_quarantine', '1', 'no'),
(4092, 'wphb_settings', 'a:12:{s:6:\"minify\";a:22:{s:7:\"enabled\";b:0;s:7:\"use_cdn\";b:1;s:8:\"delay_js\";b:0;s:3:\"log\";b:0;s:9:\"file_path\";s:0:\"\";s:11:\"minify_blog\";b:0;s:4:\"view\";s:5:\"basic\";s:4:\"type\";s:6:\"speedy\";s:9:\"do_assets\";a:3:{s:6:\"styles\";b:1;s:7:\"scripts\";b:1;s:5:\"fonts\";b:1;}s:5:\"block\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:11:\"dont_minify\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:12:\"dont_combine\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:8:\"position\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"defer\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:6:\"inline\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"nocdn\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:19:\"delay_js_exclusions\";s:0:\"\";s:23:\"delay_js_exclusion_list\";a:71:{i:0;s:14:\"wphb-add-delay\";i:1;s:31:\"/wp-includes/js/wp-embed.min.js\";i:2;s:15:\"lazyLoadOptions\";i:3;s:13:\"lazyLoadThumb\";i:4;s:26:\"/assets/js/smush-lazy-load\";i:5;s:13:\"eio_lazy_vars\";i:6;s:34:\"\\/lazysizes(\\.min|-pre|-post)?\\.js\";i:7;s:15:\"avada-header.js\";i:8;s:30:\"et_core_page_resource_fallback\";i:9;s:25:\"window.\\$us === undefined\";i:10;s:8:\"js-extra\";i:11;s:12:\"modernizr.js\";i:12;s:20:\"fusionNavIsCollapsed\";i:13;s:17:\"et_animation_data\";i:14;s:16:\"wpforms_settings\";i:15;s:11:\"var nfForms\";i:16;s:14:\"//stats.wp.com\";i:17;s:28:\"var billing_additional_field\";i:18;s:9:\"_stq.push\";i:19;s:15:\"avadaHeaderVars\";i:20;s:10:\"var gtm4wp\";i:21;s:21:\"var dataLayer_content\";i:22;s:9:\"cpLoadCSS\";i:23;s:13:\"ninja_column_\";i:24;s:16:\"var rbs_gallery_\";i:25;s:12:\"var lepopup_\";i:26;s:14:\"wprRemoveCPCSS\";i:27;s:44:\"document\\.body\\.classList\\.remove\\(\"no-js\"\\)\";i:28;s:64:\"document\\.documentElement\\.className\\.replace\\( \'no-js\', \'js\' \\)\";i:29;s:29:\"fluent_form_ff_form_instance_\";i:30;s:54:\"/ewww-image-optimizer/includes/load[_-]webp(\\.min)?.js\";i:31;s:52:\"/ewww-image-optimizer/includes/check-webp(\\.min)?.js\";i:32;s:19:\"ewww_webp_supported\";i:33;s:23:\"/Divi/js/scripts.min.js\";i:34;s:57:\"/jetpack-boost/vendor/automattic/jetpack-lazy-images/(.*)\";i:35;s:32:\"/dist/js/browser-redirect/app.js\";i:36;s:34:\"\\/perfmatters\\/js\\/lazyload.min.js\";i:37;s:16:\"lazyLoadInstance\";i:38;s:27:\"scripts.mediavine.com/tags/\";i:39;s:9:\"simpli.fi\";i:40;s:17:\"initCubePortfolio\";i:41;s:17:\"gforms_recaptcha_\";i:42;s:12:\"generateBlog\";i:43;s:14:\"var sc_project\";i:44;s:34:\"statcounter.com/counter/counter.js\";i:45;s:20:\"booking-suedtirol-js\";i:46;s:26:\"wpcp_css_disable_selection\";i:47;s:30:\"jetpack-lazy-images-js-enabled\";i:48;s:26:\"jetpack-boost-critical-css\";i:49;s:24:\"wpformsRecaptchaCallback\";i:50;s:59:\"/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/(.*)\";i:51;s:41:\"/gravityforms/js/conditional_logic.min.js\";i:52;s:55:\"/themify-builder/themify/js/modules/fallback(\\.min)?.js\";i:53;s:16:\"handlePixMessage\";i:54;s:16:\"var corner_video\";i:55;s:27:\"cdn.pixfuture.com\\/hb_v2.js\";i:56;s:26:\"cdn.pixfuture.com\\/pbix.js\";i:57;s:46:\"served-by.pixfuture.com\\/www\\/delivery\\/ads.js\";i:58;s:67:\"served-by.pixfuture.com\\/www\\/delivery\\/headerbid_sticky_refresh.js\";i:59;s:37:\"serv-vdo.pixfuture.com\\/vpaid\\/ads.js\";i:60;s:19:\"window.jdgmSettings\";i:61;s:73:\"\\/photonic\\/include\\/js\\/front-end\\/nomodule\\/photonic-baguettebox.min.js\";i:62;s:57:\"\\/photonic\\/include\\/ext\\/baguettebox\\/baguettebox.min.js\";i:63;s:27:\"window.wsf_form_json_config\";i:64;s:20:\"et_link_options_data\";i:65;s:19:\"FuseboxPlayerAPIKey\";i:66;s:29:\"js.hscta.net\\/cta\\/current.js\";i:67;s:14:\"hbspt.cta.load\";i:68;s:28:\"consent.cookiebot.com\\/uc.js\";i:69;s:57:\"\\/woofilter-pro\\/woofilterpro\\/js\\/ion.rangeSlider.min.js\";i:70;s:22:\"barra.r7.com\\/barra.js\";}s:16:\"delay_js_timeout\";i:20;s:5:\"fonts\";a:0:{}s:7:\"preload\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"async\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}}s:6:\"uptime\";a:3:{s:7:\"enabled\";b:0;s:13:\"notifications\";a:1:{s:7:\"enabled\";b:0;}s:7:\"reports\";a:1:{s:7:\"enabled\";b:0;}}s:8:\"gravatar\";a:1:{s:7:\"enabled\";b:0;}s:10:\"page_cache\";a:7:{s:7:\"enabled\";b:0;s:10:\"cache_blog\";b:1;s:9:\"detection\";s:4:\"auto\";s:12:\"pages_cached\";i:0;s:12:\"integrations\";a:2:{s:7:\"varnish\";b:0;s:7:\"opcache\";b:0;}s:7:\"preload\";b:0;s:12:\"preload_type\";a:2:{s:9:\"home_page\";b:1;s:8:\"on_clear\";b:1;}}s:7:\"caching\";a:4:{s:10:\"expiry_css\";s:12:\"1y/A31536000\";s:17:\"expiry_javascript\";s:12:\"1y/A31536000\";s:12:\"expiry_media\";s:12:\"1y/A31536000\";s:13:\"expiry_images\";s:12:\"1y/A31536000\";}s:10:\"cloudflare\";a:13:{s:7:\"enabled\";b:0;s:9:\"connected\";b:0;s:10:\"last_check\";b:0;s:5:\"email\";s:0:\"\";s:7:\"api_key\";s:0:\"\";s:10:\"account_id\";s:0:\"\";s:4:\"zone\";s:0:\"\";s:9:\"zone_name\";s:0:\"\";s:4:\"plan\";b:0;s:10:\"page_rules\";a:0:{}s:12:\"cache_expiry\";i:31536000;s:8:\"apo_paid\";b:0;s:3:\"apo\";a:0:{}}s:11:\"performance\";a:3:{s:7:\"reports\";a:1:{s:7:\"enabled\";b:0;}s:13:\"subsite_tests\";b:1;s:9:\"dismissed\";b:0;}s:8:\"advanced\";a:8:{s:12:\"query_string\";b:0;s:20:\"query_strings_global\";b:0;s:5:\"emoji\";b:0;s:12:\"emoji_global\";b:0;s:8:\"prefetch\";a:0:{}s:10:\"preconnect\";a:0:{}s:14:\"cart_fragments\";b:0;s:9:\"lazy_load\";a:5:{s:7:\"enabled\";b:0;s:6:\"method\";s:5:\"click\";s:6:\"button\";a:3:{s:10:\"dimensions\";a:3:{s:6:\"height\";i:0;s:5:\"width\";i:0;s:6:\"radius\";i:0;}s:5:\"color\";a:3:{s:10:\"background\";s:0:\"\";s:6:\"border\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:9:\"alignment\";a:6:{s:5:\"align\";s:6:\"center\";s:10:\"full_width\";s:2:\"on\";s:4:\"left\";i:0;s:5:\"right\";i:0;s:3:\"top\";i:0;s:6:\"bottom\";i:0;}}s:9:\"threshold\";i:10;s:7:\"preload\";b:0;}}s:3:\"rss\";a:2:{s:7:\"enabled\";b:1;s:8:\"duration\";i:3600;}s:8:\"settings\";a:5:{s:17:\"accessible_colors\";b:0;s:15:\"remove_settings\";b:0;s:11:\"remove_data\";b:0;s:8:\"tracking\";b:0;s:7:\"control\";b:0;}s:5:\"redis\";a:1:{s:7:\"enabled\";b:0;}s:8:\"database\";a:1:{s:7:\"reports\";a:1:{s:7:\"enabled\";b:0;}}}', 'yes'),
(4066, 'wp-smush-show_upgrade_modal', '1', 'no'),
(4067, 'wp_smush_global_stats', 'a:1:{s:25:\"rescan_required_timestamp\";i:1688596174;}', 'no'),
(4068, 'wp_smush_image_sizes_state', 'a:2:{s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";b:1;}s:6:\"medium\";a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;}s:5:\"large\";a:3:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;}s:9:\"1536x1536\";a:3:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"crop\";b:0;}s:9:\"2048x2048\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"crop\";b:0;}s:12:\"medium_large\";a:2:{s:5:\"width\";i:768;s:6:\"height\";i:0;}}s:4:\"hash\";i:46247379563;}', 'yes'),
(4063, 'wpdefender_preset_configs_transient_time', '1688596147', 'no'),
(4074, 'elementor_1_elementor_updater_batch_acfecef2e23aedbed78705ddd252', 'a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}', 'no'),
(3839, 'wd_show_feature_global_ip', '1', 'no'),
(3232, 'forminator_paypal_configuration', 'a:5:{s:10:\"sandbox_id\";s:80:\"AWppFGfZHWU_gtwWXJcK-D1nj2mto8-yapQ9NcMDkFZeueEkA99boAbhGdzo0QXvWFfBVdowREdqvDan\";s:14:\"sandbox_secret\";s:80:\"EPBPTaYrRo6KzMw50KSTqtjQSGwxowmiR30D8V6Lvsk-tyza7_QcStNRPywhqeAx1sAaT83X4Zq-xA5x\";s:7:\"live_id\";s:80:\"ATzCAS__fxwOfCewCdcabkZyYnoxgk6xskffq4D5iXBQ3AJ0s_CeGMVxvt_r5JJ943A_Cs2QnTpPPvA5\";s:11:\"live_secret\";s:80:\"EObb31SYHFDUiKzCJZ_ANDwCUB8srNJtzT53zc6rlUuEh-3CBiyPInSOgwDYGfjihcuNbTPd76-o2Y6K\";s:8:\"currency\";s:3:\"USD\";}', 'yes'),
(4403, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1695580353;s:8:\"response\";a:9:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.3.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.3.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.78\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.78.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2969581\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2969581\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.3\";}s:45:\"colibri-page-builder/colibri-page-builder.php\";O:8:\"stdClass\":12:{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.236\";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.3.1\";s:12:\"requires_php\";b:0;}s:33:\"defender-security/wp-defender.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/defender-security\";s:4:\"slug\";s:17:\"defender-security\";s:6:\"plugin\";s:33:\"defender-security/wp-defender.php\";s:11:\"new_version\";s:5:\"4.1.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/defender-security/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/defender-security.4.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/defender-security/assets/icon-256x256.png?rev=2746819\";s:2:\"1x\";s:70:\"https://ps.w.org/defender-security/assets/icon-128x128.png?rev=2746819\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/defender-security/assets/banner-1544x500.png?rev=2625059\";s:2:\"1x\";s:72:\"https://ps.w.org/defender-security/assets/banner-772x250.png?rev=2625059\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:6:\"7.4.33\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.16.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"5.8.9\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.5.8.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.png?rev=2598498\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=2598498\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.gif?rev=2940672\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=2940672\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:25:\"forminator/forminator.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/forminator\";s:4:\"slug\";s:10:\"forminator\";s:6:\"plugin\";s:25:\"forminator/forminator.php\";s:11:\"new_version\";s:6:\"1.26.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/forminator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/forminator.1.26.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/forminator/assets/icon-256x256.png?rev=2746202\";s:2:\"1x\";s:63:\"https://ps.w.org/forminator/assets/icon-128x128.png?rev=2746202\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/forminator/assets/banner-1544x500.png?rev=2626060\";s:2:\"1x\";s:65:\"https://ps.w.org/forminator/assets/banner-772x250.png?rev=2626060\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}s:27:\"wordpress-popup/popover.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/wordpress-popup\";s:4:\"slug\";s:15:\"wordpress-popup\";s:6:\"plugin\";s:27:\"wordpress-popup/popover.php\";s:11:\"new_version\";s:5:\"7.8.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wordpress-popup/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wordpress-popup.7.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wordpress-popup/assets/icon-256x256.png?rev=2746347\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-popup/assets/icon-128x128.png?rev=2746347\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-popup/assets/banner-1544x500.png?rev=2625095\";s:2:\"1x\";s:70:\"https://ps.w.org/wordpress-popup/assets/banner-772x250.png?rev=2625095\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:6:\"7.4.33\";}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:6:\"3.14.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-smushit.3.14.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.png?rev=2746115\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.png?rev=2746115\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=2624292\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=2624292\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"5.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:42:\"hummingbird-performance/wp-hummingbird.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/hummingbird-performance\";s:4:\"slug\";s:23:\"hummingbird-performance\";s:6:\"plugin\";s:42:\"hummingbird-performance/wp-hummingbird.php\";s:11:\"new_version\";s:5:\"3.5.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/hummingbird-performance/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/hummingbird-performance.3.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/hummingbird-performance/assets/icon-256x256.png?rev=2647642\";s:2:\"1x\";s:76:\"https://ps.w.org/hummingbird-performance/assets/icon-128x128.png?rev=2647642\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/hummingbird-performance/assets/banner-1544x500.png?rev=2647642\";s:2:\"1x\";s:78:\"https://ps.w.org/hummingbird-performance/assets/banner-772x250.png?rev=2647642\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.8.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}}}', 'no'),
(4502, '_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:\"fc358127c69596f81ad3be4cab08061a\";i:1972;}}}', 'yes'),
(4404, 'ai1wm_secret_key', 'IkioniE04BXB', 'yes'),
(3873, 'forminator_hosting_banner_dismiss', '1', 'yes'),
(254, 'cmplz_changed_cookies', '1', 'yes'),
(255, 'current_theme', 'Colibri WP', 'yes'),
(256, 'theme_mods_astral', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679195976;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar-primary\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"footer-widget\";a:0:{}}}}', 'yes'),
(257, 'theme_switched', '', 'yes'),
(346, 'theme_mods_brite', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679197551;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:17:\"colibri-sidebar-1\";a:0:{}}}}', 'yes'),
(301, 'theme_mods_twentytwentyone', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679196708;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}', 'yes');
INSERT INTO `YKEpqa_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(327, 'downloaded_font_files', 'a:10:{s:83:\"https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2\";s:118:\"/home/prepmajor/public_html/certifications/scrum/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2\";s:83:\"https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2\";s:118:\"/home/prepmajor/public_html/certifications/scrum/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2\";s:83:\"https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2\";s:118:\"/home/prepmajor/public_html/certifications/scrum/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2\";s:83:\"https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2\";s:118:\"/home/prepmajor/public_html/certifications/scrum/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2\";s:83:\"https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2\";s:118:\"/home/prepmajor/public_html/certifications/scrum/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2\";s:83:\"https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2\";s:118:\"/home/prepmajor/public_html/certifications/scrum/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2\";s:80:\"https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2\";s:115:\"/home/prepmajor/public_html/certifications/scrum/wp-content//fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2\";s:94:\"https://fonts.gstatic.com/s/kumbhsans/v19/c4mw1n92AsfhuCq6tVsaoIx1LQICk0boNoq0ShMzVo0iPw.woff2\";s:130:\"/home/prepmajor/public_html/certifications/scrum/wp-content//fonts/kumbh-sans/c4mw1n92AsfhuCq6tVsaoIx1LQICk0boNoq0ShMzVo0iPw.woff2\";s:94:\"https://fonts.gstatic.com/s/kumbhsans/v19/c4mw1n92AsfhuCq6tVsaoIx1LQICk0boNoq0ShNBVo0iPw.woff2\";s:130:\"/home/prepmajor/public_html/certifications/scrum/wp-content//fonts/kumbh-sans/c4mw1n92AsfhuCq6tVsaoIx1LQICk0boNoq0ShNBVo0iPw.woff2\";s:91:\"https://fonts.gstatic.com/s/kumbhsans/v19/c4mw1n92AsfhuCq6tVsaoIx1LQICk0boNoq0ShNPVo0.woff2\";s:127:\"/home/prepmajor/public_html/certifications/scrum/wp-content//fonts/kumbh-sans/c4mw1n92AsfhuCq6tVsaoIx1LQICk0boNoq0ShNPVo0.woff2\";}', 'no'),
(326, 'theme_mods_visualsite', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679196961;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}', 'yes'),
(347, 'colibriwp_predesign_front_page_index', '0', 'yes'),
(348, 'colibriwp_predesign_front_page_meta', 'a:2:{s:4:\"slug\";s:6:\"modern\";s:7:\"version\";s:2:\"v2\";}', 'yes'),
(352, 'cp_initialize_notifications', '1679196991', 'yes');
INSERT INTO `YKEpqa_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(353, 'colibri_page_builder_demo_sites', 'a:2:{s:9:\"timestamp\";i:1699730662;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');
INSERT INTO `YKEpqa_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(354, '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:22:{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:6:\"Roboto\";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:\"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:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}s:12:\"Abhaya Libre\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:3:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";i:2;s:7:\"sinhala\";}s:7:\"weights\";a:5:{i:0;s:3:\"400\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}s:7:\"Adamina\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:10:\"Advent Pro\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"400\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}s:11:\"Alegreya SC\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}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:13:\"Abril Fatface\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:13:\"Alfa Slab One\";a:3:{s:8:\"category\";s:7:\"display\";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:1:{i:0;s:3:\"400\";}}s:6:\"Angkor\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:13:\"Archivo Black\";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:1:{i:0;s:3:\"400\";}}s:18:\"Averia Serif Libre\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"400\";i:3;s:9:\"400italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}s:7:\"Arbutus\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:15:\"Allerta Stencil\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:13:\"Alike Angular\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:10:\"Prosto One\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:14:\"Press Start 2P\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:8:\"BioRhyme\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"weights\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"400\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}s:5:\"Anton\";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:1:{i:0;s:3:\"400\";}}s:8:\"Amaranth\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}s:12:\"Arbutus Slab\";a:3:{s:8:\"category\";s:5:\"serif\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}}}s:6:\"colors\";a:6:{i:0;s:16:\"rgb(194, 70, 68)\";i:1;s:16:\"rgb(231, 74, 35)\";i:2;s:16:\"rgb(0, 191, 135)\";i:3;s:18:\"rgb(236, 236, 236)\";i:4;s:7:\"#FFFFFF\";i:5;s:15:\"rgb(32, 31, 37)\";}s:11:\"dummyChange\";s:0:\"\";s:10:\"typography\";a:2:{s:7:\"holders\";a:10:{s:2:\"h1\";a:3:{s:6:\"family\";s:6:\"Roboto\";s:6:\"weight\";s:3:\"300\";s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"em\";s:5:\"value\";s:3:\"3.3\";}}s:2:\"h2\";a:2:{s:6:\"family\";s:6:\"Roboto\";s:6:\"weight\";s:3:\"300\";}s:2:\"h3\";a:2:{s:6:\"family\";s:6:\"Roboto\";s:6:\"weight\";s:3:\"700\";}s:2:\"h4\";a:2:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:6:\"Roboto\";}s:2:\"h5\";a:3:{s:6:\"weight\";s:3:\"700\";s:6:\"family\";s:6:\"Roboto\";s:9:\"transform\";s:9:\"uppercase\";}s:2:\"h6\";a:5:{s:6:\"weight\";s:3:\"700\";s:6:\"family\";s:6:\"Roboto\";s:5:\"color\";s:17:\"${theme.colors.0}\";s:9:\"transform\";s:9:\"uppercase\";s:13:\"letterSpacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";s:1:\"3\";}}s:1:\"p\";a:2:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:6:\"Roboto\";}s:4:\"lead\";a:2:{s:6:\"weight\";s:3:\"300\";s:6:\"family\";s:6:\"Roboto\";}s:1:\"a\";a:4:{s:5:\"color\";s:17:\"${theme.colors.0}\";s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:6:\"Roboto\";s:6:\"states\";a:1:{s:5:\"hover\";a:1:{s:5:\"color\";s:17:\"${theme.colors.1}\";}}}s:10:\"blockquote\";a:2:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:6:\"Roboto\";}}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:1:\"3\";}}}}}}s:6:\"global\";a:10:{s:7:\"content\";a:2:{s:8:\"template\";s:20:\"AfGe7fUQnkEtzz0OZnk3\";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\";i:90;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:0:{}s:5:\"props\";a:0:{}}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:\"logo\";a:1:{s:14:\"alternateImage\";s:91:\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\";}}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:24330:\"\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(194, 70, 68);\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(109, 39, 38);\n  background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {\n  color: rgb(194, 70, 68);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\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(194, 70, 68);\n  background-image: none;\n}\n.has-background-color,*[class^=\"wp-block-\"].is-style-solid-color {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n}\n.has-colibri-color-1-background-color {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color {\n  background-color: rgb(194, 70, 68);\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(109, 39, 38);\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(194, 70, 68);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\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(194, 70, 68);\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(194, 70, 68);\n  background-image: none;\n}\n.has-colibri-color-1-color {\n  color: rgb(194, 70, 68);\n}\n.has-colibri-color-2-background-color {\n  background-color: rgb(231, 74, 35);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color {\n  background-color: rgb(231, 74, 35);\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(146, 47, 22);\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(231, 74, 35);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(231, 74, 35);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(231, 74, 35);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(231, 74, 35);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(231, 74, 35);\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(231, 74, 35);\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(231, 74, 35);\n  background-image: none;\n}\n.has-colibri-color-2-color {\n  color: rgb(231, 74, 35);\n}\n.has-colibri-color-3-background-color {\n  background-color: rgb(0, 191, 135);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color {\n  background-color: rgb(0, 191, 135);\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(0, 106, 75);\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(0, 191, 135);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(0, 191, 135);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(0, 191, 135);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(0, 191, 135);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(0, 191, 135);\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(0, 191, 135);\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(0, 191, 135);\n  background-image: none;\n}\n.has-colibri-color-3-color {\n  color: rgb(0, 191, 135);\n}\n.has-colibri-color-4-background-color {\n  background-color: rgb(236, 236, 236);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color {\n  background-color: rgb(236, 236, 236);\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(83, 83, 83);\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(236, 236, 236);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(236, 236, 236);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(236, 236, 236);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(236, 236, 236);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(236, 236, 236);\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(236, 236, 236);\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(236, 236, 236);\n  background-image: none;\n}\n.has-colibri-color-4-color {\n  color: rgb(236, 236, 236);\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(32, 31, 37);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color {\n  background-color: rgb(32, 31, 37);\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(22, 19, 37);\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(32, 31, 37);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(32, 31, 37);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(32, 31, 37);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(32, 31, 37);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(32, 31, 37);\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(32, 31, 37);\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(32, 31, 37);\n  background-image: none;\n}\n.has-colibri-color-6-color {\n  color: rgb(32, 31, 37);\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(194, 70, 68);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: rgb(194, 70, 68);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(194, 70, 68);\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(109, 39, 38);\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: rgb(109, 39, 38);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(109, 39, 38);\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(109, 39, 38);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(109, 39, 38);\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(194, 70, 68);\n}\n#colibri.woocommerce-page  .content .h-section .price,#colibri.woocommerce .content .h-section .price {\n  color: rgb(194, 70, 68);\n}\n#colibri.woocommerce-page  .content .h-section .price del,#colibri.woocommerce .content .h-section .price del {\n  color: rgb(194, 70, 68);\n}\n#colibri.woocommerce-page  .content .h-section .onsale,#colibri.woocommerce .content .h-section .onsale {\n  background-color: rgb(194, 70, 68);\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(109, 39, 38);\n  background-image: none;\n}\n#colibri.woocommerce ul.products li.product h2:hover {\n  color: rgb(194, 70, 68);\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(194, 70, 68);\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(194, 70, 68);\n}\n.h-section-global-spacing {\n  padding-top: 90px;\n  padding-bottom: 90px;\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: Roboto;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(106, 102, 122);\n}\nbody a {\n  font-family: Roboto;\n  font-weight: 400;\n  text-decoration: none;\n  font-size: 1em;\n  line-height: 1.5;\n  color: rgb(194, 70, 68);\n}\nbody a:hover {\n  color: rgb(231, 74, 35);\n}\nbody p {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(106, 102, 122);\n}\nbody .h-lead p {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 300;\n  font-size: 1.25em;\n  line-height: 1.5;\n  color: rgb(32, 31, 37);\n}\nbody blockquote p {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(106, 102, 122);\n}\nbody h1 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 300;\n  font-size: 3.3em;\n  line-height: 1.26;\n  color: rgb(22, 19, 37);\n}\nbody h2 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 300;\n  font-size: 2.625em;\n  line-height: 1.143;\n  color: rgb(22, 19, 37);\n}\nbody h3 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 700;\n  font-size: 2.25em;\n  line-height: 1.25;\n  color: rgb(22, 19, 37);\n}\nbody h4 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 400;\n  font-size: 1.25em;\n  line-height: 1.6;\n  color: rgb(22, 19, 37);\n}\nbody h5 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 700;\n  font-size: 1.125em;\n  line-height: 1.55;\n  color: rgb(22, 19, 37);\n  text-transform: uppercase;\n}\nbody h6 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 700;\n  font-size: 1em;\n  line-height: 1.6;\n  color: rgb(194, 70, 68);\n  text-transform: uppercase;\n  letter-spacing: 3px;\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: 3em;\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:10:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:1753;s:12:\"archive_post\";i:-1;s:14:\"e-landing-page\";i:-1;s:22:\"archive_e-landing-page\";i:-1;s:17:\"elementor_library\";i:-1;s:25:\"archive_elementor_library\";i:-1;s:7:\"product\";i:1951;s:15:\"archive_product\";i:-1;}s:6:\"header\";a:10:{s:10:\"front_page\";i:58;s:4:\"page\";i:-1;s:4:\"post\";i:10;s:12:\"archive_post\";i:-1;s:14:\"e-landing-page\";i:-1;s:22:\"archive_e-landing-page\";i:-1;s:17:\"elementor_library\";i:-1;s:25:\"archive_elementor_library\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:6:\"footer\";a:10:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:13;s:12:\"archive_post\";i:-1;s:14:\"e-landing-page\";i:-1;s:22:\"archive_e-landing-page\";i:-1;s:17:\"elementor_library\";i:-1;s:25:\"archive_elementor_library\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:4:\"main\";a:6:{i:404;i:1747;s:4:\"post\";i:1741;s:7:\"archive\";i:1744;s:15:\"archive_product\";i:-1;s:7:\"product\";i:-1;s:6:\"search\";i:1750;}}}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:8:\"imported\";a:10:{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:4:\"urls\";a:2:{s:19:\"colibri_uploads_url\";s:61:\"https://certifications.prepmajor.com/scrum/wp-content/uploads\";s:16:\"colibri_home_url\";s:43:\"https://certifications.prepmajor.com/scrum/\";}s:14:\"cssByPartialId\";a:16:{i:5;a:26:{s:10:\"local-5-c5\";a:2:{s:7:\"desktop\";s:92:\"#colibri .style-local-5-c5-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:65:\"#colibri .style-local-5-c5-outer {\n  width: 100% ;\n  order: 2;\n}\n\";}s:11:\"local-5-c10\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c10-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:66:\"#colibri .style-local-5-c10-outer {\n  width: 100% ;\n  order: 4;\n}\n\";}s:10:\"local-5-c4\";a:2:{s:7:\"desktop\";s:92:\"#colibri .style-local-5-c4-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:65:\"#colibri .style-local-5-c4-outer {\n  width: 100% ;\n  order: 1;\n}\n\";}s:11:\"local-5-c20\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c20-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c20-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c18\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c18-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c18-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c19\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-5-c29\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-5-c29-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c37\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-5-c37-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c45\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-5-c45-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c30\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-5-c38\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-5-c46\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-5-c32\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-5-c32-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c40\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-5-c40-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c48\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-5-c48-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c54\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c54-outer {\n  width: 80% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c54-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c59\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c59-outer {\n  width: 60% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-5-c59-outer {\n  width: 100% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c59-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c65\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-5-c65-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c67\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-5-c67-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-5-c68\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-5-c68-height {\n  min-height: 300px;\n}\n\";}s:11:\"local-5-c70\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-5-c70-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c78\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c78-outer {\n  width: 80% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c78-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c83\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c83-outer {\n  width: 75% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-5-c83-outer {\n  width: 90% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c83-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c85\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c85-outer {\n  width: 30% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-5-c85-outer {\n  width: 40% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c85-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c90\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c90-outer {\n  width: 70% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-5-c90-outer {\n  width: 60% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c90-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c15\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c15-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:66:\"#colibri .style-local-5-c15-outer {\n  width: 100% ;\n  order: 3;\n}\n\";}}i:7;a:6:{s:10:\"local-7-h4\";a:2:{s:7:\"desktop\";s:296:\"#colibri .style-local-7-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-7-h4-outer,#colibri .h-navigation_sticky.style-local-7-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-7-h4-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n}\n#colibri .h-navigation_sticky .style-local-7-h4-outer,#colibri .h-navigation_sticky.style-local-7-h4-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n}\n\";}s:10:\"local-7-h6\";a:1:{s:7:\"desktop\";s:91:\"#colibri .style-local-7-h6-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n  max-width: 100%;\n}\n\";}s:10:\"local-7-h8\";a:1:{s:7:\"desktop\";s:296:\"#colibri .style-local-7-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-7-h8-outer,#colibri .h-navigation_sticky.style-local-7-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-7-h14\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-7-h14-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-7-h14-outer {\n  width: 50% ;\n}\n\";}s:11:\"local-7-h17\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-7-h17-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-7-h17-outer {\n  width: 50% ;\n}\n\";}s:11:\"local-7-h26\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-7-h26-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-7-h26-outer {\n  width: 80% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-7-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:95:\"#colibri .style-local-10-h14-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-10-h14-outer {\n  width: 50% ;\n}\n\";}s:12:\"local-10-h17\";a:2:{s:7:\"desktop\";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:6:\"tablet\";s:54:\"#colibri .style-local-10-h17-outer {\n  width: 50% ;\n}\n\";}s:12:\"local-10-h26\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-10-h26-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-10-h26-outer {\n  width: 100% ;\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:7:{s:11:\"local-16-m4\";a:1:{s:7:\"desktop\";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:11:\"local-16-m6\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-16-m6-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-16-m7\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-16-m7-height {\n  min-height: 300px;\n}\n\";}s:11:\"local-16-m9\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-16-m9-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-16-m13\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-16-m13-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-16-m19\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-16-m19-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-16-m19-outer {\n  width: 100% ;\n}\n\";}s:12:\"local-16-m21\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-16-m21-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-16-m21-outer {\n  width: 100% ;\n}\n\";}}i:19;a:9:{s:11:\"local-19-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-19-m3-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-19-m5\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-19-m5-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-19-m6\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-19-m6-height {\n  min-height: 300px;\n}\n\";}s:11:\"local-19-m8\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-19-m8-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-19-m12\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-19-m14\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-19-m18\";a:2:{s:7:\"desktop\";s:97:\"#colibri .style-local-19-m18-outer {\n  width: 33.33% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-19-m18-outer {\n  width: 100% ;\n}\n\";}s:12:\"local-19-m20\";a:2:{s:7:\"desktop\";s:97:\"#colibri .style-local-19-m20-outer {\n  width: 33.33% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-19-m20-outer {\n  width: 100% ;\n}\n\";}s:12:\"local-19-m22\";a:2:{s:7:\"desktop\";s:97:\"#colibri .style-local-19-m22-outer {\n  width: 33.33% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-19-m22-outer {\n  width: 100% ;\n}\n\";}}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:5:{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-m5\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-25-m5-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-25-m14\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:51:\"#colibri .style-local-25-m14-outer {\n  order: 3;\n}\n\";s:6:\"mobile\";s:107:\"#colibri .style-local-25-m14-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  order: 3;\n}\n\";}s:12:\"local-25-m16\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:51:\"#colibri .style-local-25-m16-outer {\n  order: 2;\n}\n\";s:6:\"mobile\";s:107:\"#colibri .style-local-25-m16-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  order: 2;\n}\n\";}s:12:\"local-25-m18\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:51:\"#colibri .style-local-25-m18-outer {\n  order: 3;\n}\n\";s:6:\"mobile\";s:107:\"#colibri .style-local-25-m18-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  order: 3;\n}\n\";}}i:1741;a:10:{s:13:\"local-1741-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-1741-m4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:15:\"dynamic-1741-m5\";a:1:{s:7:\"desktop\";s:61:\".site .style-dynamic-1741-m5-height {\n  min-height: 300px;\n}\n\";}s:13:\"local-1741-m7\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1741-m7-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1741-m11\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1741-m13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1741-m16\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1741-m18\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1741-m21\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1741-m21-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1741-m23\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1741-m23-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1741-m31\";a:1:{s:7:\"desktop\";s:97:\"#colibri .style-local-1741-m31-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:1744;a:8:{s:13:\"local-1744-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-1744-m4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:15:\"dynamic-1744-m5\";a:1:{s:7:\"desktop\";s:61:\".site .style-dynamic-1744-m5-height {\n  min-height: 300px;\n}\n\";}s:13:\"local-1744-m7\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1744-m7-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1744-m13\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1744-m13-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1744-m15\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1744-m15-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1744-m19\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1744-m21\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1744-m23\";a:1:{s:7:\"desktop\";s:0:\"\";}}i:1747;a:1:{s:13:\"local-1747-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-1747-m3-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:1750;a:7:{s:13:\"local-1750-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-1750-m3-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-1750-m5\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1750-m5-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1750-m13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1750-m14\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1750-m16\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1750-m18\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1750-m21\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-1750-m21-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:1753;a:1:{s:13:\"local-1753-s4\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1753-s4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:1951;a:1:{s:13:\"local-1951-s4\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1951-s4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:58;a:6:{s:11:\"local-58-h4\";a:2:{s:7:\"desktop\";s:299:\"#colibri .style-local-58-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-58-h4-outer,#colibri .h-navigation_sticky.style-local-58-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-58-h4-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n}\n#colibri .h-navigation_sticky .style-local-58-h4-outer,#colibri .h-navigation_sticky.style-local-58-h4-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n}\n\";}s:11:\"local-58-h6\";a:1:{s:7:\"desktop\";s:92:\"#colibri .style-local-58-h6-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n  max-width: 100%;\n}\n\";}s:11:\"local-58-h8\";a:1:{s:7:\"desktop\";s:299:\"#colibri .style-local-58-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-58-h8-outer,#colibri .h-navigation_sticky.style-local-58-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-58-h14\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-58-h14-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-58-h14-outer {\n  width: 50% ;\n}\n\";}s:12:\"local-58-h17\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-58-h17-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-58-h17-outer {\n  width: 50% ;\n}\n\";}s:12:\"local-58-h26\";a:3:{s:7:\"desktop\";s:94:\"#colibri .style-local-58-h26-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-58-h26-outer {\n  width: 80% ;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-58-h26-outer {\n  width: 100% ;\n}\n\";}}i:1955;a:24:{s:13:\"local-1955-c5\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:108:\"#colibri .style-local-1955-c5-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  order: 2;\n}\n\";}s:13:\"local-1955-c7\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:108:\"#colibri .style-local-1955-c7-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  order: 4;\n}\n\";}s:13:\"local-1955-c4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:108:\"#colibri .style-local-1955-c4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  order: 1;\n}\n\";}s:14:\"local-1955-c37\";a:2:{s:7:\"desktop\";s:96:\"#colibri .style-local-1955-c37-outer {\n  width: 80% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:57:\"#colibri .style-local-1955-c37-outer {\n  width: 100% ;\n}\n\";}s:14:\"local-1955-c51\";a:1:{s:7:\"desktop\";s:97:\"#colibri .style-local-1955-c51-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1955-c53\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-1955-c53-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:16:\"dynamic-1955-c54\";a:1:{s:7:\"desktop\";s:62:\".site .style-dynamic-1955-c54-height {\n  min-height: 300px;\n}\n\";}s:14:\"local-1955-c56\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-1955-c56-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1955-c66\";a:2:{s:7:\"desktop\";s:96:\"#colibri .style-local-1955-c66-outer {\n  width: 80% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:57:\"#colibri .style-local-1955-c66-outer {\n  width: 100% ;\n}\n\";}s:14:\"local-1955-c71\";a:3:{s:7:\"desktop\";s:96:\"#colibri .style-local-1955-c71-outer {\n  width: 75% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:56:\"#colibri .style-local-1955-c71-outer {\n  width: 90% ;\n}\n\";s:6:\"mobile\";s:57:\"#colibri .style-local-1955-c71-outer {\n  width: 100% ;\n}\n\";}s:14:\"local-1955-c73\";a:3:{s:7:\"desktop\";s:96:\"#colibri .style-local-1955-c73-outer {\n  width: 30% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:56:\"#colibri .style-local-1955-c73-outer {\n  width: 40% ;\n}\n\";s:6:\"mobile\";s:57:\"#colibri .style-local-1955-c73-outer {\n  width: 100% ;\n}\n\";}s:14:\"local-1955-c78\";a:3:{s:7:\"desktop\";s:96:\"#colibri .style-local-1955-c78-outer {\n  width: 70% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:56:\"#colibri .style-local-1955-c78-outer {\n  width: 60% ;\n}\n\";s:6:\"mobile\";s:57:\"#colibri .style-local-1955-c78-outer {\n  width: 100% ;\n}\n\";}s:13:\"local-1955-c9\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:108:\"#colibri .style-local-1955-c9-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  order: 3;\n}\n\";}s:13:\"local-1955-c6\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1955-c12\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-1955-c12-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1955-c17\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-1955-c17-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1955-c22\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-1955-c22-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1955-c14\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1955-c19\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1955-c24\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1955-c42\";a:1:{s:7:\"desktop\";s:97:\"#colibri .style-local-1955-c42-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1955-c33\";a:1:{s:7:\"desktop\";s:97:\"#colibri .style-local-1955-c33-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1955-c28\";a:1:{s:7:\"desktop\";s:97:\"#colibri .style-local-1955-c28-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1955-c30\";a:1:{s:7:\"desktop\";s:0:\"\";}}}s:7:\"cssById\";a:312:{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:428:\"#colibri .style-2 {\n  animation-duration: 0.5s;\n  padding-top: 20px;\n  padding-right: 15px;\n  padding-bottom: 20px;\n  padding-left: 15px;\n  background-color: transparent;\n  background-image: none;\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 0px 4px 0px rgba(0,0,0,0.5) ;\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:557:\"#colibri .style-5-image {\n  max-height: 70px;\n}\n#colibri .style-5 a,#colibri .style-5  .logo-text {\n  color: #ffffff;\n  text-decoration: none;\n  font-size: 24px;\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:8252:\"#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu {\n  justify-content: flex-end;\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: Open Sans;\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 14px;\n  line-height: 1.5em;\n  letter-spacing: 0px;\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: Open Sans;\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 14px;\n  line-height: 1.5em;\n  letter-spacing: 0px;\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(194, 70, 68);\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(194, 70, 68);\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(194, 70, 68);\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(32, 31, 37);\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: rgb(194, 70, 68);\n  background-image: none;\n  height: 3px;\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(255, 255, 255);\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: rgb(255, 255, 255);\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(109, 39, 38);\n}\n#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(194, 70, 68);\n}\n#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(194, 70, 68);\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(194, 70, 68);\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(194, 70, 68);\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:10;a:3:{s:7:\"desktop\";s:928:\"#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\";s:6:\"tablet\";s:226:\"#colibri .style-10  .h-hamburger-icon {\n  background-color: rgba(0, 0, 0, 0);\n}\n#colibri .h-navigation_sticky .style-10  .h-hamburger-icon,#colibri .h-navigation_sticky.style-10  .h-hamburger-icon {\n  fill: rgb(32, 31, 37);\n}\n\";s:6:\"mobile\";s:226:\"#colibri .style-10  .h-hamburger-icon {\n  background-color: rgba(0, 0, 0, 0);\n}\n#colibri .h-navigation_sticky .style-10  .h-hamburger-icon,#colibri .h-navigation_sticky.style-10  .h-hamburger-icon {\n  fill: rgb(32, 31, 37);\n}\n\";}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:496:\"#colibri .style-14-image {\n  max-height: 70px;\n}\n#colibri .style-14 a,#colibri .style-14  .logo-text {\n  color: #ffffff;\n  text-decoration: none;\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:18;a:3:{s:7:\"desktop\";s:3929:\"#colibri .style-18 >  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: #808080;\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-18  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-18  >  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: #808080;\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-18 >  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: #808080;\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-18 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-18  >  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: #808080;\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-18 >  div > .colibri-menu-container > ul.colibri-menu  li > a > svg,#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu  li > a >  .arrow-wrapper {\n  padding-right: 20px;\n  padding-left: 20px;\n  color: black;\n}\n#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-18 >  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: black;\n}\n#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a > svg,#colibri .style-18 >  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-18 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-18 >  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: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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:25;a:3:{s:7:\"desktop\";s:736:\"#colibri .style-25 {\n  height: auto;\n  min-height: unset;\n  color: #FFFFFF;\n  background-color: rgb(32, 31, 37);\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-pic1.jpg\");\n  background-attachment: fixed;\n  background-repeat: no-repeat;\n  padding-top: 150px;\n  padding-bottom: 150px;\n}\n#colibri .style-25 h1 {\n  color: #FFFFFF;\n}\n#colibri .style-25 h2 {\n  color: #FFFFFF;\n}\n#colibri .style-25 h3 {\n  color: #FFFFFF;\n}\n#colibri .style-25 h4 {\n  color: #FFFFFF;\n}\n#colibri .style-25 h5 {\n  color: #FFFFFF;\n}\n#colibri .style-25 h6 {\n  color: #FFFFFF;\n}\n#colibri .style-25 p {\n  color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:56:\"#colibri .style-25 {\n  background-attachment: scroll;\n}\n\";s:6:\"mobile\";s:275:\"#colibri .style-25 {\n  background-position: 69.96166200393742% 100%;\n  background-image: url(\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-cropped-pic1.jpg\");\n  background-attachment: scroll;\n  padding-bottom: 50px;\n}\n\";}i:26;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:27;a:3:{s:7:\"desktop\";s:432:\"#colibri .style-27 {\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}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:45:\"#colibri .style-27 {\n  text-align: center;\n}\n\";}i:28;a:3:{s:7:\"desktop\";s:414:\"#colibri .style-28 p,#colibri .style-28  h1,#colibri .style-28  h2,#colibri .style-28  h3,#colibri .style-28  h4,#colibri .style-28  h5,#colibri .style-28  h6 {\n  text-align: center;\n  font-weight: 700;\n  font-size: 5.2em;\n  letter-spacing: -1px;\n  color: #FFFFFF;\n}\n#colibri .style-28 .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:181:\"#colibri .style-28 p,#colibri .style-28  h1,#colibri .style-28  h2,#colibri .style-28  h3,#colibri .style-28  h4,#colibri .style-28  h5,#colibri .style-28  h6 {\n  font-size: 3em;\n}\n\";}i:29;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-29 ol {\n  list-style-type: decimal;\n}\n#colibri .style-29 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:30;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:31;a:3:{s:7:\"desktop\";s:1331:\"#colibri .style-31-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-31 {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  font-family: Open Sans;\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 14px;\n  line-height: 1em;\n  letter-spacing: 1px;\n  color: white;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 30px;\n  padding-bottom: 15px;\n  padding-left: 30px;\n  text-align: center;\n}\n#colibri .style-31:hover,#colibri .style-31:focus {\n  background-color: rgb(109, 39, 38);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n}\n#colibri .style-31:active .style-31-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:32;a:3:{s:7:\"desktop\";s:1255:\"#colibri .style-32-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-32 {\n  background-color: transparent;\n  background-image: none;\n  font-family: Open Sans;\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 14px;\n  line-height: 1em;\n  letter-spacing: 1px;\n  color: white;\n  border-top-width: 2px;\n  border-top-color: white;\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 2px;\n  border-right-color: white;\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: white;\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 2px;\n  border-left-color: white;\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 30px;\n  padding-bottom: 15px;\n  padding-left: 30px;\n  text-align: center;\n}\n#colibri .style-32:hover,#colibri .style-32:focus {\n  background-color: rgba(255, 255, 255, 0.25);\n  border-top-color: #FFFFFF;\n  border-right-color: #FFFFFF;\n  border-bottom-color: #FFFFFF;\n  border-left-color: #FFFFFF;\n}\n#colibri .style-32:active .style-32-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:35;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:719:\"#colibri .style-59 {\n  height: auto;\n  min-height: unset;\n  color: #FFFFFF;\n  background-color: rgb(32, 31, 37);\n  background-position: center center;\n  background-size: contain;\n  background-image: url(\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-download-1.png\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n  padding-top: 90px;\n  padding-bottom: 90px;\n}\n#colibri .style-59 h1 {\n  color: #FFFFFF;\n}\n#colibri .style-59 h2 {\n  color: #FFFFFF;\n}\n#colibri .style-59 h3 {\n  color: #FFFFFF;\n}\n#colibri .style-59 h4 {\n  color: #FFFFFF;\n}\n#colibri .style-59 h5 {\n  color: #FFFFFF;\n}\n#colibri .style-59 h6 {\n  color: #FFFFFF;\n}\n#colibri .style-59 p {\n  color: #FFFFFF;\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:166:\"#colibri .style-61-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:63;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:64;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-64 {\n  height: auto;\n  min-height: unset;\n  padding-top: 30px;\n  padding-bottom: 30px;\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:156:\".style-66 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 0px;\n}\n#colibri .style-66 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";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:152;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:144:\"#colibri .style-165 {\n  height: auto;\n  min-height: unset;\n  background-color: rgb(32, 31, 37);\n  background-image: none;\n  padding-top: 0px;\n}\n\";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:226:\"#colibri .style-167 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  padding-top: 60px;\n  padding-right: 60px;\n  padding-bottom: 60px;\n  padding-left: 60px;\n  background-color: #FFFFFF;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:114:\"#colibri .style-167 {\n  padding-top: 30px;\n  padding-right: 30px;\n  padding-bottom: 30px;\n  padding-left: 30px;\n}\n\";s:6:\"mobile\";s:136:\"#colibri .style-167 {\n  text-align: center;\n  padding-top: 30px;\n  padding-right: 30px;\n  padding-bottom: 30px;\n  padding-left: 30px;\n}\n\";}i:169;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-169 .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:170;a:3:{s:7:\"desktop\";s:153:\"#colibri .style-170 {\n  text-align: center;\n}\n#colibri .style-170 ol {\n  list-style-type: decimal;\n}\n#colibri .style-170 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:171;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:172;a:3:{s:7:\"desktop\";s:1334:\"#colibri .style-172-icon {\n  width: 12px;\n  height: 12px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-172 {\n  text-align: center;\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(194, 70, 68);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 12px;\n  padding-right: 24px;\n  padding-bottom: 12px;\n  padding-left: 24px;\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n}\n#colibri .style-172:hover,#colibri .style-172:focus {\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n  background-color: rgb(109, 39, 38);\n}\n#colibri .style-172:active .style-172-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:173;a:3:{s:7:\"desktop\";s:315:\"#colibri .style-173 {\n  text-align: center;\n  min-height: 530px;\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/scrun-hieracky-1.png\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:175;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-175 {\n  height: auto;\n  min-height: unset;\n}\n\";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:81:\"#colibri .style-177 {\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-177 {\n  text-align: center;\n}\n\";}i:179;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-179 .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:180;a:3:{s:7:\"desktop\";s:283:\"#colibri .style-180 {\n  text-align: center;\n  font-family: Open Sans;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-180 p {\n  font-family: Open Sans;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-180 ol {\n  list-style-type: decimal;\n}\n#colibri .style-180 ul {\n  list-style-type: disc;\n}\n\";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:183;a:3:{s:7:\"desktop\";s:299:\"#colibri .style-183 {\n  text-align: center;\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:0:\"\";}i:184;a:3:{s:7:\"desktop\";s:805:\"#colibri .style-184-image {\n  opacity: 1;\n}\n#colibri .style-184-overlay {\n  background-color: unset;\n  background-image: none;\n}\n#colibri .style-184-caption {\n  margin-top: 10px;\n}\n#colibri .style-184-frameImage {\n  z-index: 1;\n  transform: translateX(5%) translateY(5%);\n  transform-origin: center center 0px;\n  background-color: transparent;\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(194, 70, 68);\n  border-top-style: solid;\n  border-right-width: 10px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-left-width: 10px;\n  border-left-color: rgb(194, 70, 68);\n  border-left-style: solid;\n}\n#colibri .style-184 {\n  text-align: right;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:185;a:3:{s:7:\"desktop\";s:127:\"#colibri .style-185 {\n  height: auto;\n  min-height: unset;\n  background-color: rgb(236, 236, 236);\n  background-image: none;\n}\n\";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:866:\".style-187 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 0px;\n}\n#colibri .style-187 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  border-top-width: 1px;\n  border-top-color: rgb(224, 225, 225);\n  border-top-style: solid;\n  border-right-width: 1px;\n  border-right-color: rgb(224, 225, 225);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(224, 225, 225);\n  border-bottom-style: solid;\n  border-left-width: 1px;\n  border-left-color: rgb(224, 225, 225);\n  border-left-style: solid;\n  box-shadow: none;\n  background-color: #FFFFFF;\n  background-image: none;\n}\n#colibri .style-187 a:hover {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-187:hover {\n  box-shadow: 0px 10px 20px 2px rgba(189, 189, 189, 0.2) ;\n  transform: translateY(-2px);\n  transform-origin: center center 0px;\n  transition-duration: 0.5s;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:188;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-188-image {\n  opacity: 1;\n}\n#colibri .style-188-caption {\n  margin-top: 10px;\n}\n#colibri .style-188-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:189;a:3:{s:7:\"desktop\";s:492:\"#colibri .style-189 {\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n  border-top-width: 0px;\n  border-top-color: rgb(224, 225, 225);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(224, 225, 225);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(224, 225, 225);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(224, 225, 225);\n  border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:190;a:3:{s:7:\"desktop\";s:157:\".style-190 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n#colibri .style-190 {\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-190 {\n  text-align: center;\n}\n\";}i:191;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-191 .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:192;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-192 ol {\n  list-style-type: decimal;\n}\n#colibri .style-192 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:193;a:3:{s:7:\"desktop\";s:44:\"#colibri .style-193 {\n  text-align: left;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-193 {\n  text-align: center;\n}\n\";}i:194;a:3:{s:7:\"desktop\";s:450:\"#colibri .style-194-icon {\n  width: 16px ;\n  height: 18px;\n  margin-right: 0px;\n  margin-left: 10px;\n}\n#colibri .style-194-icon:visited {\n  width: 16px ;\n  height: 18px;\n  margin-right: 0px;\n  margin-left: 10px;\n}\n#colibri .style-194 {\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\n}\n#colibri .style-194:visited {\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\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:83:\"#colibri .style-196 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:197;a:3:{s:7:\"desktop\";s:408:\"#colibri .style-197 p,#colibri .style-197  h1,#colibri .style-197  h2,#colibri .style-197  h3,#colibri .style-197  h4,#colibri .style-197  h5,#colibri .style-197  h6 {\n  font-family: Abril Fatface;\n  font-weight: 400;\n  font-size: 2.5em;\n  line-height: 1.3;\n}\n#colibri .style-197 .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:198;a:3:{s:7:\"desktop\";s:321:\"#colibri .style-198 {\n  text-align: center;\n  font-family: Open Sans;\n  font-size: 20px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-198 p {\n  font-family: Open Sans;\n  font-size: 20px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-198 ol {\n  list-style-type: decimal;\n}\n#colibri .style-198 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:199;a:3:{s:7:\"desktop\";s:657:\"#colibri .style-199 {\n  min-height: 666px;\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/pic1.jpg\");\n  background-attachment: fixed;\n  background-repeat: no-repeat;\n  padding-top: 40px;\n  padding-bottom: 40px;\n  color: #FFFFFF;\n}\n#colibri .style-199 h1 {\n  color: #FFFFFF;\n}\n#colibri .style-199 h2 {\n  color: #FFFFFF;\n}\n#colibri .style-199 h3 {\n  color: #FFFFFF;\n}\n#colibri .style-199 h4 {\n  color: #FFFFFF;\n}\n#colibri .style-199 h5 {\n  color: #FFFFFF;\n}\n#colibri .style-199 h6 {\n  color: #FFFFFF;\n}\n#colibri .style-199 p {\n  color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:200;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:201;a:3:{s:7:\"desktop\";s:243:\"#colibri .style-201 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  padding-top: 50px;\n  padding-right: 50px;\n  padding-bottom: 50px;\n  padding-left: 50px;\n  background-color: rgba(32, 31, 37, 0.75);\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:114:\"#colibri .style-201 {\n  padding-top: 30px;\n  padding-right: 30px;\n  padding-bottom: 30px;\n  padding-left: 30px;\n}\n\";}i:202;a:3:{s:7:\"desktop\";s:368:\"#colibri .style-202 p,#colibri .style-202  h1,#colibri .style-202  h2,#colibri .style-202  h3,#colibri .style-202  h4,#colibri .style-202  h5,#colibri .style-202  h6 {\n  font-weight: 700;\n  text-transform: capitalize;\n}\n#colibri .style-202 .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:204;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:206;a:3:{s:7:\"desktop\";s:127:\"#colibri .style-206 {\n  height: auto;\n  min-height: unset;\n  background-color: rgb(236, 236, 236);\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:207;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:208;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-208 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:209;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:210;a:3:{s:7:\"desktop\";s:497:\"#colibri .style-210 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\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  box-shadow: 0px 1px 3px 2px rgba(189, 189, 189, 0.4) ;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:211;a:3:{s:7:\"desktop\";s:700:\"#colibri .style-211 {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  text-align: center;\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: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n  margin-bottom: 0px;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n}\n#colibri .style-211 .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:212;a:3:{s:7:\"desktop\";s:77:\"#colibri .style-212 {\n  background-color: unset;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:213;a:3:{s:7:\"desktop\";s:156:\".style-213 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 5px;\n}\n#colibri .style-213 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:214;a:3:{s:7:\"desktop\";s:449:\"#colibri .style-214 {\n  margin-bottom: 20px;\n}\n#colibri .style-214 a,#colibri .style-214  .colibri-post-category {\n  margin-right: 10px;\n  color: rgb(194, 70, 68);\n}\n#colibri .style-214 a:hover,#colibri .style-214  .colibri-post-category:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-214 a:hover,#colibri .style-214  .colibri-post-category:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-214 .categories-prefix {\n  margin-right: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:215;a:3:{s:7:\"desktop\";s:589:\"#colibri .style-215 h1,#colibri .style-215  h2,#colibri .style-215  h3,#colibri .style-215  h4,#colibri .style-215  h5,#colibri .style-215  h6 {\n  margin-bottom: 0px;\n}\n#colibri .style-215 h1:hover,#colibri .style-215  h2:hover,#colibri .style-215  h3:hover,#colibri .style-215  h4:hover,#colibri .style-215  h5:hover,#colibri .style-215  h6:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-215 h1:hover,#colibri .style-215  h2:hover,#colibri .style-215  h3:hover,#colibri .style-215  h4:hover,#colibri .style-215  h5:hover,#colibri .style-215  h6:hover {\n  color: rgb(231, 74, 35);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:216;a:3:{s:7:\"desktop\";s:465:\"#colibri .style-216 a {\n  font-size: 14px;\n  color: rgb(102, 102, 102);\n  margin-right: 5px;\n}\n#colibri .style-216 a:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-216 a:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-216 .metadata-prefix {\n  font-size: 14px;\n  color: rgb(51, 51, 51);\n}\n#colibri .style-216 .metadata-suffix {\n  font-size: 14px;\n  color: rgb(102, 102, 102);\n}\n#colibri .style-216 svg {\n  width: 20px ;\n  height: 20px;\n  display: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:217;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:218;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:219;a:3:{s:7:\"desktop\";s:1368:\"#colibri .style-219-icon {\n  margin-right: 0px;\n  margin-left: 3px;\n  width: 16px;\n  height: 16px;\n}\n#colibri .style-219 {\n  background-color: rgba(3, 169, 244, 0);\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-right-style: none;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-left-style: none;\n  font-family: Open Sans;\n  font-weight: 600;\n  text-transform: none;\n  font-size: 14px;\n  line-height: 1em;\n  letter-spacing: 0px;\n  color: rgb(194, 70, 68);\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n  text-align: center;\n}\n#colibri .style-219:hover,#colibri .style-219:focus {\n  background-color: rgba(2, 110, 159, 0);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n  color: rgb(231, 74, 35);\n}\n#colibri .style-219:active .style-219-icon {\n  margin-right: 0px;\n  margin-left: 3px;\n  width: 16px;\n  height: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:220;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:221;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-221 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:222;a:3:{s:7:\"desktop\";s:415:\"#colibri .style-222 p,#colibri .style-222  h1,#colibri .style-222  h2,#colibri .style-222  h3,#colibri .style-222  h4,#colibri .style-222  h5,#colibri .style-222  h6 {\n  font-family: Alike Angular;\n  font-weight: 400;\n  text-transform: uppercase;\n  font-size: 3em;\n}\n#colibri .style-222 .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:223;a:3:{s:7:\"desktop\";s:399:\"#colibri .style-223 {\n  font-family: Open Sans;\n  font-weight: 300;\n  font-size: 0.8em;\n  line-height: 0;\n  color: rgb(32, 31, 37);\n  text-align: center;\n}\n#colibri .style-223 p {\n  font-family: Open Sans;\n  font-weight: 300;\n  font-size: 0.8em;\n  line-height: 0;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-223 ol {\n  list-style-type: decimal;\n}\n#colibri .style-223 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:224;a:3:{s:7:\"desktop\";s:370:\"#colibri .style-224 {\n  height: auto;\n  min-height: unset;\n  background-position: center right;\n  background-size: cover;\n  background-image: url(\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/pic1-1.jpg\");\n  background-attachment: fixed;\n  background-repeat: no-repeat;\n  color: rgb(32, 31, 37);\n  padding-top: 150px;\n  padding-bottom: 150px;\n}\n\";s:6:\"tablet\";s:87:\"#colibri .style-224 {\n  background-position: 14.654890415439976% 53.48230912476723%;\n}\n\";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:451:\"#colibri .style-226 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  box-shadow: none;\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:0:\"\";s:6:\"mobile\";s:0:\"\";}i:227;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:228;a:3:{s:7:\"desktop\";s:529:\".style-228 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 40px;\n}\n#colibri .style-228 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  padding-top: 25px;\n  padding-right: 25px;\n  padding-bottom: 25px;\n  padding-left: 25px;\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:76:\".style-228 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\";}i:229;a:3:{s:7:\"desktop\";s:365:\"#colibri .style-229 p,#colibri .style-229  h1,#colibri .style-229  h2,#colibri .style-229  h3,#colibri .style-229  h4,#colibri .style-229  h5,#colibri .style-229  h6 {\n  text-transform: uppercase;\n  color: #FFFFFF;\n}\n#colibri .style-229 .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:230;a:3:{s:7:\"desktop\";s:650:\"#colibri .style-230-icon {\n  fill: #FFFFFF;\n  width: 40px ;\n  height: 40px;\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\n  border-top-width: 2px;\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: 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: 300px;\n  border-bottom-right-radius: 300px;\n  border-left-width: 2px;\n  border-left-color: #FFFFFF;\n  border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:231;a:3:{s:7:\"desktop\";s:336:\"#colibri .style-231 p,#colibri .style-231  h1,#colibri .style-231  h2,#colibri .style-231  h3,#colibri .style-231  h4,#colibri .style-231  h5,#colibri .style-231  h6 {\n  color: #FFFFFF;\n}\n#colibri .style-231 .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:232;a:3:{s:7:\"desktop\";s:1431:\"#colibri .style-232:hover {\n  transition-duration: 1s;\n}\n#colibri .style-232 .social-icon-container {\n  margin-right: 10px;\n  padding-top: 10px;\n  padding-right: 10px;\n  padding-bottom: 10px;\n  padding-left: 10px;\n  border-top-width: 1px;\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: 1px;\n  border-right-color: #FFFFFF;\n  border-right-style: solid;\n  border-bottom-width: 1px;\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: 1px;\n  border-left-color: #FFFFFF;\n  border-left-style: solid;\n}\n#colibri .style-232 .social-icon-container:hover {\n  border-top-color: rgb(194, 134, 133);\n  border-right-color: rgb(194, 134, 133);\n  border-bottom-color: rgb(194, 134, 133);\n  border-left-color: rgb(194, 134, 133);\n  transition-duration: 0.5s;\n}\n#colibri .style-232 .social-icon-container:hover {\n  border-top-color: rgb(194, 134, 133);\n  border-right-color: rgb(194, 134, 133);\n  border-bottom-color: rgb(194, 134, 133);\n  border-left-color: rgb(194, 134, 133);\n  transition-duration: 0.5s;\n}\n#colibri .style-232 .icon-container {\n  fill: #FFFFFF;\n  width: 20px ;\n  height: 20px;\n}\n#colibri .style-232 .icon-container:hover {\n  fill: rgb(194, 134, 133);\n}\n#colibri .style-232 .icon-container:hover {\n  fill: rgb(194, 134, 133);\n}\n\";s:6:\"tablet\";s:72:\"#colibri .style-232 .icon-container {\n  width: 15px ;\n  height: 15px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:233;a:3:{s:7:\"desktop\";s:428:\".style-233 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 40px;\n}\n#colibri .style-233 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\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-233 {\n  text-align: center;\n}\n\";}i:234;a:3:{s:7:\"desktop\";s:5267:\"#colibri .style-234 {\n  padding-top: 40px;\n  padding-right: 40px;\n  padding-bottom: 0px;\n  padding-left: 40px;\n}\n#colibri .style-234 .h-contact-form-shortcode label,#colibri .style-234 .h-contact-form-shortcode p label,#colibri .style-234 .h-contact-form-shortcode .wpcf7-not-valid-tip,#colibri .style-234 .h-contact-form-shortcode .forminator-row .forminator-col label {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-234 .h-contact-form-shortcode  textarea,#colibri .style-234 .h-contact-form-shortcode  form.forminator-ui textarea.forminator-textarea,#colibri .style-234 .h-contact-form-shortcode  select,#colibri .style-234 .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: #ffffff;\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: rgb(32, 31, 37);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(32, 31, 37);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(32, 31, 37);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(32, 31, 37);\n  border-left-style: solid;\n  color: rgb(32, 31, 37);\n  padding-top: 10px;\n  padding-right: 10px;\n  padding-bottom: 10px;\n  padding-left: 10px;\n}\n#colibri .style-234 .h-contact-form-shortcode [type=\"submit\"],#colibri .style-234 .h-contact-form-shortcode .forminator-row .forminator-col .forminator-button-submit {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  padding-top: 20px;\n  padding-right: 40px;\n  padding-bottom: 20px;\n  padding-left: 40px;\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 12px;\n  letter-spacing: 2px;\n  color: #FFFFFF;\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  margin-left: auto;\n  margin-right: 0;\n}\n#colibri .style-234 .h-contact-form-shortcode [type=\"submit\"]:hover,#colibri .style-234 .h-contact-form-shortcode .forminator-row .forminator-col .forminator-button-submit:hover {\n  background-color: rgb(109, 39, 38);\n}\n#colibri .style-234 .h-contact-form-shortcode [type=\"submit\"]:hover,#colibri .style-234 .h-contact-form-shortcode .forminator-row .forminator-col .forminator-button-submit:hover {\n  background-color: rgb(109, 39, 38);\n}\n#colibri .style-234 .h-contact-form-shortcode .wpcf7-mail-sent-ng,#colibri .style-234 .h-contact-form-shortcode .wpcf7-aborted,#colibri .style-234 .h-contact-form-shortcode .wpcf7 form.failed .wpcf7-response-output,#colibri .style-234 .h-contact-form-shortcode .wpcf7 form.aborted .wpcf7-response-output,#colibri .style-234 .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: solid;\n  border-right-width: 2px;\n  border-right-color: black;\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: black;\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: black;\n  border-left-style: solid;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-234 .h-contact-form-shortcode .wpcf7-validation-errors,#colibri .style-234 .h-contact-form-shortcode .wpcf7 form.invalid .wpcf7-response-output,#colibri .style-234 .h-contact-form-shortcode .wpcf7 form.unaccepted .wpcf7-response-output,#colibri .style-234 .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: solid;\n  border-right-width: 2px;\n  border-right-color: black;\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: black;\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: black;\n  border-left-style: solid;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-234 .h-contact-form-shortcode .wpcf7-mail-sent-ok,#colibri .style-234 .h-contact-form-shortcode .wpcf7 form.sent .wpcf7-response-output,#colibri .style-234 .h-contact-form-shortcode .wpforms-confirmation-container-full,#colibri .style-234 .h-contact-form-shortcode .wpforms-confirmation-container,#colibri .style-234 .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: solid;\n  border-right-width: 2px;\n  border-right-color: black;\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: black;\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: black;\n  border-left-style: solid;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-234 .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:192:\"#colibri .style-234 .h-contact-form-shortcode [type=\"submit\"],#colibri .style-234 .h-contact-form-shortcode .forminator-row .forminator-col .forminator-button-submit {\n  margin-right: auto;\n}\n\";}i:236;a:3:{s:7:\"desktop\";s:1334:\"#colibri .style-236-icon {\n  width: 12px;\n  height: 12px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-236 {\n  text-align: center;\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(194, 70, 68);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 12px;\n  padding-right: 24px;\n  padding-bottom: 12px;\n  padding-left: 24px;\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n}\n#colibri .style-236:hover,#colibri .style-236:focus {\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n  background-color: rgb(109, 39, 38);\n}\n#colibri .style-236:active .style-236-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:237;a:3:{s:7:\"desktop\";s:1334:\"#colibri .style-237-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-237 {\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: #fff;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 30px;\n  padding-bottom: 15px;\n  padding-left: 30px;\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n}\n#colibri .style-237:hover,#colibri .style-237:focus {\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n  background-color: rgb(109, 39, 38);\n}\n#colibri .style-237:active .style-237-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:238;a:3:{s:7:\"desktop\";s:483:\"#colibri .style-238 {\n  background-color: #FFFFFF;\n  background-image: none;\n  box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 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:0:\"\";s:6:\"mobile\";s:110:\"#colibri .style-238 {\n  margin-top: 10px;\n  margin-right: 10px;\n  margin-bottom: 10px;\n  margin-left: 10px;\n}\n\";}i:239;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-239 {\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: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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:242;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:243;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:244;a:3:{s:7:\"desktop\";s:77:\"#colibri .style-244 {\n  background-color: unset;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:245;a:3:{s:7:\"desktop\";s:211:\".style-245 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 0px;\n}\n#colibri .style-245 {\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:246;a:3:{s:7:\"desktop\";s:244:\"#colibri .style-246 {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  text-align: center;\n}\n#colibri .style-246 .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:247;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:248;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-248 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:249;a:3:{s:7:\"desktop\";s:657:\"#colibri .style-249 a {\n  font-family: Open Sans;\n  font-weight: 400;\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-249 a:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-249 a:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-249 .metadata-prefix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-249 .metadata-suffix {\n  font-size: 14px;\n}\n#colibri .style-249 .metadata-suffix:hover {\n  color: rgb(106, 102, 122);\n}\n#colibri .style-249 .metadata-suffix:hover {\n  color: rgb(106, 102, 122);\n}\n#colibri .style-249 svg {\n  width: 18px ;\n  height: 18px;\n  display: none;\n  margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:250;a:3:{s:7:\"desktop\";s:168:\"#colibri .style-250 .colibri-post-content {\n  margin-bottom: 0px;\n  color: rgb(22, 19, 37);\n}\n#colibri .style-250 .colibri-post-content p {\n  color: rgb(32, 31, 37);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:251;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-251 {\n  margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:252;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-252 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:253;a:3:{s:7:\"desktop\";s:308:\"#colibri .style-253 {\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\n  margin-right: 5px;\n}\n#colibri .style-253 p {\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\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:81:\"#colibri .style-254 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:255;a:3:{s:7:\"desktop\";s:485:\"#colibri .style-255 a,#colibri .style-255  .colibri-post-category {\n  margin-right: 5px;\n  margin-left: 5px;\n  text-decoration: none;\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(153, 153, 153);\n}\n#colibri .style-255 a:hover,#colibri .style-255  .colibri-post-category:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-255 a:hover,#colibri .style-255  .colibri-post-category:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-255 .categories-prefix {\n  margin-right: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:256;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:257;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-257 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:258;a:3:{s:7:\"desktop\";s:348:\"#colibri .style-258 {\n  font-weight: 400;\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\n  margin-right: 5px;\n}\n#colibri .style-258 p {\n  font-weight: 400;\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-258 ol {\n  list-style-type: decimal;\n}\n#colibri .style-258 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:259;a:3:{s:7:\"desktop\";s:157:\".style-259 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 23px;\n}\n#colibri .style-259 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:260;a:3:{s:7:\"desktop\";s:511:\"#colibri .style-260 a,#colibri .style-260  .colibri-post-tag {\n  margin-right: 5px;\n  margin-left: 5px;\n  text-decoration: none;\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(153, 153, 153);\n}\n#colibri .style-260 a:hover,#colibri .style-260  .colibri-post-tag:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-260 a:hover,#colibri .style-260  .colibri-post-tag:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-260 .tags-prefix {\n  margin-right: 5px;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:261;a:3:{s:7:\"desktop\";s:453:\"#colibri .style-261 {\n  margin-right: 30px;\n  margin-left: 30px;\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}\n\";s:6:\"tablet\";s:67:\"#colibri .style-261 {\n  margin-right: 15px;\n  margin-left: 15px;\n}\n\";s:6:\"mobile\";s:67:\"#colibri .style-261 {\n  margin-right: 15px;\n  margin-left: 15px;\n}\n\";}i:262;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-262 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:263;a:3:{s:7:\"desktop\";s:783:\"#colibri .style-263 .nav-previous a,#colibri .style-263 .nav-next a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\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: unset;\n  background-image: none;\n}\n#colibri .style-263 .nav-previous a:hover,#colibri .style-263 .nav-next a:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-263 .nav-previous a:hover,#colibri .style-263 .nav-next a:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-263 .post-title {\n  max-width: 40ch;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:264;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-264 {\n  text-align: right;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:265;a:3:{s:7:\"desktop\";s:675:\"#colibri .style-265 .nav-previous a,#colibri .style-265 .nav-next a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\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}\n#colibri .style-265 .nav-previous a:hover,#colibri .style-265 .nav-next a:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-265 .nav-previous a:hover,#colibri .style-265 .nav-next a:hover {\n  color: rgb(194, 70, 68);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:266;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-266 {\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:267;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:268;a:3:{s:7:\"desktop\";s:0:\"\";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:0:\"\";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:125:\"#colibri .style-272 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  padding-top: 0px;\n  padding-bottom: 15px;\n}\n\";s:6:\"tablet\";s:47:\"#colibri .style-272 {\n  padding-bottom: 5px;\n}\n\";s:6:\"mobile\";s:47:\"#colibri .style-272 {\n  padding-bottom: 5px;\n}\n\";}i:273;a:3:{s:7:\"desktop\";s:3611:\"#colibri .style-273 .blog-post-comments {\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  padding-top: 15px;\n}\n#colibri .style-273 .comment.even {\n  background-color: #FFFFFF;\n  background-image: none;\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  padding-top: 12px;\n  padding-right: 12px;\n  padding-bottom: 12px;\n  padding-left: 12px;\n}\n#colibri .style-273 .comment.odd {\n  background-color: rgba(166, 220, 244, 0.1);\n  background-image: none;\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  padding-top: 12px;\n  padding-right: 12px;\n  padding-bottom: 12px;\n  padding-left: 12px;\n}\n#colibri .style-273 .comments-title {\n  font-family: Open Sans;\n  font-weight: 600;\n  text-decoration: none;\n  font-size: 1.25em;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-273 .comment-meta {\n  color: rgb(153, 153, 153);\n  margin-bottom: 16px;\n}\n#colibri .style-273 .comment-author img {\n  width: 30px ;\n  height: 30px;\n  background-color: unset;\n  background-image: none;\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-273 .comment-author .url {\n  font-weight: 600;\n  font-style: normal;\n  text-decoration: none;\n  color: rgb(22, 19, 37);\n  background-color: unset;\n  background-image: none;\n  margin-left: 5px;\n}\n#colibri .style-273 .comment-metadata {\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n  background-color: unset;\n  background-image: none;\n  transition-duration: 0.5s;\n}\n#colibri .style-273 .comment-metadata:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-273 .comment-metadata:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-273 .comment-content {\n  text-decoration: none;\n  font-size: 16px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-273 .comment-content p {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-273 .comment-content a:hover {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-273 .comment-body .reply a {\n  margin-bottom: 10px;\n  font-weight: 400;\n  text-transform: lowercase;\n  font-size: 1em;\n  line-height: 1.5;\n  color: rgb(194, 70, 68);\n}\n#colibri .style-273 .comment-body .reply a:hover {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-273 .comment-body .reply a:hover {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-273 .children {\n  margin-left: 12px;\n}\n#colibri .style-273 .comments-disabled {\n  text-align: center;\n  margin-bottom: 0px;\n  text-decoration: none;\n  color: rgb(32, 31, 37);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:274;a:3:{s:7:\"desktop\";s:4131:\"#colibri .comment-respond {\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  padding-top: 15px;\n}\n#colibri .comment-respond .comment-reply-title {\n  font-family: Open Sans;\n  font-weight: 600;\n  font-size: 1.25em;\n  color: rgb(32, 31, 37);\n}\n#colibri .comment-respond label {\n  color: rgb(32, 31, 37);\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: 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  font-family: Open Sans;\n  font-weight: 400;\n  font-size: 16px;\n  color: rgb(32, 31, 37);\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(194, 70, 68);\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\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(194, 70, 68);\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(109, 39, 38);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:hover {\n  background-color: rgb(109, 39, 38);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:active {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\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(194, 70, 68);\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(106, 102, 122);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:275;a:3:{s:7:\"desktop\";s:45:\"#colibri .style-275 {\n  margin-top: -30px;\n}\n\";s:6:\"tablet\";s:45:\"#colibri .style-275 {\n  margin-top: -15px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:276;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-276 {\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:277;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:278;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:279;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:280;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:281;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:282;a:3:{s:7:\"desktop\";s:542:\"#colibri .style-282 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\n  box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 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:0:\"\";s:6:\"mobile\";s:0:\"\";}i:283;a:3:{s:7:\"desktop\";s:269:\"#colibri .style-283 {\n  background-color: rgba(255,255,255,0);\n  background-image: none;\n  text-align: center;\n  margin-bottom: 0px;\n}\n#colibri .style-283 .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:284;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-284 {\n  margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:285;a:3:{s:7:\"desktop\";s:543:\".style-285 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 10px;\n}\n#colibri .style-285 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\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}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-285 {\n  text-align: center;\n}\n\";}i:286;a:3:{s:7:\"desktop\";s:525:\"#colibri .style-286 {\n  margin-bottom: 0px;\n}\n#colibri .style-286 a {\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-286 a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-286 a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-286 .metadata-prefix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-286 .metadata-suffix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-286 svg {\n  width: 18px ;\n  height: 18px;\n  display: none;\n  margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:287;a:3:{s:7:\"desktop\";s:479:\"#colibri .style-287 a {\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-287 a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-287 a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-287 .metadata-prefix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-287 .metadata-suffix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-287 svg {\n  width: 18px ;\n  height: 18px;\n  display: none;\n  margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:288;a:3:{s:7:\"desktop\";s:198:\"#colibri .style-288 h1,#colibri .style-288  h2,#colibri .style-288  h3,#colibri .style-288  h4,#colibri .style-288  h5,#colibri .style-288  h6 {\n  margin-bottom: 0px;\n  transition-duration: 0.5s;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:289;a:3:{s:7:\"desktop\";s:72:\"#colibri .style-289 .colibri-post-excerpt {\n  color: rgb(32, 31, 37);\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:157:\".style-291 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 10px;\n}\n#colibri .style-291 {\n  text-align: left;\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:302:\"#colibri .style-292 a {\n  text-decoration: none;\n  color: rgb(194, 70, 68);\n}\n#colibri .style-292 a:hover {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-292 a:hover {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-292 svg {\n  width: 24px ;\n  height: 24px;\n  display: inline-block;\n  margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:293;a:3:{s:7:\"desktop\";s:158:\".style-293 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 10px;\n}\n#colibri .style-293 {\n  text-align: right;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:294;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:295;a:3:{s:7:\"desktop\";s:809:\"#colibri .style-295-icon {\n  width: 16px;\n  height: 16px;\n  margin-right: 0px;\n  margin-left: 5px;\n}\n#colibri .style-295 {\n  text-align: center;\n  font-family: Open Sans;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(194, 70, 68);\n  border-top-width: 2px;\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-style: none;\n  border-bottom-width: 2px;\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-style: none;\n}\n#colibri .style-295:hover,#colibri .style-295:focus {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-295:active .style-295-icon {\n  width: 16px;\n  height: 16px;\n  margin-right: 0px;\n  margin-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:296;a:3:{s:7:\"desktop\";s:473:\"#colibri .style-296 {\n  border-top-width: 1px;\n  border-top-color: rgb(224, 224, 224);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(224, 224, 224);\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(224, 224, 224);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(224, 224, 224);\n  border-left-style: solid;\n  margin-top: 45px;\n  margin-right: 30px;\n  margin-left: 30px;\n}\n\";s:6:\"tablet\";s:67:\"#colibri .style-296 {\n  margin-right: 10px;\n  margin-left: 10px;\n}\n\";s:6:\"mobile\";s:67:\"#colibri .style-296 {\n  margin-right: 10px;\n  margin-left: 10px;\n}\n\";}i:297;a:3:{s:7:\"desktop\";s:106:\"#colibri .style-297 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  padding-right: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:298;a:3:{s:7:\"desktop\";s:903:\"#colibri .style-298 .nav-links .prev-navigation a,#colibri .style-298 .nav-links .next-navigation a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\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}\n#colibri .style-298 .nav-links .prev-navigation a:hover,#colibri .style-298 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-298 .nav-links .prev-navigation a:hover,#colibri .style-298 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:299;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-299 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:300;a:3:{s:7:\"desktop\";s:323:\"#colibri .style-300 .page-numbers.current {\n  margin-right: 10px;\n  color: rgb(194, 70, 68);\n}\n#colibri .style-300 .page-numbers {\n  margin-right: 10px;\n  color: rgb(22, 19, 37);\n}\n#colibri .style-300 .page-numbers:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-300 .page-numbers:hover {\n  color: rgb(194, 70, 68);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:301;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-301 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  padding-left: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:302;a:3:{s:7:\"desktop\";s:943:\"#colibri .style-302 .nav-links .prev-navigation a,#colibri .style-302 .nav-links .next-navigation a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\n  border-top-width: 2px;\n  border-top-color: rgb(32, 31, 37);\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: rgb(32, 31, 37);\n  border-right-style: none;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(32, 31, 37);\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: rgb(32, 31, 37);\n  border-left-style: none;\n}\n#colibri .style-302 .nav-links .prev-navigation a:hover,#colibri .style-302 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-302 .nav-links .prev-navigation a:hover,#colibri .style-302 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:303;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:304;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:305;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-305 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:306;a:3:{s:7:\"desktop\";s:363:\"#colibri .style-306 p,#colibri .style-306  h1,#colibri .style-306  h2,#colibri .style-306  h3,#colibri .style-306  h4,#colibri .style-306  h5,#colibri .style-306  h6 {\n  font-size: 10em;\n  color: rgb(22, 19, 37);\n}\n#colibri .style-306 .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:307;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-307 ol {\n  list-style-type: decimal;\n}\n#colibri .style-307 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:308;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:309;a:3:{s:7:\"desktop\";s:1345:\"#colibri .style-309-icon {\n  width: 16px;\n  height: 16px;\n  margin-right: 0px;\n  margin-left: 10px;\n}\n#colibri .style-309 {\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(194, 70, 68);\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-right-style: none;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\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(194, 70, 68);\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-309:hover,#colibri .style-309:focus {\n  background-color: rgba(2, 110, 159, 0);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n}\n#colibri .style-309:active .style-309-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: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:67:\"#colibri .style-311 {\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:312;a:3:{s:7:\"desktop\";s:540:\"#colibri .style-312 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\n  box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 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:0:\"\";s:6:\"mobile\";s:0:\"\";}i:313;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-313 {\n  margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:314;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-314 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:315;a:3:{s:7:\"desktop\";s:450:\"#colibri .style-315 a,#colibri .style-315  .colibri-post-category {\n  margin-right: 10px;\n  text-transform: lowercase;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-315 a:hover,#colibri .style-315  .colibri-post-category:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-315 a:hover,#colibri .style-315  .colibri-post-category:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-315 .categories-prefix {\n  margin-right: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:316;a:3:{s:7:\"desktop\";s:169:\"#colibri .style-316 h1,#colibri .style-316  h2,#colibri .style-316  h3,#colibri .style-316  h4,#colibri .style-316  h5,#colibri .style-316  h6 {\n  margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:317;a:3:{s:7:\"desktop\";s:586:\"#colibri .style-317 a {\n  text-decoration: none;\n  text-transform: lowercase;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-317 a:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-317 a:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-317 .metadata-prefix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-317 .metadata-suffix {\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-317 svg {\n  width: 24px ;\n  height: 24px;\n  margin-right: 5px;\n  display: none;\n}\n#colibri .style-317 .meta-separator {\n  color: rgb(106, 102, 122);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:318;a:3:{s:7:\"desktop\";s:72:\"#colibri .style-318 .colibri-post-excerpt {\n  color: rgb(32, 31, 37);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:319;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:320;a:3:{s:7:\"desktop\";s:571:\"#colibri .style-320-icon {\n  width: 16px;\n  height: 16px;\n  margin-right: 0px;\n  margin-left: 5px;\n}\n#colibri .style-320 {\n  text-align: center;\n  font-family: Open Sans;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(194, 70, 68);\n  border-top-style: none;\n  border-right-style: none;\n  border-bottom-style: none;\n  border-left-style: none;\n}\n#colibri .style-320:hover,#colibri .style-320:focus {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-320:active .style-320-icon {\n  width: 16px;\n  height: 16px;\n  margin-right: 0px;\n  margin-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:321;a:3:{s:7:\"desktop\";s:473:\"#colibri .style-321 {\n  border-top-width: 1px;\n  border-top-color: rgb(224, 224, 224);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(224, 224, 224);\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(224, 224, 224);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(224, 224, 224);\n  border-left-style: solid;\n  margin-top: 45px;\n  margin-right: 30px;\n  margin-left: 30px;\n}\n\";s:6:\"tablet\";s:67:\"#colibri .style-321 {\n  margin-right: 15px;\n  margin-left: 15px;\n}\n\";s:6:\"mobile\";s:67:\"#colibri .style-321 {\n  margin-right: 10px;\n  margin-left: 10px;\n}\n\";}i:322;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-322 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:323;a:3:{s:7:\"desktop\";s:106:\"#colibri .style-323 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  padding-right: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:324;a:3:{s:7:\"desktop\";s:907:\"#colibri .style-324 .nav-links .prev-navigation a,#colibri .style-324 .nav-links .next-navigation a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\n  border-top-width: 2px;\n  border-top-color: black;\n  border-top-style: none;\n  border-top-left-radius: 10px;\n  border-top-right-radius: 10px;\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: 10px;\n  border-bottom-right-radius: 10px;\n  border-left-width: 2px;\n  border-left-color: black;\n  border-left-style: none;\n}\n#colibri .style-324 .nav-links .prev-navigation a:hover,#colibri .style-324 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-324 .nav-links .prev-navigation a:hover,#colibri .style-324 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:325;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-325 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:326;a:3:{s:7:\"desktop\";s:401:\"#colibri .style-326 .page-numbers.current {\n  margin-right: 10px;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(194, 70, 68);\n}\n#colibri .style-326 .page-numbers {\n  margin-right: 10px;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-326 .page-numbers:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-326 .page-numbers:hover {\n  color: rgb(194, 70, 68);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:327;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-327 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  padding-left: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:328;a:3:{s:7:\"desktop\";s:907:\"#colibri .style-328 .nav-links .prev-navigation a,#colibri .style-328 .nav-links .next-navigation a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\n  border-top-width: 2px;\n  border-top-color: black;\n  border-top-style: none;\n  border-top-left-radius: 10px;\n  border-top-right-radius: 10px;\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: 10px;\n  border-bottom-right-radius: 10px;\n  border-left-width: 2px;\n  border-left-color: black;\n  border-left-style: none;\n}\n#colibri .style-328 .nav-links .prev-navigation a:hover,#colibri .style-328 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-328 .nav-links .prev-navigation a:hover,#colibri .style-328 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:329;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:330;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-330 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:331;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:332;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:333;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-333 {\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:334;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:335;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:336;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:337;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:338;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:339;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-339 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:340;a:3:{s:7:\"desktop\";s:2363:\"#colibri .style-340 {\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-340 .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-340 .widget h1,#colibri .style-340 .widget h2,#colibri .style-340 .widget h3,#colibri .style-340 .widget h4,#colibri .style-340 .widget h5,#colibri .style-340 .widget h6 {\n  font-family: Open Sans;\n  font-weight: 600;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\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-340 .widget ul,#colibri .style-340 .widget ol {\n  list-style-type: none;\n}\n#colibri .style-340 .widget ul li,#colibri .style-340 .widget ol li,#colibri .style-340 .widget  .textwidget p,#colibri .style-340 .widget  .calendar_wrap td ,#colibri .style-340  .widget  .calendar_wrap th ,#colibri .style-340  .widget  .calendar_wrap caption {\n  font-family: Open Sans;\n  font-weight: 400;\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n  padding-top: 4px;\n  padding-bottom: 4px;\n}\n#colibri .style-340 .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-340 .widget ul li a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-340 .widget ul li a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-340 .widget input:not([type=\"submit\"]) {\n  font-family: Open Sans;\n  font-weight: 400;\n  font-size: 16px;\n  color: rgb(32, 31, 37);\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-340 .widget {\n  text-align: center;\n}\n\";}i:341;a:3:{s:7:\"desktop\";s:3609:\"#colibri .style-340 .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-340 .widget.widget_search h1,#colibri .style-340 .widget.widget_search h2,#colibri .style-340 .widget.widget_search h3,#colibri .style-340 .widget.widget_search h4,#colibri .style-340 .widget.widget_search h5,#colibri .style-340 .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(32, 31, 37);\n}\n#colibri .style-340 .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(32, 31, 37);\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-340 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-340 .widget.widget_search input[type=\"submit\"],#colibri .style-340 .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(32, 31, 37);\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-340 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-340 .widget.widget_search button[type=\"submit\"]:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-340 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-340 .widget.widget_search button[type=\"submit\"]:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-340 .widget.widget_search input[type=\"submit\"] {\n  display: none;\n}\n#colibri .style-340 .widget.widget_search button[type=\"submit\"] {\n  display: inline-block;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:342;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:343;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:344;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:345;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:346;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:347;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:349;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:350;a:3:{s:7:\"desktop\";s:355:\"#colibri .style-350 {\n  text-align: center;\n  min-height: 250px;\n  background-position: 54.15958222006315% 63.81748574107352%;\n  background-size: cover;\n  background-image: url(\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1-1.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:351;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-351 .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:352;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-352 ol {\n  list-style-type: decimal;\n}\n#colibri .style-352 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:353;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:354;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-354 {\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:355;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:356;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:357;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:358;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:359;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:360;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-360 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:361;a:3:{s:7:\"desktop\";s:2363:\"#colibri .style-361 {\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-361 .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-361 .widget h1,#colibri .style-361 .widget h2,#colibri .style-361 .widget h3,#colibri .style-361 .widget h4,#colibri .style-361 .widget h5,#colibri .style-361 .widget h6 {\n  font-family: Open Sans;\n  font-weight: 600;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\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-361 .widget ul,#colibri .style-361 .widget ol {\n  list-style-type: none;\n}\n#colibri .style-361 .widget ul li,#colibri .style-361 .widget ol li,#colibri .style-361 .widget  .textwidget p,#colibri .style-361 .widget  .calendar_wrap td ,#colibri .style-361  .widget  .calendar_wrap th ,#colibri .style-361  .widget  .calendar_wrap caption {\n  font-family: Open Sans;\n  font-weight: 400;\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n  padding-top: 4px;\n  padding-bottom: 4px;\n}\n#colibri .style-361 .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-361 .widget ul li a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-361 .widget ul li a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-361 .widget input:not([type=\"submit\"]) {\n  font-family: Open Sans;\n  font-weight: 400;\n  font-size: 16px;\n  color: rgb(32, 31, 37);\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-361 .widget {\n  text-align: center;\n}\n\";}i:362;a:3:{s:7:\"desktop\";s:3609:\"#colibri .style-361 .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-361 .widget.widget_search h1,#colibri .style-361 .widget.widget_search h2,#colibri .style-361 .widget.widget_search h3,#colibri .style-361 .widget.widget_search h4,#colibri .style-361 .widget.widget_search h5,#colibri .style-361 .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(32, 31, 37);\n}\n#colibri .style-361 .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(32, 31, 37);\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-361 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-361 .widget.widget_search input[type=\"submit\"],#colibri .style-361 .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(32, 31, 37);\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-361 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-361 .widget.widget_search button[type=\"submit\"]:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-361 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-361 .widget.widget_search button[type=\"submit\"]:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-361 .widget.widget_search input[type=\"submit\"] {\n  display: none;\n}\n#colibri .style-361 .widget.widget_search button[type=\"submit\"] {\n  display: inline-block;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:363;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:364;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:365;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:366;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:367;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:368;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:369;a:3:{s:7:\"desktop\";s:313:\"#colibri .style-369 {\n  text-align: center;\n  font-family: Muli;\n  font-weight: 600;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-369 p {\n  font-family: Muli;\n  font-weight: 600;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-369 ol {\n  list-style-type: decimal;\n}\n#colibri .style-369 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:370;a:3:{s:7:\"desktop\";s:747:\"#colibri .style-370-image {\n  opacity: 1.07;\n  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5) ;\n}\n#colibri .style-370-caption {\n  margin-top: 10px;\n}\n#colibri .style-370-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#colibri .style-370 {\n  text-align: center;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:371;a:3:{s:7:\"desktop\";s:138:\"#colibri .style-371 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:372;a:3:{s:7:\"desktop\";s:138:\"#colibri .style-372 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:373;a:3:{s:7:\"desktop\";s:138:\"#colibri .style-373 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:374;a:3:{s:7:\"desktop\";s:138:\"#colibri .style-374 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:375;a:3:{s:7:\"desktop\";s:138:\"#colibri .style-375 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:376;a:3:{s:7:\"desktop\";s:138:\"#colibri .style-376 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:377;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-377 .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:378;a:3:{s:7:\"desktop\";s:319:\"#colibri .style-378 {\n  text-align: left;\n  font-family: Open Sans;\n  font-size: 20px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-378 p {\n  font-family: Open Sans;\n  font-size: 20px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-378 ol {\n  list-style-type: decimal;\n}\n#colibri .style-378 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:379;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-379-image {\n  opacity: 1;\n}\n#colibri .style-379-caption {\n  margin-top: 10px;\n}\n#colibri .style-379-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:380;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-380 ol {\n  list-style-type: decimal;\n}\n#colibri .style-380 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:381;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-381-image {\n  opacity: 1;\n}\n#colibri .style-381-caption {\n  margin-top: 10px;\n}\n#colibri .style-381-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:382;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-382 .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:383;a:3:{s:7:\"desktop\";s:319:\"#colibri .style-383 {\n  text-align: left;\n  font-family: Open Sans;\n  font-size: 20px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-383 p {\n  font-family: Open Sans;\n  font-size: 20px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-383 ol {\n  list-style-type: decimal;\n}\n#colibri .style-383 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:384;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-384-image {\n  opacity: 1;\n}\n#colibri .style-384-caption {\n  margin-top: 10px;\n}\n#colibri .style-384-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:385;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-385 .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:386;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-386 .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:387;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-387 ol {\n  list-style-type: decimal;\n}\n#colibri .style-387 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:388;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-388-image {\n  opacity: 1;\n}\n#colibri .style-388-caption {\n  margin-top: 10px;\n}\n#colibri .style-388-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:389;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-389 ol {\n  list-style-type: decimal;\n}\n#colibri .style-389 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:390;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-390-image {\n  opacity: 1;\n}\n#colibri .style-390-caption {\n  margin-top: 10px;\n}\n#colibri .style-390-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:391;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-391 .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:392;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-392-image {\n  opacity: 1;\n}\n#colibri .style-392-caption {\n  margin-top: 10px;\n}\n#colibri .style-392-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:393;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-393 ol {\n  list-style-type: decimal;\n}\n#colibri .style-393 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:394;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-394 .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:395;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-395 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:399;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:400;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-400 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:401;a:3:{s:7:\"desktop\";s:319:\"#colibri .style-401 {\n  text-align: left;\n  font-family: Open Sans;\n  font-size: 18px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-401 p {\n  font-family: Open Sans;\n  font-size: 18px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-401 ol {\n  list-style-type: decimal;\n}\n#colibri .style-401 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:402;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:403;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-403 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:408;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:409;a:3:{s:7:\"desktop\";s:1334:\"#colibri .style-409-icon {\n  width: 12px;\n  height: 12px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-409 {\n  text-align: center;\n  background-color: rgb(194, 70, 68);\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(194, 70, 68);\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(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 12px;\n  padding-right: 24px;\n  padding-bottom: 12px;\n  padding-left: 24px;\n}\n#colibri .style-409:hover,#colibri .style-409:focus {\n  background-color: rgb(109, 39, 38);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n}\n#colibri .style-409:active .style-409-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:410;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:411;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-411 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:412;a:3:{s:7:\"desktop\";s:132:\".style-412 > .h-x-container-inner > * {\n  padding-left: 25px;\n  padding-right: 25px;\n}\n#colibri .style-412 {\n  text-align: right;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:413;a:3:{s:7:\"desktop\";s:1383:\"#colibri .style-413-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-413 {\n  text-align: center;\n  background-color: rgb(194, 70, 68);\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: #fff;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 30px;\n  padding-bottom: 15px;\n  padding-left: 30px;\n  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5) ;\n}\n#colibri .style-413:hover,#colibri .style-413:focus {\n  background-color: rgb(109, 39, 38);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n}\n#colibri .style-413:active .style-413-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:414;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:415;a:3:{s:7:\"desktop\";s:1334:\"#colibri .style-415-icon {\n  width: 12px;\n  height: 12px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-415 {\n  text-align: center;\n  background-color: rgb(194, 70, 68);\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(194, 70, 68);\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(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 12px;\n  padding-right: 24px;\n  padding-bottom: 12px;\n  padding-left: 24px;\n}\n#colibri .style-415:hover,#colibri .style-415:focus {\n  background-color: rgb(109, 39, 38);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n}\n#colibri .style-415:active .style-415-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:416;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:417;a:3:{s:7:\"desktop\";s:1343:\"#colibri .style-417-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-417 {\n  text-align: center;\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  font-family: Averia Serif Libre;\n  font-weight: 400;\n  text-transform: uppercase;\n  font-size: 20px;\n  line-height: 1;\n  letter-spacing: 1px;\n  color: #fff;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 30px;\n  padding-bottom: 15px;\n  padding-left: 30px;\n}\n#colibri .style-417:hover,#colibri .style-417:focus {\n  background-color: rgb(109, 39, 38);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n}\n#colibri .style-417:active .style-417-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:418;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:419;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:420;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:421;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:422;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:429;a:3:{s:7:\"desktop\";s:1383:\"#colibri .style-429-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-429 {\n  text-align: center;\n  background-color: rgb(194, 70, 68);\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: #fff;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 30px;\n  padding-bottom: 15px;\n  padding-left: 30px;\n  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5) ;\n}\n#colibri .style-429:hover,#colibri .style-429:focus {\n  background-color: rgb(109, 39, 38);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n}\n#colibri .style-429:active .style-429-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:430;a:3:{s:7:\"desktop\";s:1126:\"#colibri .style-430-icon {\n  fill: rgb(194, 70, 68);\n  width: 20px ;\n  height: 20px;\n  padding-left: 10px;\n}\n#colibri .style-430 .list-item-text-wrapper {\n  horizontal-align: center;\n  padding-right: 0px;\n  padding-bottom: 0px;\n}\n#colibri .style-430 a:hover,#colibri .style-430  a span.list-text:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-430 a:hover,#colibri .style-430  a span.list-text:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-430 .list-text {\n  margin-left: 10px;\n  color: rgb(32, 31, 37);\n  font-family: Arbutus Slab;\n  text-transform: uppercase;\n  font-size: 15px;\n}\n#colibri .style-430 .list-divider {\n  color: rgb(0,0,0);\n  width: 100% ;\n  height: 0%;\n  border-top-width: 0px;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-style: solid;\n  margin-left: 0px;\n}\n#colibri .style-430 .list-container-divider {\n  width: 100% ;\n  padding-top: 10px;\n  padding-right: 0px;\n  padding-bottom: 10px;\n  padding-left: 0px;\n  height: 1px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:431;a:3:{s:7:\"desktop\";s:1104:\"#colibri .style-431-icon {\n  fill: rgb(194, 70, 68);\n  width: 20px ;\n  height: 20px;\n  padding-left: 10px;\n}\n#colibri .style-431 .list-item-text-wrapper {\n  horizontal-align: center;\n  padding-bottom: 0px;\n}\n#colibri .style-431 a:hover,#colibri .style-431  a span.list-text:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-431 a:hover,#colibri .style-431  a span.list-text:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-431 .list-text {\n  margin-left: 10px;\n  color: rgb(32, 31, 37);\n  font-family: Arbutus Slab;\n  text-transform: uppercase;\n  font-size: 15px;\n}\n#colibri .style-431 .list-divider {\n  color: rgb(0,0,0);\n  width: 100% ;\n  height: 0%;\n  border-top-width: 0px;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-style: solid;\n  margin-left: 0px;\n}\n#colibri .style-431 .list-container-divider {\n  width: 100% ;\n  padding-top: 10px;\n  padding-right: 0px;\n  padding-bottom: 10px;\n  padding-left: 0px;\n  height: 1px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:432;a:3:{s:7:\"desktop\";s:1104:\"#colibri .style-432-icon {\n  fill: rgb(194, 70, 68);\n  width: 20px ;\n  height: 20px;\n  padding-left: 10px;\n}\n#colibri .style-432 .list-item-text-wrapper {\n  horizontal-align: center;\n  padding-bottom: 0px;\n}\n#colibri .style-432 a:hover,#colibri .style-432  a span.list-text:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-432 a:hover,#colibri .style-432  a span.list-text:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-432 .list-text {\n  margin-left: 10px;\n  color: rgb(32, 31, 37);\n  font-family: Arbutus Slab;\n  text-transform: uppercase;\n  font-size: 15px;\n}\n#colibri .style-432 .list-divider {\n  color: rgb(0,0,0);\n  width: 100% ;\n  height: 0%;\n  border-top-width: 0px;\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(0,0,0);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-style: solid;\n  margin-left: 0px;\n}\n#colibri .style-432 .list-container-divider {\n  width: 100% ;\n  padding-top: 10px;\n  padding-right: 0px;\n  padding-bottom: 10px;\n  padding-left: 0px;\n  height: 1px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:439;a:3:{s:7:\"desktop\";s:543:\"#colibri .style-439 p,#colibri .style-439  h1,#colibri .style-439  h2,#colibri .style-439  h3,#colibri .style-439  h4,#colibri .style-439  h5,#colibri .style-439  h6 {\n  font-family: Archivo Black;\n  font-weight: 400;\n  text-transform: uppercase;\n  font-size: 1.8em;\n  line-height: 1.5;\n  letter-spacing: 0px;\n  color: rgb(185, 185, 185);\n  text-shadow: 0px 0px 10px \n        rgba(0,0,0,0.5);\n}\n#colibri .style-439 .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:440;a:3:{s:7:\"desktop\";s:498:\"#colibri .style-440 p,#colibri .style-440  h1,#colibri .style-440  h2,#colibri .style-440  h3,#colibri .style-440  h4,#colibri .style-440  h5,#colibri .style-440  h6 {\n  font-family: Archivo Black;\n  font-weight: 400;\n  text-transform: uppercase;\n  font-size: 1.8em;\n  color: rgb(194, 70, 68);\n  text-shadow: 0px 0px 10px \n        rgba(0,0,0,0.5);\n}\n#colibri .style-440 .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:441;a:3:{s:7:\"desktop\";s:587:\"#colibri .style-441 p,#colibri .style-441  h1,#colibri .style-441  h2,#colibri .style-441  h3,#colibri .style-441  h4,#colibri .style-441  h5,#colibri .style-441  h6 {\n  text-align: center;\n  text-shadow: 0px 0px 10px \n        rgba(0,0,0,0.5);\n  font-family: Archivo Black;\n  font-weight: 400;\n  font-style: normal;\n  text-transform: uppercase;\n  font-size: 1.9em;\n  line-height: 1.2;\n  letter-spacing: 0px;\n  color: rgb(185, 185, 185);\n}\n#colibri .style-441 .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:442;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:443;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-443 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:444;a:3:{s:7:\"desktop\";s:483:\"#colibri .style-444 p,#colibri .style-444  h1,#colibri .style-444  h2,#colibri .style-444  h3,#colibri .style-444  h4,#colibri .style-444  h5,#colibri .style-444  h6 {\n  font-family: Averia Serif Libre;\n  font-weight: 400;\n  text-transform: uppercase;\n  font-size: 4.1em;\n  line-height: 1.6;\n  letter-spacing: 5px;\n  color: #FFFFFF;\n}\n#colibri .style-444 .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:445;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:446;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-446 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:447;a:3:{s:7:\"desktop\";s:388:\"#colibri .style-447 p,#colibri .style-447  h1,#colibri .style-447  h2,#colibri .style-447  h3,#colibri .style-447  h4,#colibri .style-447  h5,#colibri .style-447  h6 {\n  font-family: Alike Angular;\n  font-weight: 400;\n  font-size: 2.5em;\n}\n#colibri .style-447 .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:448;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:449;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-449 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:450;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:451;a:3:{s:7:\"desktop\";s:1333:\"#colibri .style-451-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-451 {\n  text-align: center;\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  font-family: BioRhyme;\n  font-weight: 700;\n  text-transform: uppercase;\n  font-size: 20px;\n  line-height: 1;\n  letter-spacing: 1px;\n  color: #fff;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 30px;\n  padding-bottom: 15px;\n  padding-left: 30px;\n}\n#colibri .style-451:hover,#colibri .style-451:focus {\n  background-color: rgb(109, 39, 38);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n}\n#colibri .style-451:active .style-451-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:452;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:453;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-453 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:454;a:3:{s:7:\"desktop\";s:355:\"#colibri .style-454 {\n  text-align: center;\n  font-family: Roboto;\n  font-weight: 500;\n  font-size: 20px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-454 p {\n  font-family: Roboto;\n  font-weight: 500;\n  font-size: 20px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-454 ol {\n  list-style-type: decimal;\n}\n#colibri .style-454 ul {\n  list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:455;a:3:{s:7:\"desktop\";s:388:\"#colibri .style-455 p,#colibri .style-455  h1,#colibri .style-455  h2,#colibri .style-455  h3,#colibri .style-455  h4,#colibri .style-455  h5,#colibri .style-455  h6 {\n  font-family: Abril Fatface;\n  font-weight: 400;\n  font-size: 2.5em;\n}\n#colibri .style-455 .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:456;a:3:{s:7:\"desktop\";s:1184:\"#colibri .style-456-image {\n  opacity: 1.05;\n  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5) ;\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-456-overlay {\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-456-caption {\n  margin-top: 10px;\n  font-size: 55px;\n}\n#colibri .style-456-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:457;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:458;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:459;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:460;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:461;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}}s:5:\"rules\";s:147402:\"[{\"id\":1,\"type\":\"hop-header\",\"v\":\"1.1\",\"nodes\":[\"7-h1\",\"58-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\":\"4\"}]}}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"background\":{\"color\":\"transparent\"}},\"type\":\"hop-navigation\",\"props\":{\"overlap\":true,\"sticky\":true,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"width\":\"boxed\",\"layoutType\":\"logo-spacing-menu\"},\"v\":\"1.1\",\"nodes\":[\"7-h2\",\"10-h2\",\"58-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\":[\"7-h3\",\"10-h3\",\"58-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\":[\"7-h4\",\"10-h4\",\"58-h4\"]},{\"id\":5,\"type\":\"hop-logo\",\"props\":{\"horizontalTextAlign\":\"left\",\"media\":{\"mobile\":{\"horizontalTextAlign\":\"left\"}},\"layoutType\":\"image\"},\"v\":\"1.1\",\"nodes\":[\"7-h5\",\"10-h5\",\"58-h5\"],\"style\":{\"descendants\":{\"logo-text\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"text\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"24\"}}}}}},{\"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\":[\"7-h6\",\"10-h6\",\"58-h6\"]},{\"id\":7,\"type\":\"hop-spacer\",\"nodeId\":\"7-h78\",\"v\":\"1.1\",\"nodes\":[\"7-h7\",\"10-h7\",\"58-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\":[\"7-h8\",\"10-h8\",\"58-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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}},\"props\":{\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item--bottom\",\"activeGroup\":\"border\",\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-center\"}},\"enabled\":true},\"sticky\":true,\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"v\":\"1.1\",\"nodes\":[\"7-h9\",\"10-h9\",\"58-h9\"]},{\"id\":10,\"type\":\"hop-mobile-menu\",\"nodeId\":\"11-h33\",\"v\":\"1.1\",\"nodes\":[\"7-h10\",\"10-h10\",\"58-h10\"],\"style\":{\"descendants\":{\"hamburgerButton\":{\"media\":{\"tablet\":{\"background\":{\"color\":\"rgba(0, 0, 0, 0)\"}},\"mobile\":{\"background\":{\"color\":\"rgba(0, 0, 0, 0)\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"hamburgerButton\":{\"media\":{\"tablet\":{\"fill\":\"${theme.colors.5}\"},\"mobile\":{\"fill\":\"${theme.colors.5}\"}}}}}}}},{\"id\":11,\"type\":\"hop-offscreen-panel\",\"nodeId\":\"11-h34\",\"v\":\"1.1\",\"nodes\":[\"7-h11\",\"10-h11\",\"58-h11\"]},{\"id\":12,\"type\":\"hop-row\",\"nodeId\":\"11-h36\",\"v\":\"1.1\",\"nodes\":[\"7-h13\",\"10-h13\",\"58-h13\"],\"props\":{\"layout\":{\"equalWidth\":false}}},{\"id\":13,\"type\":\"hop-column\",\"nodeId\":\"11-h37\",\"v\":\"1.1\",\"nodes\":[\"7-h14\",\"10-h14\",\"58-h14\"]},{\"id\":14,\"type\":\"hop-logo\",\"nodeId\":\"11-h38\",\"v\":\"1.1\",\"nodes\":[\"7-h15\",\"10-h15\",\"58-h15\"],\"props\":{\"layoutType\":\"image\"}},{\"id\":15,\"type\":\"hop-row\",\"nodeId\":\"11-h39\",\"v\":\"1.1\",\"nodes\":[\"7-h16\",\"10-h16\",\"58-h16\"],\"props\":{\"layout\":{\"equalWidth\":false}}},{\"id\":16,\"type\":\"hop-column\",\"nodeId\":\"11-h40\",\"v\":\"1.1\",\"nodes\":[\"7-h17\",\"10-h17\",\"58-h17\"]},{\"id\":18,\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"white\"}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\"}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"}}}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"nodeId\":\"11-h35\",\"v\":\"1.1\",\"nodes\":[\"7-h12\",\"10-h12\",\"58-h12\"]},{\"id\":19,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"7-h18\",\"10-h18\",\"58-h18\"]},{\"id\":20,\"style\":{\"background\":{\"color\":\"black\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\",\"value\":\"15\"}}},\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"fullBackground\":true,\"hide\":{\"mobile\":true}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h19\",\"10-h19\",\"58-h19\"]},{\"id\":21,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"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\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"7-h20\",\"10-h20\",\"58-h20\"]},{\"id\":22,\"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\"},\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\",\"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\"}}},\"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.159072234443950133453427042695693671703338623046875},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.343411110830517340986034469096921384334564208984375},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.0941660601972718058760847270605154335498809814453125},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579821963923535577123402617871761322021484375}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"7-h21\",\"10-h21\",\"58-h21\"]},{\"id\":23,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"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\":[\"7-h22\",\"10-h22\",\"58-h22\"]},{\"id\":24,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\"}},\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}}}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"7-h23\",\"10-h23\",\"58-h23\"]},{\"id\":25,\"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\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-cropped-pic1.jpg\",\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"#b721ff\"},{\"position\":\"100\",\"color\":\"#21d4fd\"}]}},\"attachment\":\"fixed\",\"position\":\"center center\",\"repeat\":\"no-repeat\",\"size\":\"cover\",\"useParallax\":false}],\"video\":{\"videoType\":\"external\",\"externalUrl\":\"https:\\/\\/www.youtube.com\\/watch?v=coYirc_qoSA\",\"internalUrl\":false,\"poster\":{\"url\":\"https:\\/\\/static.colibriwp.com\\/assets\\/sources\\/colibri-demo-video-cover.jpg\"}},\"slideshow\":{\"duration\":{\"value\":1500},\"speed\":{\"value\":500},\"slides\":[{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/leaf-nature-water-green-freshness-dew-1440543-pxhere.com.jpg\"}]},\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":\"0.1\"}},\"color\":\"${theme.colors.5}\"},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"150\",\"path\":\"value\"},\"bottom\":{\"unit\":\"px\",\"value\":\"150\",\"path\":\"value\"}},\"separatorBottom\":{\"enabled\":false,\"type\":\"mountains\",\"color\":\"#FFF\",\"height\":{\"value\":100},\"negative\":false},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"150\"},\"bottom\":{\"value\":\"50\"}},\"background\":{\"image\":[{\"attachment\":\"scroll\",\"position\":{\"x\":69.96166200393741974039585329592227935791015625,\"y\":100},\"source\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-cropped-cropped-pic1.jpg\"}}]}},\"tablet\":{\"background\":{\"image\":[{\"attachment\":\"scroll\"}]}}}},\"props\":{\"heroSection\":{\"layout\":\"textOnly\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"layoutType\":\"textWithMediaOnRight\"},\"type\":\"hop-hero\",\"v\":\"1.1\",\"nodes\":[\"7-h24\",\"58-h24\"]},{\"id\":26,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalAlign\":\"start\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h25\",\"58-h25\"]},{\"id\":27,\"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\":\"\"}}}}}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h26\",\"58-h26\"]},{\"id\":28,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"7-h27\",\"58-h27\"],\"style\":{\"textAlign\":\"center\",\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"5.2\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"-1\"},\"weight\":\"700\",\"color\":\"${theme.colors.4}\"},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"3\"}},\"textAlign\":\"center\"}}}},{\"id\":29,\"props\":{\"type\":\"lead\"},\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"7-h28\",\"58-h28\"]},{\"id\":30,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"7-h29\",\"58-h29\"]},{\"id\":31,\"style\":{\"background\":{\"color\":\"${theme.colors.0}\",\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"0\",\"steps\":[{\"color\":\"#00c6fb\",\"position\":\"0\"},{\"color\":\"#005bea\",\"position\":\"100\"}]}}}]},\"typography\":{\"color\":\"white\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"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\"}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"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}\"}}}},\"textAlign\":\"center\"},\"type\":\"hop-button\",\"props\":{\"buttonSize\":\"large\"},\"v\":\"1.1\",\"nodes\":[\"7-h30\",\"58-h30\"]},{\"id\":32,\"style\":{\"background\":{\"color\":\"transparent\"},\"typography\":{\"color\":\"white\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"color\":\"white\",\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"white\",\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"white\",\"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\"}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.25)\"},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"}}}},\"textAlign\":\"center\"},\"type\":\"hop-button\",\"props\":{\"buttonSize\":\"large\"},\"v\":\"1.1\",\"nodes\":[\"7-h31\",\"58-h31\"]},{\"id\":35,\"type\":\"hop-header\",\"nodeId\":\"4443-h1\",\"v\":\"1.1\",\"nodes\":[\"10-h1\"]},{\"id\":59,\"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\",\"color\":\"${theme.colors.5}\",\"overlay\":{\"shape\":{\"value\":\"none\",\"isTile\":false,\"img\":\"data:image\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+\\/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAANSURBVAiZY\\/j\\/\\/z8DAAj8Av6Fzas0AAAAAElFTkSuQmCC\"},\"light\":false,\"color\":{\"value\":\"${theme.colors.5}\",\"opacity_\":0,\"opacity\":\"0.7\"},\"enabled\":true,\"type\":\"color\",\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"rgba(183,33,255, 0)\"},{\"position\":\"100\",\"color\":\"rgba(33,212,253, 0)\"}]}},\"image\":[{\"source\":{\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"#b721ff\"},{\"position\":\"100\",\"color\":\"#21d4fd\"}]},\"type\":\"image\",\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-download-1.png\"},\"attachment\":\"scroll\",\"position\":\"center center\",\"repeat\":\"no-repeat\",\"size\":\"contain\",\"useParallax\":false}],\"video\":{\"videoType\":\"external\",\"externalUrl\":\"https:\\/\\/www.youtube.com\\/watch?v=coYirc_qoSA\",\"internalUrl\":false,\"poster\":{\"url\":\"https:\\/\\/static.colibriwp.com\\/assets\\/sources\\/colibri-demo-video-cover.jpg\"}},\"slideshow\":{\"duration\":{\"value\":1500},\"speed\":{\"value\":500},\"slides\":[{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/leaf-nature-water-green-freshness-dew-1440543-pxhere.com.jpg\"}]}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"90\"},\"bottom\":{\"unit\":\"px\",\"value\":\"90\"}},\"separatorBottom\":{\"type\":\"mountains\",\"color\":\"#FFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"props\":{\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"layoutType\":\"textWithMediaOnRight\"},\"type\":\"hop-hero\",\"nodeId\":\"10-h29\",\"nodes\":[\"10-h24\"],\"v\":\"1.1\"},{\"id\":60,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"10-h37\",\"nodes\":[\"10-h25\"],\"v\":\"1.1\"},{\"id\":61,\"type\":\"hop-column\",\"nodeId\":\"10-h38\",\"nodes\":[\"10-h26\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}}},{\"id\":62,\"type\":\"hop-page-title\",\"nodeId\":\"10-h39\",\"nodes\":[\"10-h27\"],\"v\":\"1.1\"},{\"id\":63,\"type\":\"hop-footer\",\"props\":{\"useFooterParallax\":false},\"v\":\"1.1\",\"nodes\":[\"13-f1\"]},{\"id\":64,\"type\":\"hop-section\",\"style\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"30\"},\"bottom\":{\"path\":\"value\",\"value\":\"30\"}}},\"v\":\"1.1\",\"nodes\":[\"13-f2\"]},{\"id\":65,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalInnerGap\":1,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"13-f3\"]},{\"id\":66,\"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\":[\"13-f4\"]},{\"id\":67,\"type\":\"hop-copyright\",\"nodeId\":\"13-f6\",\"v\":\"1.1\",\"nodes\":[\"13-f5\"]},{\"id\":152,\"type\":\"hop-content\",\"nodeId\":\"5-c1\",\"nodes\":[\"5-c1\",\"1955-c1\"],\"v\":\"1.1\"},{\"id\":165,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"5-c2\",\"1955-c2\"],\"style\":{\"background\":{\"color\":\"${theme.colors.5}\"},\"padding\":{\"top\":{\"value\":\"0\"}}}},{\"id\":166,\"props\":{\"layout\":{\"equalWidth\":true,\"horizontalGap\":0,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c3\",\"1955-c3\"]},{\"id\":167,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"},\"top\":{\"unit\":\"px\",\"value\":\"30\"},\"bottom\":{\"unit\":\"px\",\"value\":\"30\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"},\"top\":{\"unit\":\"px\",\"value\":\"30\"},\"bottom\":{\"unit\":\"px\",\"value\":\"30\"}}}},\"descendants\":{\"outer\":{\"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\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"60\"},\"right\":{\"unit\":\"px\",\"value\":\"60\"},\"top\":{\"unit\":\"px\",\"value\":\"60\"},\"bottom\":{\"unit\":\"px\",\"value\":\"60\"}},\"background\":{\"color\":\"${theme.colors.4}\"}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c5\",\"5-c10\",\"1955-c5\",\"1955-c7\"]},{\"id\":169,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"5-c6\",\"5-c11\",\"1955-c11\"]},{\"id\":170,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"5-c7\",\"5-c12\",\"1955-c8\"],\"style\":{\"textAlign\":\"center\"}},{\"id\":171,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"5-c8\",\"5-c13\",\"1955-c13\"]},{\"id\":172,\"type\":\"hop-button\",\"style\":{\"textAlign\":\"center\",\"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\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"${theme.colors.0}\"}},\"v\":\"1.1\",\"nodes\":[\"5-c9\",\"5-c14\",\"1955-c14\"]},{\"id\":173,\"type\":\"hop-column\",\"props\":{\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}},\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"media\":{\"mobile\":{\"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\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/scrun-hieracky-1.png\"},\"position\":\"center center\"}]},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"530\"},\"type\":\"min-height\"}},\"v\":\"1.1\",\"nodes\":[\"5-c4\",\"1955-c4\"]},{\"id\":175,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"5-c16\",\"1955-c10\"]},{\"id\":176,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c17\",\"1955-c11\"]},{\"id\":177,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"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\"}},\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"props\":{\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}},\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"v\":\"1.1\",\"nodes\":[\"5-c20\",\"1955-c14\"]},{\"id\":179,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"6\"},\"v\":\"1.1\",\"nodes\":[\"5-c22\",\"1955-c22\"]},{\"id\":180,\"type\":\"hop-text\",\"props\":{\"type\":\"normal\"},\"v\":\"1.1\",\"nodes\":[\"5-c23\",\"1955-c16\"],\"style\":{\"textAlign\":\"center\",\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.5}\",\"family\":\"Open Sans\"}}},\"textShadow\":{\"enabled\":false}}},{\"id\":181,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"5-c25\",\"1955-c25\"]},{\"id\":183,\"type\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}},\"verticalAlign\":\"center\"},\"style\":{\"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\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c18\",\"1955-c12\"]},{\"id\":184,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"frameImage\":{\"zIndex\":1,\"backgroundColor\":\"transparent\",\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"solid\",\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"solid\",\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"solid\",\"color\":\"${theme.colors.0}\"}},\"transform\":{\"translate\":{\"x\":{\"path\":\"value\",\"value\":\"5\"},\"y\":{\"path\":\"value\",\"value\":\"5\"}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"path\":\"value\",\"value\":\"5\"}}}}},\"height\":{\"path\":\"value\",\"value\":100},\"width\":{\"path\":\"value\",\"value\":100}},\"overlay\":{\"background\":{\"overlay\":{\"enabled\":false}}}},\"textAlign\":\"right\"},\"props\":{\"enabledFrameOption\":false,\"showFrameOverImage\":true,\"frame\":{\"type\":\"border\"},\"showFrameShadow\":false,\"media\":{\"mobile\":{\"enabledFrameOption\":false}}},\"v\":\"1.1\",\"nodes\":[\"5-c19\",\"1955-c13\"]},{\"id\":185,\"type\":\"hop-section\",\"props\":{\"showHeader\":true},\"v\":\"1.1\",\"nodes\":[\"5-c27\",\"1955-c10\"],\"style\":{\"background\":{\"color\":\"${theme.colors.3}\"}}},{\"id\":186,\"props\":{\"layout\":{\"equalWidth\":true,\"horizontalGap\":2,\"verticalGap\":2,\"itemsPerRow\":3},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c28\",\"1955-c11\"]},{\"id\":187,\"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\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"${theme.colors.0}\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"transform\":{\"translate\":{\"y\":{\"value\":\"-2\"}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}}},\"v\":\"1.1\",\"nodes\":[\"5-c29\",\"5-c37\",\"5-c45\",\"1955-c29\",\"1955-c37\",\"1955-c45\"]},{\"id\":188,\"type\":\"hop-image\",\"v\":\"1.1\",\"nodes\":[\"5-c30\",\"5-c38\",\"5-c46\",\"1955-c30\",\"1955-c38\",\"1955-c46\"]},{\"id\":189,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"style\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c31\",\"5-c39\",\"5-c47\",\"1955-c31\",\"1955-c39\",\"1955-c47\"]},{\"id\":190,\"type\":\"hop-column\",\"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\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"20\"}},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}},\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}},\"verticalAlign\":\"start\"},\"v\":\"1.1\",\"nodes\":[\"5-c32\",\"5-c40\",\"5-c48\",\"1955-c32\",\"1955-c40\",\"1955-c48\"]},{\"id\":191,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"5-c33\",\"5-c41\",\"5-c49\",\"1955-c33\",\"1955-c41\",\"1955-c49\"]},{\"id\":192,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"5-c34\",\"5-c42\",\"5-c50\",\"1955-c34\",\"1955-c42\",\"1955-c50\"]},{\"id\":193,\"type\":\"hop-link-group\",\"style\":{\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"5-c35\",\"5-c43\",\"5-c51\",\"1955-c35\",\"1955-c43\",\"1955-c51\"]},{\"id\":194,\"type\":\"hop-link\",\"style\":{\"descendants\":{\"icon\":{\"width\":{\"value\":\"16\"},\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"},\"v\":\"1.1\",\"nodes\":[\"5-c36\",\"5-c44\",\"5-c52\",\"1955-c36\",\"1955-c44\",\"1955-c52\"]},{\"id\":195,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c53\",\"1955-c36\"]},{\"id\":196,\"type\":\"hop-column\",\"v\":\"1.1\",\"nodes\":[\"5-c54\",\"1955-c37\"],\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}}},{\"id\":197,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"5-c55\",\"1955-c38\"],\"style\":{\"typography\":{\"family\":\"Abril Fatface\",\"weight\":\"400\",\"size\":{\"unit\":\"em\",\"value\":\"2.5\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.3\"}}}},{\"id\":198,\"type\":\"hop-text\",\"props\":{\"type\":\"normal\"},\"v\":\"1.1\",\"nodes\":[\"5-c56\",\"1955-c39\"],\"style\":{\"textAlign\":\"center\",\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"20\"},\"family\":\"Open Sans\"}}}}},{\"id\":199,\"type\":\"hop-section\",\"style\":{\"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:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/pic1.jpg\"},\"attachment\":\"fixed\"}],\"overlay\":{\"enabled\":false}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"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}\"}}},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"666\"},\"type\":\"min-height\"}},\"v\":\"1.1\",\"nodes\":[\"5-c57\",\"1955-c40\"]},{\"id\":200,\"props\":{\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c58\",\"1955-c44\"]},{\"id\":201,\"type\":\"hop-column\",\"style\":{\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"},\"top\":{\"unit\":\"px\",\"value\":\"30\"},\"bottom\":{\"unit\":\"px\",\"value\":\"30\"}}}},\"textAlign\":\"center\",\"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\":\"\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"50\"},\"right\":{\"unit\":\"px\",\"value\":\"50\"},\"top\":{\"unit\":\"px\",\"value\":\"50\"},\"bottom\":{\"unit\":\"px\",\"value\":\"50\"}},\"background\":{\"color\":\"rgba(32, 31, 37, 0.75)\"}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c59\",\"1955-c45\"]},{\"id\":202,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"3\"},\"v\":\"1.1\",\"nodes\":[\"5-c60\",\"1955-c35\"],\"style\":{\"typography\":{\"weight\":\"700\",\"transform\":\"capitalize\"}}},{\"id\":204,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"5-c61\",\"1955-c36\"]},{\"id\":206,\"type\":\"hop-section\",\"v\":\"1.1\",\"props\":{\"showHeader\":true},\"nodes\":[\"5-c63\",\"1955-c49\"],\"style\":{\"background\":{\"color\":\"${theme.colors.3}\"}}},{\"id\":207,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c64\",\"1955-c50\"]},{\"id\":208,\"type\":\"hop-column\",\"v\":\"1.1\",\"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\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"nodes\":[\"5-c65\",\"1955-c51\"]},{\"id\":209,\"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\":2,\"verticalInnerGap\":2},\"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\":false,\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c66\",\"1955-c52\"]},{\"id\":210,\"type\":\"hop-loop-item\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"-225\",\"steps\":[{\"color\":\"rgba(255, 254, 255, 0.8)\",\"position\":\"0\"},{\"color\":\"rgba(215, 255, 254, 0.8)\",\"position\":\"100\"}]}}}]},\"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\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"3\",\"color\":\"rgba(189, 189, 189, 0.4)\",\"spread\":\"2\",\"x\":\"0\",\"y\":\"1\"}]},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}},\"nodes\":[\"5-c67\",\"1955-c53\"]},{\"id\":211,\"type\":\"hop-post-thumbnail\",\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"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\"}}},\"background\":{\"color\":\"${theme.colors.0}\"},\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"nodes\":[\"5-c68\",\"1955-c54\"]},{\"id\":212,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"style\":{\"background\":{\"overlay\":{\"enabled\":false}}},\"v\":\"1.1\",\"nodes\":[\"5-c69\",\"1955-c55\"]},{\"id\":213,\"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\"}}},\"tablet\":{\"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\"}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":\"5\"}},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}},\"v\":\"1.1\",\"nodes\":[\"5-c70\",\"1955-c56\"]},{\"id\":214,\"type\":\"hop-post-categories\",\"style\":{\"descendants\":{\"categoriesLinks\":{\"typography\":{\"color\":\"${theme.colors.0}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}},\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c71\",\"1955-c57\"]},{\"id\":215,\"type\":\"hop-post-title\",\"style\":{\"descendants\":{\"title\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c72\",\"1955-c58\"]},{\"id\":216,\"type\":\"hop-post-meta\",\"style\":{\"descendants\":{\"icons\":{\"display\":\"none\"},\"metaDataLinks\":{\"typography\":{\"color\":\"${theme.colors.4|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"metaDataPrefix\":{\"typography\":{\"color\":\"${theme.colors.4|variant4}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"metaDataSuffix\":{\"typography\":{\"color\":\"${theme.colors.4|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c73\",\"1955-c59\"]},{\"id\":217,\"type\":\"hop-post-excerpt\",\"v\":\"1.1\",\"nodes\":[\"5-c74\",\"1955-c60\"]},{\"id\":218,\"type\":\"hop-post-read-more-group\",\"v\":\"1.1\",\"nodes\":[\"5-c75\",\"1955-c61\"]},{\"id\":219,\"type\":\"hop-post-read-more\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"3\",\"unit\":\"px\",\"path\":\"value\"}},\"size\":{\"value\":\"16\",\"unit\":\"px\"}}},\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"},\"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\"}}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"lineHeight\":{\"value\":\"1\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"none\",\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"},\"weight\":\"600\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(2, 110, 159, 0)\"},\"typography\":{\"color\":\"${theme.colors.1}\"},\"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}\"}}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"textAlign\":\"center\"},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"},\"v\":\"1.1\",\"nodes\":[\"5-c76\",\"1955-c62\"]},{\"id\":220,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c77\",\"1955-c65\"]},{\"id\":221,\"type\":\"hop-column\",\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"nodes\":[\"5-c78\",\"1955-c66\"]},{\"id\":222,\"props\":{\"headerType\":\"3\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"5-c79\",\"1955-c67\"],\"style\":{\"typography\":{\"transform\":\"uppercase\",\"weight\":\"400\",\"family\":\"Alike Angular\",\"size\":{\"unit\":\"em\",\"value\":\"3\"}}}},{\"id\":223,\"type\":\"hop-text\",\"v\":\"1.1\",\"props\":{\"type\":\"normal\"},\"nodes\":[\"5-c80\",\"1955-c68\"],\"style\":{\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.5}\",\"family\":\"Open Sans\",\"weight\":\"300\",\"size\":{\"unit\":\"em\",\"value\":\"0.8\"},\"lineHeight\":{\"unit\":\"\",\"value\":0}}}},\"textAlign\":\"center\"}},{\"id\":224,\"type\":\"hop-section\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/pic1-1.jpg\"},\"position\":\"center right\",\"attachment\":\"fixed\"}],\"overlay\":{\"enabled\":true,\"color\":{\"value\":\"${theme.colors.5|variantGray1}\",\"opacity\":\"0.5\"},\"type\":\"color\",\"shape\":{\"value\":\"none\",\"isTile\":false},\"light\":0}},\"typography\":{\"color\":\"${theme.colors.5}\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"150\"},\"bottom\":{\"path\":\"value\",\"value\":\"150\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"position\":{\"x\":14.654890415439975726030752412043511867523193359375,\"y\":53.482309124767226649055373854935169219970703125}}]}}}},\"v\":\"1.1\",\"nodes\":[\"5-c81\",\"1955-c69\"]},{\"id\":225,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c82\",\"1955-c70\"]},{\"id\":226,\"type\":\"hop-column\",\"style\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(189, 189, 189, 0.5)\",\"y\":\"2\"}]},\"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\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"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\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"5-c83\",\"1955-c71\"]},{\"id\":227,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c84\",\"1955-c72\"]},{\"id\":228,\"type\":\"hop-column\",\"style\":{\"background\":{\"color\":\"${theme.colors.0}\"},\"padding\":{\"top\":{\"value\":\"25\",\"unit\":\"px\"},\"right\":{\"value\":\"25\",\"unit\":\"px\"},\"bottom\":{\"value\":\"25\",\"unit\":\"px\"},\"left\":{\"value\":\"25\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"path\":\"value\",\"value\":\"40\"}},\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"vSpace\":{\"path\":\"value\",\"value\":\"20\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c85\",\"1955-c73\"]},{\"id\":229,\"type\":\"hop-heading\",\"style\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"${theme.colors.4}\"}},\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"5-c86\",\"1955-c74\"]},{\"id\":230,\"type\":\"hop-icon\",\"style\":{\"descendants\":{\"icon\":{\"fill\":\"${theme.colors.4}\",\"width\":{\"path\":\"value\",\"value\":\"40\"},\"height\":{\"path\":\"value\",\"value\":\"40\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"15\"},\"left\":{\"path\":\"value\",\"value\":\"15\"},\"right\":{\"path\":\"value\",\"value\":\"15\"},\"bottom\":{\"path\":\"value\",\"value\":\"15\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c87\",\"1955-c75\"]},{\"id\":231,\"type\":\"hop-heading\",\"style\":{\"color\":\"${theme.colors.4}\"},\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"5-c88\",\"1955-c76\"]},{\"id\":232,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"padding\":{\"top\":{\"value\":\"10\"},\"left\":{\"value\":\"10\"},\"bottom\":{\"value\":\"10\"},\"right\":{\"value\":\"10\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant0}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant0}\"},\"right\":{\"color\":\"${theme.colors.0|variant0}\"},\"left\":{\"color\":\"${theme.colors.0|variant0}\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}}}},\"icon-content\":{\"fill\":\"${theme.colors.4}\",\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"media\":{\"tablet\":{\"width\":{\"value\":\"15\"},\"height\":{\"value\":\"15\"}}},\"states\":{\"hover\":{\"fill\":\"${theme.colors.0|variant0}\"}}}},\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"states\":{\"hover\":{\"transition\":{\"duration\":{\"value\":\"1\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c89\",\"1955-c77\"]},{\"id\":233,\"type\":\"hop-column\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"path\":\"value\",\"value\":\"40\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c90\",\"1955-c78\"]},{\"id\":234,\"type\":\"hop-contact-form\",\"style\":{\"padding\":{\"top\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"descendants\":{\"labels\":{\"typography\":{\"color\":\"${theme.colors.5|variantGray2}\"}},\"inputs\":{\"typography\":{\"color\":\"${theme.colors.5|variantGray2}\"},\"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\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.5|variantGray4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.5|variantGray4}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.5|variantGray4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.5|variantGray4}\"}}},\"submit-button\":{\"background\":{\"color\":\"${theme.colors.0}\"},\"padding\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.4}\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"2\"},\"weight\":\"600\"},\"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\"}}}},\"margin-left\":\"auto\",\"margin-right\":\"0\",\"media\":{\"mobile\":{\"margin-left\":\"auto\",\"margin-right\":\"auto\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"error-notice\":{\"typography\":{\"color\":\"${theme.colors.5|variantGray2}\"}},\"info-notice\":{\"typography\":{\"color\":\"${theme.colors.5|variantGray2}\"}},\"success-notice\":{\"typography\":{\"color\":\"${theme.colors.5|variantGray2}\"}},\"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}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c91\",\"1955-c79\"],\"props\":{\"compliedStyleFlags\":{\"forminator\":{\"validationError\":true}}}},{\"id\":236,\"type\":\"hop-button\",\"style\":{\"textAlign\":\"center\",\"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\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"${theme.colors.0}\"}},\"v\":\"1.1\",\"nodes\":[\"5-c26\",\"1955-c26\"],\"nodeId\":\"5-c26\"},{\"id\":237,\"type\":\"hop-button\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"#fff\",\"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.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"${theme.colors.0}\"}},\"v\":\"1.1\",\"nodes\":[\"5-c62\",\"1955-c37\"],\"nodeId\":\"5-c64\",\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\"}},{\"id\":238,\"type\":\"hop-main\",\"nodeId\":\"71-m1\",\"v\":\"1.1\",\"nodes\":[\"432-m1\",\"1741-m1\"],\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"40\",\"y\":\"10\",\"spread\":\"0\",\"color\":\"rgba(1, 51, 74, 0.15)\"}]},\"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\"}}}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":239,\"type\":\"hop-section\",\"nodeId\":\"16-m29\",\"nodes\":[\"432-m2\",\"1741-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\":240,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"16-m33\",\"nodes\":[\"432-m25\",\"1741-m25\"],\"v\":\"1.1\"},{\"id\":241,\"type\":\"hop-column\",\"nodeId\":\"16-m34\",\"nodes\":[\"432-m26\",\"1741-m26\"],\"v\":\"1.1\"},{\"id\":242,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"16-m35\",\"nodes\":[\"432-m27\",\"1741-m27\"],\"v\":\"1.1\"},{\"id\":243,\"type\":\"hop-text\",\"nodeId\":\"16-m36\",\"nodes\":[\"432-m28\",\"1741-m28\"],\"v\":\"1.1\"},{\"id\":244,\"type\":\"hop-post-loop\",\"nodeId\":\"23-m35\",\"style\":{\"background\":{\"color\":\"\"}},\"v\":\"1.1\",\"nodes\":[\"432-m3\",\"1741-m3\"]},{\"id\":245,\"type\":\"hop-loop-item\",\"nodeId\":\"23-m36\",\"v\":\"1.1\",\"nodes\":[\"432-m4\",\"1741-m4\"],\"style\":{\"background\":{\"color\":\"\"},\"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}}},{\"id\":246,\"type\":\"hop-post-thumbnail\",\"nodeId\":\"23-m37\",\"style\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"v\":\"1.1\",\"nodes\":[\"432-m5\",\"1741-m5\"]},{\"id\":247,\"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\",\"1741-m6\"]},{\"id\":248,\"type\":\"hop-column\",\"nodeId\":\"1723-m27\",\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}},\"v\":\"1.1\",\"nodes\":[\"432-m7\",\"1741-m7\"],\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},{\"id\":249,\"type\":\"hop-post-meta\",\"nodeId\":\"26-m15\",\"v\":\"1.1\",\"nodes\":[\"432-m8\",\"1741-m8\"],\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"weight\":\"400\",\"family\":\"Open Sans\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"display\":\"none\",\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"}}}},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":250,\"type\":\"hop-post-content\",\"nodeId\":\"23-m40\",\"v\":\"1.1\",\"nodes\":[\"432-m9\",\"1741-m9\"],\"style\":{\"descendants\":{\"content\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"holders\":{\"p\":{\"color\":\"${theme.colors.5|variant2}\"}}}}}}},{\"id\":251,\"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\",\"1741-m10\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":252,\"type\":\"hop-column\",\"nodeId\":\"16-m38\",\"nodes\":[\"432-m11\",\"1741-m11\"],\"v\":\"1.1\",\"props\":{\"verticalAlign\":\"center\"}},{\"id\":253,\"type\":\"hop-text\",\"nodeId\":\"16-m39\",\"nodes\":[\"432-m12\",\"1741-m12\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":254,\"type\":\"hop-column\",\"nodeId\":\"16-m36\",\"nodes\":[\"432-m13\",\"1741-m13\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":255,\"type\":\"hop-post-categories\",\"nodeId\":\"16-m37\",\"nodes\":[\"432-m14\",\"1741-m14\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"categoriesLinks\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.4|variant2}\",\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}}}}},{\"id\":256,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":0,\"verticalGap\":0,\"equalHeight\":false}},\"type\":\"hop-post-tags-container\",\"nodeId\":\"16-m30\",\"nodes\":[\"432-m15\",\"1741-m15\"],\"v\":\"1.1\"},{\"id\":257,\"type\":\"hop-column\",\"nodeId\":\"16-m40\",\"nodes\":[\"432-m16\",\"1741-m16\"],\"v\":\"1.1\",\"style\":{\"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\":258,\"type\":\"hop-text\",\"nodeId\":\"16-m41\",\"nodes\":[\"432-m17\",\"1741-m17\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"400\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"props\":{\"type\":\"normal\"}},{\"id\":259,\"type\":\"hop-column\",\"nodeId\":\"16-m32\",\"nodes\":[\"432-m18\",\"1741-m18\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":23}},\"verticalAlign\":\"center\"}},{\"id\":260,\"type\":\"hop-post-tags\",\"nodeId\":\"16-m33\",\"nodes\":[\"432-m19\",\"1741-m19\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"tagsLinks\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"typography\":{\"color\":\"${theme.colors.4|variant2}\",\"decoration\":\"none\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"tagsPrefix\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}}}},{\"id\":261,\"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\":\"16-m39\",\"nodes\":[\"432-m20\",\"1741-m20\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"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)\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}}},{\"id\":262,\"type\":\"hop-column\",\"nodeId\":\"16-m40\",\"nodes\":[\"432-m21\",\"1741-m21\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":263,\"type\":\"hop-post-nav-button\",\"nodeId\":\"23-m48\",\"v\":\"1.1\",\"nodes\":[\"432-m22\",\"1741-m22\"],\"style\":{\"descendants\":{\"navigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"style\":\"none\",\"color\":\"black\"},\"right\":{\"style\":\"none\",\"color\":\"black\"}},\"background\":{\"color\":\"\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"navigationTitle\":{\"maxWidth\":{\"value\":\"40\",\"unit\":\"ch\"}}}}},{\"id\":264,\"type\":\"hop-column\",\"nodeId\":\"16-m41\",\"nodes\":[\"432-m23\",\"1741-m23\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":265,\"type\":\"hop-post-nav-button\",\"nodeId\":\"23-m49\",\"v\":\"1.1\",\"nodes\":[\"432-m24\",\"1741-m24\"],\"style\":{\"descendants\":{\"navigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}}},{\"id\":266,\"type\":\"hop-section\",\"nodeId\":\"16-m55\",\"nodes\":[\"432-m29\",\"1741-m29\"],\"style\":{\"padding\":{\"top\":{\"value\":0},\"bottom\":{\"value\":0}}},\"v\":\"1.1\"},{\"id\":267,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"16-m59\",\"nodes\":[\"432-m34\",\"1741-m34\"],\"v\":\"1.1\"},{\"id\":268,\"type\":\"hop-column\",\"nodeId\":\"16-m60\",\"nodes\":[\"432-m35\",\"1741-m35\"],\"v\":\"1.1\"},{\"id\":269,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"16-m61\",\"nodes\":[\"432-m36\",\"1741-m36\"],\"v\":\"1.1\"},{\"id\":270,\"type\":\"hop-text\",\"nodeId\":\"16-m62\",\"nodes\":[\"432-m37\",\"1741-m37\"],\"v\":\"1.1\"},{\"id\":271,\"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\":\"\"}}}},\"type\":\"hop-row\",\"nodeId\":\"16-m56\",\"nodes\":[\"432-m30\",\"1741-m30\"],\"v\":\"1.1\"},{\"id\":272,\"type\":\"hop-column\",\"nodeId\":\"16-m57\",\"nodes\":[\"432-m31\",\"1741-m31\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"0\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"}},\"textAlign\":\"left\",\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}},{\"id\":273,\"type\":\"hop-post-comments\",\"nodeId\":\"1723-m26\",\"v\":\"1.1\",\"nodes\":[\"432-m32\",\"1741-m32\"],\"style\":{\"descendants\":{\"commentsTitle\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5}\",\"weight\":\"600\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"em\",\"value\":\"1.25\"}}},\"commentInfo\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"background\":{\"color\":\"\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"commentText\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"holders\":{\"p\":{\"color\":\"${theme.colors.5|variant2}\"},\"a\":{\"states\":{\"hover\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}},\"commentAuthorName\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\",\"style\":\"normal\",\"weight\":\"600\"},\"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.5|variant2}\"}},\"comment\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"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\"}}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}}},\"commentAvatar\":{\"width\":{\"value\":30},\"height\":{\"value\":30},\"background\":{\"color\":\"\"},\"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\":{\"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)\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"commentReply\":{\"typography\":{\"color\":\"${theme.colors.0}\",\"size\":{\"unit\":\"em\",\"value\":\"1\"},\"transform\":\"lowercase\",\"weight\":\"400\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.5\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"alternateComment\":{\"background\":{\"color\":\"rgba(166, 220, 244, 0.1)\"},\"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\"}}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}}},\"commentReplies\":{\"margin\":{\"left\":{\"value\":\"12\"}}},\"commentInfoContainer\":{\"typography\":{\"color\":\"${theme.colors.4|variant2}\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":274,\"type\":\"hop-post-comment-form\",\"nodeId\":\"23-m32\",\"v\":\"1.1\",\"nodes\":[\"432-m33\",\"1741-m33\"],\"style\":{\"descendants\":{\"commentFormTitle\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"em\",\"value\":\"1.25\"},\"weight\":\"600\",\"family\":\"Open Sans\"}},\"commentFormLabels\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"},\"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\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"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\":\"rgb(238, 238, 238)\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"right\":{\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"color\":\"rgb(238, 238, 238)\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"typography\":{\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"color\":\"${theme.colors.5|variant2}\"},\"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.5|variant1}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"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)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":275,\"type\":\"hop-main\",\"nodeId\":\"68-m1\",\"v\":\"1.1\",\"nodes\":[\"435-m1\",\"1744-m1\"],\"style\":{\"margin\":{\"top\":{\"value\":\"-30\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":276,\"type\":\"hop-section\",\"nodeId\":\"19-m36\",\"nodes\":[\"435-m2\",\"1744-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}}},\"v\":\"1.1\"},{\"id\":277,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"19-m40\",\"nodes\":[\"435-m25\",\"1744-m25\"],\"v\":\"1.1\"},{\"id\":278,\"type\":\"hop-column\",\"nodeId\":\"19-m41\",\"nodes\":[\"435-m26\",\"1744-m26\"],\"v\":\"1.1\"},{\"id\":279,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"19-m42\",\"nodes\":[\"435-m27\",\"1744-m27\"],\"v\":\"1.1\"},{\"id\":280,\"type\":\"hop-text\",\"nodeId\":\"19-m43\",\"nodes\":[\"435-m28\",\"1744-m28\"],\"v\":\"1.1\"},{\"id\":281,\"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\":2,\"verticalGap\":2}},\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":2}}},\"showMasonry\":true},\"v\":\"1.1\",\"nodes\":[\"435-m3\",\"1744-m3\"]},{\"id\":282,\"type\":\"hop-loop-item\",\"nodeId\":\"26-m7\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(1, 51, 74, 0.15)\",\"spread\":\"0\",\"y\":\"10\",\"blur\":\"40\"}]},\"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\":[\"435-m4\",\"1744-m4\"],\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":283,\"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\",\"1744-m5\"]},{\"id\":284,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"horizontalGap\":3,\"verticalGap\":0,\"custom\":{\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"type\":\"hop-row\",\"nodeId\":\"1726-m24\",\"v\":\"1.1\",\"nodes\":[\"435-m6\",\"1744-m6\"],\"style\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}},{\"id\":285,\"type\":\"hop-column\",\"nodeId\":\"1726-m25\",\"style\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"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\":\"\"}},\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"nodes\":[\"435-m7\",\"1744-m7\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":3,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":3}}}}},{\"id\":286,\"type\":\"hop-post-meta\",\"nodeId\":\"1706-c23\",\"style\":{\"descendants\":{\"icons\":{\"display\":\"none\",\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataLinks\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"metaDataPrefix\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"435-m8\",\"1744-m8\"]},{\"id\":287,\"type\":\"hop-post-meta\",\"nodeId\":\"19-m9\",\"style\":{\"descendants\":{\"icons\":{\"display\":\"none\",\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataLinks\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"metaDataPrefix\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m9\",\"1744-m9\"]},{\"id\":288,\"type\":\"hop-post-title\",\"nodeId\":\"26-m10\",\"style\":{\"descendants\":{\"title\":{\"transition\":{\"duration\":{\"value\":\"0.5\"}}}}},\"v\":\"1.1\",\"nodes\":[\"435-m10\",\"1744-m10\"]},{\"id\":289,\"type\":\"hop-post-excerpt\",\"nodeId\":\"26-m11\",\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m11\",\"1744-m11\"]},{\"id\":290,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"equalHeight\":true,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":2,\"horizontalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"nodeId\":\"1706-c20\",\"v\":\"1.1\",\"nodes\":[\"435-m12\",\"1744-m12\"]},{\"id\":291,\"type\":\"hop-column\",\"nodeId\":\"1726-m20\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":3}}}},\"v\":\"1.1\",\"nodes\":[\"435-m13\",\"1744-m13\"]},{\"id\":292,\"type\":\"hop-post-meta\",\"nodeId\":\"19-m25\",\"nodes\":[\"435-m14\",\"1744-m14\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"decoration\":\"none\"}},\"icons\":{\"display\":\"inline-block\",\"height\":{\"value\":\"24\"},\"width\":{\"value\":\"24\"},\"margin\":{\"right\":{\"value\":\"5\"}}}}}},{\"id\":293,\"type\":\"hop-column\",\"nodeId\":\"1726-m21\",\"style\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":3}}}},\"v\":\"1.1\",\"nodes\":[\"435-m15\",\"1744-m15\"]},{\"id\":294,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"19-m32\",\"nodes\":[\"435-m16\",\"1744-m16\"],\"v\":\"1.1\"},{\"id\":295,\"type\":\"hop-post-read-more\",\"nodeId\":\"19-m33\",\"nodes\":[\"435-m17\",\"1744-m17\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.0}\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"lineHeight\":{\"value\":\"1.6\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"margin\":{\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"}},{\"id\":296,\"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\":\"end\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalAlign\":\"center\"}}}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"19-m36\",\"nodes\":[\"435-m18\",\"1744-m18\"],\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"}},\"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\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}}},{\"id\":297,\"type\":\"hop-column\",\"nodeId\":\"19-m37\",\"nodes\":[\"435-m19\",\"1744-m19\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":298,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"26-m20\",\"v\":\"1.1\",\"nodes\":[\"435-m20\",\"1744-m20\"],\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant3}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"bottom\":{\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}}}}}}},{\"id\":299,\"type\":\"hop-column\",\"nodeId\":\"19-m39\",\"nodes\":[\"435-m21\",\"1744-m21\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":300,\"type\":\"hop-archive-pagination\",\"nodeId\":\"26-m14\",\"style\":{\"descendants\":{\"paginationNumbers\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m22\",\"1744-m22\"]},{\"id\":301,\"type\":\"hop-column\",\"nodeId\":\"19-m38\",\"nodes\":[\"435-m23\",\"1744-m23\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"15\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":302,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"26-m21\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"border\":{\"bottom\":{\"color\":\"${theme.colors.5}\",\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"top\":{\"color\":\"${theme.colors.5}\",\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"left\":{\"color\":\"${theme.colors.5}\"},\"right\":{\"color\":\"${theme.colors.5}\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m24\",\"1744-m24\"]},{\"id\":303,\"type\":\"hop-main\",\"nodeId\":\"35-m1\",\"v\":\"1.1\",\"nodes\":[\"636-m1\",\"1747-m1\"]},{\"id\":304,\"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\",\"1747-m2\"]},{\"id\":305,\"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\",\"1747-m3\"]},{\"id\":306,\"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\",\"1747-m4\"]},{\"id\":307,\"type\":\"hop-text\",\"nodeId\":\"1735-m12\",\"v\":\"1.1\",\"nodes\":[\"636-m5\",\"1747-m5\"]},{\"id\":308,\"type\":\"hop-home-button-group\",\"nodeId\":\"22-m8\",\"v\":\"1.1\",\"nodes\":[\"636-m6\",\"1747-m6\"]},{\"id\":309,\"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\",\"1747-m7\"]},{\"id\":310,\"type\":\"hop-main\",\"nodeId\":\"38-m1\",\"v\":\"1.1\",\"nodes\":[\"639-m1\",\"1750-m1\"]},{\"id\":311,\"type\":\"hop-archive-loop\",\"nodeId\":\"1738-m4\",\"props\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1,\"horizontalAlign\":\"start\",\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"showMasonry\":false,\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"639-m2\",\"1750-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":312,\"type\":\"hop-loop-item\",\"nodeId\":\"1706-c10\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"10\",\"spread\":\"0\",\"blur\":\"40\",\"color\":\"rgba(1, 51, 74, 0.15)\"}]},\"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\"}}}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"639-m3\",\"1750-m3\"],\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}},{\"id\":313,\"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\":\"25-m20\",\"nodes\":[\"639-m4\",\"1750-m4\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":314,\"type\":\"hop-column\",\"nodeId\":\"25-m21\",\"nodes\":[\"639-m5\",\"1750-m5\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"}},{\"id\":315,\"type\":\"hop-post-categories\",\"nodeId\":\"1738-m11\",\"style\":{\"descendants\":{\"categoriesLinks\":{\"typography\":{\"transform\":\"lowercase\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m6\",\"1750-m6\"]},{\"id\":316,\"type\":\"hop-post-title\",\"nodeId\":\"38-m7\",\"v\":\"1.1\",\"nodes\":[\"639-m7\",\"1750-m7\"]},{\"id\":317,\"type\":\"hop-post-meta\",\"nodeId\":\"1706-c21\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"transform\":\"lowercase\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"height\":{\"value\":\"24\"},\"width\":{\"value\":\"24\"},\"margin\":{\"right\":{\"value\":\"5\"}},\"display\":\"none\"},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant1}\"}},\"separators\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"}}}},\"v\":\"1.1\",\"nodes\":[\"639-m8\",\"1750-m8\"]},{\"id\":318,\"type\":\"hop-post-excerpt\",\"nodeId\":\"38-m8\",\"v\":\"1.1\",\"nodes\":[\"639-m9\",\"1750-m9\"],\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":319,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"25-m20\",\"nodes\":[\"639-m10\",\"1750-m10\"],\"v\":\"1.1\"},{\"id\":320,\"type\":\"hop-post-read-more\",\"nodeId\":\"25-m21\",\"nodes\":[\"639-m11\",\"1750-m11\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.0}\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"lineHeight\":{\"value\":\"1.6\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"margin\":{\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"}},{\"id\":321,\"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\",\"1750-m12\"],\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"}},\"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\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}}},{\"id\":322,\"type\":\"hop-column\",\"nodeId\":\"25-m22\",\"nodes\":[\"639-m13\",\"1750-m13\"],\"v\":\"1.1\"},{\"id\":323,\"type\":\"hop-column\",\"nodeId\":\"25-m23\",\"nodes\":[\"639-m14\",\"1750-m14\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":324,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"1725-m29\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant3}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m15\",\"1750-m15\"]},{\"id\":325,\"type\":\"hop-column\",\"nodeId\":\"25-m41\",\"nodes\":[\"639-m16\",\"1750-m16\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":326,\"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}\"}}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m17\",\"1750-m17\"]},{\"id\":327,\"type\":\"hop-column\",\"nodeId\":\"25-m24\",\"nodes\":[\"639-m18\",\"1750-m18\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"15\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":328,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"1725-m27\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m19\",\"1750-m19\"]},{\"id\":329,\"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\",\"1750-m20\"]},{\"id\":330,\"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\",\"1750-m21\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":331,\"type\":\"hop-archive-navigation\",\"nodeId\":\"38-m9\",\"v\":\"1.1\",\"nodes\":[\"639-m22\",\"1750-m22\"]},{\"id\":332,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"438-s1\",\"1753-s1\"]},{\"id\":333,\"type\":\"hop-section\",\"nodeId\":\"28-s9\",\"nodes\":[\"438-s2\",\"1753-s2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"}}}}},\"v\":\"1.1\"},{\"id\":334,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"438-s13\",\"1753-s13\"],\"v\":\"1.1\"},{\"id\":335,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"438-s14\",\"1753-s14\"],\"v\":\"1.1\"},{\"id\":336,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"438-s15\",\"1753-s15\"],\"v\":\"1.1\"},{\"id\":337,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s16\",\"1753-s16\"],\"v\":\"1.1\"},{\"id\":338,\"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\",\"1753-s3\"],\"v\":\"1.1\"},{\"id\":339,\"type\":\"hop-column\",\"nodeId\":\"28-s12\",\"nodes\":[\"438-s4\",\"1753-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\":340,\"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\",\"1753-s5\"]},{\"id\":341,\"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\",\"1753-s6\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":342,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"1719-s4\",\"v\":\"1.1\",\"nodes\":[\"438-s7\",\"1753-s7\"]},{\"id\":343,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"1719-s5\",\"v\":\"1.1\",\"nodes\":[\"438-s8\",\"1753-s8\"]},{\"id\":344,\"type\":\"hop-archives-widget\",\"nodeId\":\"1719-s6\",\"v\":\"1.1\",\"props\":{\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false},\"nodes\":[\"438-s9\",\"1753-s9\"]},{\"id\":345,\"type\":\"hop-categories-widget\",\"nodeId\":\"1719-s7\",\"v\":\"1.1\",\"nodes\":[\"438-s10\",\"1753-s10\"]},{\"id\":346,\"type\":\"hop-meta-widget\",\"nodeId\":\"1719-s8\",\"v\":\"1.1\",\"nodes\":[\"438-s11\",\"1753-s11\"]},{\"id\":347,\"type\":\"hop-text-widget\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s12\",\"1753-s12\"],\"v\":\"1.1\"},{\"id\":349,\"nodeId\":\"10-h29\",\"nodes\":[\"10-h28\"],\"v\":\"1.1\"},{\"id\":350,\"type\":\"hop-column\",\"props\":{\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}},\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"media\":{\"mobile\":{\"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\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-scrum-books-1024x536-1-1.jpg\"},\"position\":{\"x\":54.15958222006315025964795495383441448211669921875,\"y\":63.81748574107351856810055323876440525054931640625}}]},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"250\"},\"type\":\"min-height\"}},\"v\":\"1.1\",\"nodes\":[\"5-c15\",\"1955-c9\"],\"nodeId\":\"5-c99\"},{\"id\":351,\"type\":\"hop-heading\",\"nodeId\":\"5-c100\",\"nodes\":[\"5-c21\",\"1955-c15\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"2\"}},{\"id\":352,\"type\":\"hop-text\",\"nodeId\":\"5-c101\",\"nodes\":[\"5-c24\",\"1955-c24\"],\"v\":\"1.1\"},{\"id\":353,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"438-s1\",\"1951-s1\"]},{\"id\":354,\"type\":\"hop-section\",\"nodeId\":\"28-s9\",\"nodes\":[\"438-s2\",\"1951-s2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"}}}}},\"v\":\"1.1\"},{\"id\":355,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"438-s13\",\"1951-s13\"],\"v\":\"1.1\"},{\"id\":356,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"438-s14\",\"1951-s14\"],\"v\":\"1.1\"},{\"id\":357,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"438-s15\",\"1951-s15\"],\"v\":\"1.1\"},{\"id\":358,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s16\",\"1951-s16\"],\"v\":\"1.1\"},{\"id\":359,\"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\",\"1951-s3\"],\"v\":\"1.1\"},{\"id\":360,\"type\":\"hop-column\",\"nodeId\":\"28-s12\",\"nodes\":[\"438-s4\",\"1951-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\":361,\"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\",\"1951-s5\"]},{\"id\":362,\"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\",\"1951-s6\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":363,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"1719-s4\",\"v\":\"1.1\",\"nodes\":[\"438-s7\",\"1951-s7\"]},{\"id\":364,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"1719-s5\",\"v\":\"1.1\",\"nodes\":[\"438-s8\",\"1951-s8\"]},{\"id\":365,\"type\":\"hop-archives-widget\",\"nodeId\":\"1719-s6\",\"v\":\"1.1\",\"props\":{\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false},\"nodes\":[\"438-s9\",\"1951-s9\"]},{\"id\":366,\"type\":\"hop-categories-widget\",\"nodeId\":\"1719-s7\",\"v\":\"1.1\",\"nodes\":[\"438-s10\",\"1951-s10\"]},{\"id\":367,\"type\":\"hop-meta-widget\",\"nodeId\":\"1719-s8\",\"v\":\"1.1\",\"nodes\":[\"438-s11\",\"1951-s11\"]},{\"id\":368,\"type\":\"hop-text-widget\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s12\",\"1951-s12\"],\"v\":\"1.1\"},{\"id\":369,\"type\":\"hop-text\",\"nodeId\":\"1955-c92\",\"nodes\":[\"1955-c92\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[],\"desktop\":[]},\"textAlign\":\"center\",\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.5}\",\"family\":\"Muli\",\"weight\":\"600\"}}}}},{\"id\":370,\"type\":\"hop-image\",\"nodeId\":\"1955-c93\",\"nodes\":[\"1955-c6\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1.07\"},\"boxShadow\":{\"enabled\":true}}}}},{\"id\":371,\"type\":\"hop-column\",\"nodeId\":\"1955-c94\",\"nodes\":[\"1955-c12\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},{\"id\":372,\"type\":\"hop-column\",\"nodeId\":\"1955-c95\",\"nodes\":[\"1955-c17\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},{\"id\":373,\"type\":\"hop-column\",\"nodeId\":\"1955-c96\",\"nodes\":[\"1955-c22\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},{\"id\":374,\"type\":\"hop-column\",\"nodeId\":\"1955-c97\",\"nodes\":[\"1955-c97\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]},\"background\":{\"color\":\"${theme.colors.4}\"}}},{\"id\":375,\"type\":\"hop-column\",\"nodeId\":\"1955-c98\",\"nodes\":[\"1955-c98\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]},\"background\":{\"color\":\"${theme.colors.4}\"}}},{\"id\":376,\"type\":\"hop-column\",\"nodeId\":\"1955-c99\",\"nodes\":[\"1955-c99\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]},\"background\":{\"color\":\"${theme.colors.4}\"}}},{\"id\":377,\"type\":\"hop-heading\",\"nodeId\":\"1955-c100\",\"nodes\":[\"1955-c13\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":378,\"type\":\"hop-text\",\"nodeId\":\"1955-c101\",\"nodes\":[\"1955-c15\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.5}\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"20\"}}}}}},{\"id\":379,\"type\":\"hop-image\",\"nodeId\":\"1955-c102\",\"nodes\":[\"1955-c14\"],\"v\":\"1.1\"},{\"id\":380,\"type\":\"hop-text\",\"nodeId\":\"1955-c103\",\"nodes\":[\"1955-c124\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[],\"desktop\":[]}}},{\"id\":381,\"type\":\"hop-image\",\"nodeId\":\"1955-c104\",\"nodes\":[\"1955-c19\"],\"v\":\"1.1\"},{\"id\":382,\"type\":\"hop-heading\",\"nodeId\":\"1955-c105\",\"nodes\":[\"1955-c18\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":383,\"type\":\"hop-text\",\"nodeId\":\"1955-c106\",\"nodes\":[\"1955-c25\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.5}\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"20\"}}}}}},{\"id\":384,\"type\":\"hop-image\",\"nodeId\":\"1955-c107\",\"nodes\":[\"1955-c24\"],\"v\":\"1.1\"},{\"id\":385,\"type\":\"hop-heading\",\"nodeId\":\"1955-c108\",\"nodes\":[\"1955-c23\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":386,\"type\":\"hop-heading\",\"nodeId\":\"1955-c109\",\"nodes\":[\"1955-c109\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":387,\"type\":\"hop-text\",\"nodeId\":\"1955-c110\",\"nodes\":[\"1955-c110\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[],\"desktop\":[]}}},{\"id\":388,\"type\":\"hop-image\",\"nodeId\":\"1955-c111\",\"nodes\":[\"1955-c111\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":389,\"type\":\"hop-text\",\"nodeId\":\"1955-c112\",\"nodes\":[\"1955-c112\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[],\"desktop\":[]}}},{\"id\":390,\"type\":\"hop-image\",\"nodeId\":\"1955-c113\",\"nodes\":[\"1955-c113\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":391,\"type\":\"hop-heading\",\"nodeId\":\"1955-c114\",\"nodes\":[\"1955-c114\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":392,\"type\":\"hop-image\",\"nodeId\":\"1955-c115\",\"nodes\":[\"1955-c115\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":393,\"type\":\"hop-text\",\"nodeId\":\"1955-c116\",\"nodes\":[\"1955-c116\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[],\"desktop\":[]}}},{\"id\":394,\"type\":\"hop-heading\",\"nodeId\":\"1955-c117\",\"nodes\":[\"1955-c117\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":395,\"type\":\"hop-column\",\"nodeId\":\"1955-c118\",\"nodes\":[\"1955-c118\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":399,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"1955-c122\",\"nodes\":[\"1955-c122\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":400,\"type\":\"hop-column\",\"nodeId\":\"1955-c123\",\"nodes\":[\"1955-c123\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":401,\"type\":\"hop-text\",\"nodeId\":\"1955-c125\",\"nodes\":[\"1955-c20\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.5}\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"18\"}}}}}},{\"id\":402,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"1955-c126\",\"nodes\":[\"1955-c126\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":403,\"type\":\"hop-column\",\"nodeId\":\"1955-c127\",\"nodes\":[\"1955-c127\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":408,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"1955-c131\",\"nodes\":[\"1955-c131\"],\"v\":\"1.1\",\"style\":[]},{\"id\":409,\"type\":\"hop-post-read-more\",\"nodeId\":\"1955-c132\",\"nodes\":[\"1955-c132\"],\"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\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":410,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"1955-c74\",\"nodes\":[\"1955-c24\"],\"v\":\"1.1\"},{\"id\":411,\"type\":\"hop-column\",\"nodeId\":\"1955-c75\",\"nodes\":[\"1955-c25\"],\"v\":\"1.1\"},{\"id\":412,\"type\":\"hop-button-group\",\"nodeId\":\"1955-c76\",\"nodes\":[\"1955-c26\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"right\"},\"props\":{\"hSpace\":{\"path\":\"value\",\"value\":\"50\"}}},{\"id\":413,\"type\":\"hop-button\",\"nodeId\":\"1955-c77\",\"nodes\":[\"1955-c27\"],\"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\":\"14\"},\"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\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}},\"outer\":[]},\"boxShadow\":{\"enabled\":true}},\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\",\"customWidth\":{\"lastHorizontalPadding\":{\"left\":{\"unit\":\"px\",\"value\":\"10\"},\"right\":{\"unit\":\"px\",\"value\":\"10\"}}}}},{\"id\":414,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"1955-c78\",\"nodes\":[\"1955-c59\"],\"v\":\"1.1\"},{\"id\":415,\"type\":\"hop-post-read-more\",\"nodeId\":\"1955-c79\",\"nodes\":[\"1955-c60\"],\"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\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}}},{\"id\":416,\"type\":\"hop-button-group\",\"nodeId\":\"1955-c76\",\"nodes\":[\"1955-c63\"],\"v\":\"1.1\"},{\"id\":417,\"type\":\"hop-button\",\"nodeId\":\"1955-c77\",\"nodes\":[\"1955-c64\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Averia Serif Libre\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"20\"},\"weight\":\"400\",\"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\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\"}},{\"id\":418,\"type\":\"hop-content\",\"nodeId\":\"2158-c1\",\"nodes\":[\"2158-c1\"],\"style\":[],\"v\":\"1.1\"},{\"id\":419,\"type\":\"hop-section\",\"nodeId\":\"2158-c2\",\"nodes\":[\"2158-c2\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":420,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"2158-c3\",\"nodes\":[\"2158-c3\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":421,\"type\":\"hop-column\",\"nodeId\":\"2158-c4\",\"nodes\":[\"2158-c4\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":422,\"type\":\"hop-external\",\"nodeId\":\"2158-c5\",\"nodes\":[\"2158-c5\"],\"style\":[],\"v\":\"1.1\"},{\"id\":429,\"type\":\"hop-button\",\"nodeId\":\"1955-c75\",\"nodes\":[\"1955-c75\"],\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"#fff\",\"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.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}},\"outer\":[]},\"media\":{\"mobile\":[],\"tablet\":[]},\"boxShadow\":{\"enabled\":true}},\"v\":\"1.1\",\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\",\"customWidth\":{\"lastHorizontalPadding\":{\"left\":{\"unit\":\"px\",\"value\":\"10\"},\"right\":{\"unit\":\"px\",\"value\":\"10\"}}}}},{\"id\":430,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"}}},\"width\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"20\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}},\"height\":{\"path\":\"value\",\"value\":\"20\"},\"padding\":{\"left\":{\"path\":\"value\",\"value\":\"10\"}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"10\"}},\"color\":\"${theme.colors.5}\",\"typography\":{\"transform\":\"uppercase\",\"family\":\"Arbutus Slab\",\"size\":{\"unit\":\"px\",\"value\":\"15\"}}},\"list-item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"horizontalAlign\":\"center\"},\"links\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.159072234443950133453427042695693671703338623046875},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.343411110830517340986034469096921384334564208984375},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.0941660601972718058760847270605154335498809814453125},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579821963923535577123402617871761322021484375}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"vertical\"},\"v\":\"1.1\",\"nodes\":[\"1955-c16\"]},{\"id\":431,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"}}},\"width\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"20\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}},\"height\":{\"path\":\"value\",\"value\":\"20\"},\"padding\":{\"left\":{\"path\":\"value\",\"value\":\"10\"}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"10\"}},\"color\":\"${theme.colors.5}\",\"typography\":{\"family\":\"Arbutus Slab\",\"transform\":\"uppercase\",\"size\":{\"unit\":\"px\",\"value\":\"15\"}}},\"list-item\":{\"horizontalAlign\":\"center\"},\"links\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.159072234443950133453427042695693671703338623046875},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.343411110830517340986034469096921384334564208984375},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.0941660601972718058760847270605154335498809814453125},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579821963923535577123402617871761322021484375}],\"iconAndTextAlign\":\"center\"},\"v\":\"1.1\",\"nodes\":[\"1955-c21\"]},{\"id\":432,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"}}},\"width\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"20\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}},\"height\":{\"path\":\"value\",\"value\":\"20\"},\"padding\":{\"left\":{\"path\":\"value\",\"value\":\"10\"}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"10\"}},\"color\":\"${theme.colors.5}\",\"typography\":{\"family\":\"Arbutus Slab\",\"size\":{\"unit\":\"px\",\"value\":\"15\"},\"transform\":\"uppercase\"}},\"list-item\":{\"horizontalAlign\":\"center\"},\"links\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.159072234443950133453427042695693671703338623046875},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.343411110830517340986034469096921384334564208984375},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.0941660601972718058760847270605154335498809814453125},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579821963923535577123402617871761322021484375}],\"iconAndTextAlign\":\"center\"},\"v\":\"1.1\",\"nodes\":[\"1955-c26\"]},{\"id\":439,\"type\":\"hop-heading\",\"nodeId\":\"1955-c85\",\"nodes\":[\"1955-c48\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"color\":\"${theme.colors.3|variant1}\",\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":\"1.8\"},\"weight\":\"400\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.5\"},\"family\":\"Archivo Black\"},\"textShadow\":{\"enabled\":true}},\"props\":{\"headerType\":\"3\"}},{\"id\":440,\"type\":\"hop-heading\",\"nodeId\":\"1955-c86\",\"nodes\":[\"1955-c47\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"color\":\"${theme.colors.0}\",\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":\"1.8\"},\"weight\":\"400\",\"family\":\"Archivo Black\"},\"textShadow\":{\"enabled\":true}},\"props\":{\"headerType\":\"3\"}},{\"id\":441,\"type\":\"hop-heading\",\"nodeId\":\"1955-c87\",\"nodes\":[\"1955-c46\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"textShadow\":{\"enabled\":true},\"typography\":{\"color\":\"${theme.colors.3|variant1}\",\"transform\":\"uppercase\",\"lineHeight\":{\"unit\":\"\",\"value\":1.1999999999999999555910790149937383830547332763671875},\"size\":{\"unit\":\"em\",\"value\":\"1.9\"},\"style\":\"normal\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"weight\":\"400\",\"family\":\"Archivo Black\"}},\"props\":{\"headerType\":\"3\"}},{\"id\":442,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"1955-c88\",\"nodes\":[\"1955-c41\"],\"v\":\"1.1\"},{\"id\":443,\"type\":\"hop-column\",\"nodeId\":\"1955-c89\",\"nodes\":[\"1955-c42\"],\"v\":\"1.1\"},{\"id\":444,\"type\":\"hop-heading\",\"nodeId\":\"1955-c90\",\"nodes\":[\"1955-c43\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":4.0999999999999996447286321199499070644378662109375},\"weight\":\"400\",\"family\":\"Averia Serif Libre\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.4}\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"5\"}}},\"props\":{\"headerType\":\"2\"}},{\"id\":445,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"1955-c91\",\"nodes\":[\"1955-c27\"],\"v\":\"1.1\"},{\"id\":446,\"type\":\"hop-column\",\"nodeId\":\"1955-c92\",\"nodes\":[\"1955-c28\"],\"v\":\"1.1\"},{\"id\":447,\"type\":\"hop-heading\",\"nodeId\":\"1955-c93\",\"nodes\":[\"1955-c29\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"weight\":\"400\",\"family\":\"Alike Angular\",\"size\":{\"unit\":\"em\",\"value\":\"2.5\"}}},\"props\":{\"headerType\":\"2\"}},{\"id\":448,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"1955-c74\",\"nodes\":[\"1955-c32\"],\"v\":\"1.1\"},{\"id\":449,\"type\":\"hop-column\",\"nodeId\":\"1955-c75\",\"nodes\":[\"1955-c33\"],\"v\":\"1.1\"},{\"id\":450,\"type\":\"hop-button-group\",\"nodeId\":\"1955-c76\",\"nodes\":[\"1955-c34\"],\"v\":\"1.1\"},{\"id\":451,\"type\":\"hop-button\",\"nodeId\":\"1955-c77\",\"nodes\":[\"1955-c35\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"BioRhyme\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"20\"},\"weight\":\"700\",\"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\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\"}},{\"id\":452,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"1955-c78\",\"nodes\":[\"1955-c27\"],\"v\":\"1.1\"},{\"id\":453,\"type\":\"hop-column\",\"nodeId\":\"1955-c79\",\"nodes\":[\"1955-c28\"],\"v\":\"1.1\"},{\"id\":454,\"type\":\"hop-text\",\"nodeId\":\"1955-c80\",\"nodes\":[\"1955-c31\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.5}\",\"family\":\"Roboto\",\"weight\":\"500\",\"size\":{\"unit\":\"px\",\"value\":\"20\"}}}}}},{\"id\":455,\"type\":\"hop-heading\",\"nodeId\":\"1955-c81\",\"nodes\":[\"1955-c29\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"weight\":\"400\",\"family\":\"Abril Fatface\",\"size\":{\"unit\":\"em\",\"value\":\"2.5\"}}}},{\"id\":456,\"type\":\"hop-image\",\"nodeId\":\"1955-c82\",\"nodes\":[\"1955-c30\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1.05\"},\"boxShadow\":{\"enabled\":true},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"55\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}},\"props\":{\"enabledFrameOption\":false}},{\"id\":457,\"type\":\"hop-content\",\"nodeId\":\"3238-c1\",\"nodes\":[\"3238-c1\"],\"style\":[],\"v\":\"1.1\"},{\"id\":458,\"type\":\"hop-section\",\"nodeId\":\"3238-c2\",\"nodes\":[\"3238-c2\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":459,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"3238-c3\",\"nodes\":[\"3238-c3\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":460,\"type\":\"hop-column\",\"nodeId\":\"3238-c4\",\"nodes\":[\"3238-c4\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":461,\"type\":\"hop-external\",\"nodeId\":\"3238-c5\",\"nodes\":[\"3238-c5\"],\"style\":[],\"v\":\"1.1\"}]\";}', 'yes');
INSERT INTO `YKEpqa_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(355, 'forminator_posts_map', 'a:3:{i:2984;a:1:{i:0;i:2158;}i:3235;a:1:{i:0;i:3237;}i:3561;a:1:{i:0;i:3238;}}', 'yes'),
(356, 'brite_companion_old_show_on_front', 'posts', 'yes'),
(357, 'brite_companion_old_page_on_front', '0', 'yes'),
(358, 'colibriwp_activate_theme_name', 'brite', 'yes'),
(359, 'colibriwp_fix_wp58_sidebar', '1', 'yes'),
(360, 'colibri_page_builder_use_fs', 'c-28a908bc-5d06637e-2beb192-2f7212ea', 'yes'),
(435, 'wpcf7', 'a:1:{s:7:\"version\";s:3:\"5.8\";}', 'yes'),
(797, 'forminator_form_privacy_settings', 'a:0:{}', 'yes'),
(441, 'site_logo', '1972', 'yes'),
(433, 'eael_editor_updated_at', '1691975508', 'yes'),
(396, 'theme_mods_calliope', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679197672;s:4:\"data\";a:13:{s:19:\"wp_inactive_widgets\";a:0:{}s:22:\"colibri-ecommerce-left\";a:0:{}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:28:\"colibri-header-widget-area-1\";a:0:{}s:28:\"colibri-header-widget-area-2\";a:0:{}s:28:\"colibri-header-widget-area-3\";a:0:{}s:29:\"colibri-content-widget-area-1\";a:0:{}s:29:\"colibri-content-widget-area-2\";a:0:{}s:29:\"colibri-content-widget-area-3\";a:0:{}s:28:\"colibri-footer-widget-area-1\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:28:\"colibri-footer-widget-area-2\";a:0:{}s:28:\"colibri-footer-widget-area-3\";a:0:{}s:28:\"colibri-footer-widget-area-4\";a:0:{}}}}', 'yes'),
(414, 'theme_mods_colibri-wp', 'a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:11:\"header-menu\";i:14;s:13:\"footer-menu-1\";i:14;}s:18:\"custom_css_post_id\";i:-1;s:12:\"page_content\";a:0:{}s:11:\"custom_logo\";i:1972;}', 'yes'),
(432, '_transient_colibri_demo_import_data', 'a:7:{s:11:\"source_data\";a:2:{s:7:\"siteurl\";s:50:\"https://colibriwp-work.colibriwp.com/coaching-free\";s:4:\"home\";s:50:\"https://colibriwp-work.colibriwp.com/coaching-free\";}s:7:\"content\";a:3:{s:5:\"menus\";a:1:{s:4:\"main\";s:2:\"14\";}s:13:\"colibri_posts\";a:19:{s:82:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_header&p=7\";s:1:\"7\";s:80:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&p=8\";s:1:\"8\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_header&p=10\";s:2:\"10\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_footer&p=13\";s:2:\"13\";s:81:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&p=11\";s:2:\"11\";s:81:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&p=14\";s:2:\"14\";s:82:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&p=106\";s:3:\"106\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_main&p=1741\";s:4:\"1741\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&p=1742\";s:4:\"1742\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_main&p=1744\";s:4:\"1744\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&p=1745\";s:4:\"1745\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_main&p=1747\";s:4:\"1747\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&p=1748\";s:4:\"1748\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_main&p=1750\";s:4:\"1750\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&p=1751\";s:4:\"1751\";s:86:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_sidebar&p=1753\";s:4:\"1753\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&p=1754\";s:4:\"1754\";s:86:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_sidebar&p=1951\";s:4:\"1951\";s:83:\"https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&p=1952\";s:4:\"1952\";}s:5:\"pages\";a:4:{s:52:\"http://10.44.205.4/wp/mihai/coaching-free/?page_id=2\";s:1:\"2\";s:52:\"http://10.44.205.4/wp/mihai/coaching-free/?page_id=3\";s:1:\"3\";s:62:\"https://colibriwp-work.colibriwp.com/coaching-free/colibri-wp/\";s:1:\"5\";s:56:\"https://colibriwp-work.colibriwp.com/coaching-free/blog/\";s:1:\"6\";}}s:12:\"informations\";a:1:{s:17:\"plugins_installed\";b:1;}s:14:\"json_transient\";a:10:{i:7;i:8;i:10;i:11;i:13;i:14;i:1741;i:1742;i:1744;i:1745;i:1747;i:1748;i:1750;i:1751;i:1753;i:1754;i:1951;i:1952;i:5;i:106;}s:17:\"colibri_posts_map\";a:19:{i:7;i:58;i:8;i:8;i:13;i:13;i:11;i:11;i:10;i:10;i:14;i:14;i:106;i:106;i:1741;i:1741;i:1742;i:1742;i:1744;i:1744;i:1745;i:1745;i:1747;i:1747;i:1748;i:1748;i:1750;i:1750;i:1751;i:1751;i:1753;i:1753;i:1754;i:1754;i:1951;i:1951;i:1952;i:1952;}s:9:\"pages_map\";a:4:{i:2;i:1953;i:3;i:1954;i:5;i:1955;i:6;i:6;}s:141:\"/home/prepmajor/public_html/certifications/scrum/wp-content/uploads/2023/03/colibri-wp-ocdi/demo-content-import-file_2023-03-19__03-51-19.xml\";a:1:{s:142:\"/home/prepmajor/public_html/certifications/scrum/wp-content/uploads/2023/03/colibri-wp-ocdi/demo-widgets-import-file_2023-03-19__03-51-19.json\";a:1:{s:144:\"/home/prepmajor/public_html/certifications/scrum/wp-content/uploads/2023/03/colibri-wp-ocdi/demo-customizer-import-file_2023-03-19__03-51-19.dat\";a:1:{s:0:\"\";N;}}}}', 'yes'),
(436, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(1243, 'category_children', 'a:0:{}', 'yes'),
(1244, 'elementor_library_category_children', 'a:0:{}', 'yes');
INSERT INTO `YKEpqa_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(442, 'extend_builder_theme_1679197909', 'a:15:{s:5:\"fonts\";a:2:{s:6:\"google\";a:4:{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:6:\"Roboto\";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:\"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:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}}s:6:\"native\";a:0:{}}s:11:\"dummyChange\";s:0:\"\";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:3:\"css\";s:16029:\"\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(194, 70, 68);\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(109, 39, 38);\n  background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {\n  color: rgb(194, 70, 68);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\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(194, 70, 68);\n  background-image: none;\n}\n.has-background-color,*[class^=\"wp-block-\"].is-style-solid-color {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n}\n.has-colibri-color-1-background-color {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color {\n  background-color: rgb(194, 70, 68);\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(109, 39, 38);\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(194, 70, 68);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\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(194, 70, 68);\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(194, 70, 68);\n  background-image: none;\n}\n.has-colibri-color-1-color {\n  color: rgb(194, 70, 68);\n}\n.has-colibri-color-2-background-color {\n  background-color: rgb(231, 74, 35);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color {\n  background-color: rgb(231, 74, 35);\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(146, 47, 22);\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(231, 74, 35);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(231, 74, 35);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(231, 74, 35);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(231, 74, 35);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(231, 74, 35);\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(231, 74, 35);\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(231, 74, 35);\n  background-image: none;\n}\n.has-colibri-color-2-color {\n  color: rgb(231, 74, 35);\n}\n.has-colibri-color-3-background-color {\n  background-color: rgb(0, 191, 135);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color {\n  background-color: rgb(0, 191, 135);\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(0, 106, 75);\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(0, 191, 135);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(0, 191, 135);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(0, 191, 135);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(0, 191, 135);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(0, 191, 135);\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(0, 191, 135);\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(0, 191, 135);\n  background-image: none;\n}\n.has-colibri-color-3-color {\n  color: rgb(0, 191, 135);\n}\n.has-colibri-color-4-background-color {\n  background-color: rgb(236, 236, 236);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color {\n  background-color: rgb(236, 236, 236);\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(83, 83, 83);\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(236, 236, 236);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(236, 236, 236);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(236, 236, 236);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(236, 236, 236);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(236, 236, 236);\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(236, 236, 236);\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(236, 236, 236);\n  background-image: none;\n}\n.has-colibri-color-4-color {\n  color: rgb(236, 236, 236);\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(32, 31, 37);\n  background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color {\n  background-color: rgb(32, 31, 37);\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(22, 19, 37);\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(32, 31, 37);\n  background-color: transparent;\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(32, 31, 37);\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: rgb(32, 31, 37);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(32, 31, 37);\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: rgb(32, 31, 37);\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(32, 31, 37);\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(32, 31, 37);\n  background-image: none;\n}\n.has-colibri-color-6-color {\n  color: rgb(32, 31, 37);\n}\n.h-section-global-spacing {\n  padding-top: 90px;\n  padding-bottom: 90px;\n}\nbody {\n  font-family: Roboto;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(106, 102, 122);\n}\nbody a {\n  font-family: Roboto;\n  font-weight: 400;\n  text-decoration: none;\n  font-size: 1em;\n  line-height: 1.5;\n  color: rgb(194, 70, 68);\n}\nbody a:hover {\n  color: rgb(231, 74, 35);\n}\nbody p {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(106, 102, 122);\n}\nbody .h-lead p {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 300;\n  font-size: 1.25em;\n  line-height: 1.5;\n  color: rgb(32, 31, 37);\n}\nbody blockquote p {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(106, 102, 122);\n}\nbody h1 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 300;\n  font-size: 3.3em;\n  line-height: 1.26;\n  color: rgb(22, 19, 37);\n}\nbody h2 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 300;\n  font-size: 2.625em;\n  line-height: 1.143;\n  color: rgb(22, 19, 37);\n}\nbody h3 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 700;\n  font-size: 2.25em;\n  line-height: 1.25;\n  color: rgb(22, 19, 37);\n}\nbody h4 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 400;\n  font-size: 1.25em;\n  line-height: 1.6;\n  color: rgb(22, 19, 37);\n}\nbody h5 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 700;\n  font-size: 1.125em;\n  line-height: 1.55;\n  color: rgb(22, 19, 37);\n  text-transform: uppercase;\n}\nbody h6 {\n  margin-bottom: 16px;\n  font-family: Roboto;\n  font-weight: 700;\n  font-size: 1em;\n  line-height: 1.6;\n  color: rgb(194, 70, 68);\n  text-transform: uppercase;\n  letter-spacing: 3px;\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: 3em;\n}\n\r\n}\n\";s:5:\"rules\";s:118813:\"[{\"id\":1,\"type\":\"hop-header\",\"v\":\"1.1\",\"nodes\":[\"7-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\":\"4\"}]}}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"background\":{\"color\":\"transparent\"}},\"type\":\"hop-navigation\",\"props\":{\"overlap\":true,\"sticky\":true,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"width\":\"boxed\",\"layoutType\":\"logo-spacing-menu\"},\"v\":\"1.1\",\"nodes\":[\"10-h29\",\"7-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-h30\",\"7-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-h31\",\"7-h4\"]},{\"id\":5,\"type\":\"hop-logo\",\"props\":{\"horizontalTextAlign\":\"left\",\"media\":{\"mobile\":{\"horizontalTextAlign\":\"left\"}},\"layoutType\":\"image\"},\"v\":\"1.1\",\"nodes\":[\"10-h32\",\"7-h5\"],\"style\":{\"descendants\":{\"logo-text\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"text\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"24\"}}}}}},{\"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-h33\",\"7-h6\"]},{\"id\":7,\"type\":\"hop-spacer\",\"nodeId\":\"7-h78\",\"v\":\"1.1\",\"nodes\":[\"10-h34\",\"7-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-h35\",\"7-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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"},\"mainMenuIcon\":{\"typography\":{\"color\":\"${theme.colors.4}\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}},\"props\":{\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item--bottom\",\"activeGroup\":\"border\",\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-center\"}},\"enabled\":true},\"sticky\":true,\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"v\":\"1.1\",\"nodes\":[\"10-h36\",\"7-h9\"]},{\"id\":10,\"type\":\"hop-mobile-menu\",\"nodeId\":\"11-h33\",\"v\":\"1.1\",\"nodes\":[\"10-h37\",\"7-h10\"],\"style\":{\"descendants\":{\"hamburgerButton\":{\"media\":{\"tablet\":{\"background\":{\"color\":\"rgba(0, 0, 0, 0)\"}},\"mobile\":{\"background\":{\"color\":\"rgba(0, 0, 0, 0)\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"hamburgerButton\":{\"media\":{\"tablet\":{\"fill\":\"${theme.colors.5}\"},\"mobile\":{\"fill\":\"${theme.colors.5}\"}}}}}}}},{\"id\":11,\"type\":\"hop-offscreen-panel\",\"nodeId\":\"11-h34\",\"v\":\"1.1\",\"nodes\":[\"10-h38\",\"7-h11\"]},{\"id\":12,\"type\":\"hop-row\",\"nodeId\":\"11-h36\",\"v\":\"1.1\",\"nodes\":[\"10-h40\",\"7-h13\"],\"props\":{\"layout\":{\"equalWidth\":false}}},{\"id\":13,\"type\":\"hop-column\",\"nodeId\":\"11-h37\",\"v\":\"1.1\",\"nodes\":[\"10-h41\",\"7-h14\"]},{\"id\":14,\"type\":\"hop-logo\",\"nodeId\":\"11-h38\",\"v\":\"1.1\",\"nodes\":[\"10-h42\",\"7-h15\"],\"props\":{\"layoutType\":\"image\"}},{\"id\":15,\"type\":\"hop-row\",\"nodeId\":\"11-h39\",\"v\":\"1.1\",\"nodes\":[\"10-h43\",\"7-h16\"],\"props\":{\"layout\":{\"equalWidth\":false}}},{\"id\":16,\"type\":\"hop-column\",\"nodeId\":\"11-h40\",\"v\":\"1.1\",\"nodes\":[\"10-h44\",\"7-h17\"]},{\"id\":18,\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"white\"}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\"}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"}}}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"nodeId\":\"11-h35\",\"v\":\"1.1\",\"nodes\":[\"10-h39\",\"7-h12\"]},{\"id\":19,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"10-h45\",\"7-h18\"]},{\"id\":20,\"style\":{\"background\":{\"color\":\"black\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\",\"value\":\"15\"}}},\"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-h46\",\"7-h19\"]},{\"id\":21,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"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\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"10-h47\",\"7-h20\"]},{\"id\":22,\"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\"},\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\",\"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\"}}},\"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.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"10-h48\",\"7-h21\"]},{\"id\":23,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"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\":[\"10-h49\",\"7-h22\"]},{\"id\":24,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\"}},\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}}}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"10-h50\",\"7-h23\"]},{\"id\":25,\"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\":{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/uploads\\/2020\\/04\\/man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg\",\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"#b721ff\"},{\"position\":\"100\",\"color\":\"#21d4fd\"}]}},\"attachment\":\"fixed\",\"position\":\"center center\",\"repeat\":\"no-repeat\",\"size\":\"cover\",\"useParallax\":false}],\"color\":\"${theme.colors.5}\",\"video\":{\"videoType\":\"external\",\"externalUrl\":\"https:\\/\\/www.youtube.com\\/watch?v=coYirc_qoSA\",\"internalUrl\":false,\"poster\":{\"url\":\"https:\\/\\/static.colibriwp.com\\/assets\\/sources\\/colibri-demo-video-cover.jpg\"}},\"slideshow\":{\"duration\":{\"value\":1500},\"speed\":{\"value\":500},\"slides\":[{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/leaf-nature-water-green-freshness-dew-1440543-pxhere.com.jpg\"}]}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"150\",\"path\":\"value\"},\"bottom\":{\"unit\":\"px\",\"value\":\"150\",\"path\":\"value\"}},\"separatorBottom\":{\"enabled\":false,\"type\":\"mountains\",\"color\":\"#FFF\",\"height\":{\"value\":100},\"negative\":false},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"150\"},\"bottom\":{\"value\":\"50\"}},\"background\":{\"image\":[{\"attachment\":\"scroll\",\"position\":{\"x\":69.96166200393742,\"y\":100},\"source\":{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/uploads\\/2020\\/04\\/cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg\"}}]}},\"tablet\":{\"background\":{\"image\":[{\"attachment\":\"scroll\"}]}}}},\"props\":{\"heroSection\":{\"layout\":\"textOnly\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"layoutType\":\"textWithMediaOnRight\"},\"type\":\"hop-hero\",\"v\":\"1.1\",\"nodes\":[\"7-h24\"]},{\"id\":26,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalAlign\":\"start\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h25\"]},{\"id\":27,\"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\":\"\"}}}}}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h26\"]},{\"id\":28,\"props\":{\"headerType\":\"1\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"7-h27\"],\"style\":{\"textAlign\":\"left\",\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"5.2\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"-1\"},\"weight\":\"700\",\"color\":\"${theme.colors.4}\"},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"3\"}},\"textAlign\":\"center\"}}}},{\"id\":29,\"props\":{\"type\":\"lead\"},\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"7-h28\"]},{\"id\":30,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"7-h29\"]},{\"id\":31,\"style\":{\"background\":{\"color\":\"${theme.colors.0}\",\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"0\",\"steps\":[{\"color\":\"#00c6fb\",\"position\":\"0\"},{\"color\":\"#005bea\",\"position\":\"100\"}]}}}]},\"typography\":{\"color\":\"white\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"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\"}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"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}\"}}}},\"textAlign\":\"center\"},\"type\":\"hop-button\",\"props\":{\"buttonSize\":\"large\"},\"v\":\"1.1\",\"nodes\":[\"7-h30\"]},{\"id\":32,\"style\":{\"background\":{\"color\":\"transparent\"},\"typography\":{\"color\":\"white\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"color\":\"white\",\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"white\",\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"white\",\"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\"}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.25)\"},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"}}}},\"textAlign\":\"center\"},\"type\":\"hop-button\",\"props\":{\"buttonSize\":\"large\"},\"v\":\"1.1\",\"nodes\":[\"7-h31\"]},{\"id\":35,\"type\":\"hop-header\",\"nodeId\":\"4443-h1\",\"v\":\"1.1\",\"nodes\":[\"10-h1\"]},{\"id\":59,\"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\",\"color\":\"${theme.colors.5}\",\"overlay\":{\"shape\":{\"value\":\"none\",\"isTile\":false,\"img\":\"data:image\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+\\/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAANSURBVAiZY\\/j\\/\\/z8DAAj8Av6Fzas0AAAAAElFTkSuQmCC\"},\"light\":false,\"color\":{\"value\":\"${theme.colors.5}\",\"opacity_\":0,\"opacity\":\"0.7\"},\"enabled\":true,\"type\":\"color\",\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"rgba(183,33,255, 0)\"},{\"position\":\"100\",\"color\":\"rgba(33,212,253, 0)\"}]}},\"image\":[{\"source\":{\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"#b721ff\"},{\"position\":\"100\",\"color\":\"#21d4fd\"}]},\"type\":\"image\",\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/uploads\\/2020\\/04\\/microphone-704255_1920-1.jpg\"},\"attachment\":\"fixed\",\"position\":\"center center\",\"repeat\":\"no-repeat\",\"size\":\"cover\",\"useParallax\":false}],\"video\":{\"videoType\":\"external\",\"externalUrl\":\"https:\\/\\/www.youtube.com\\/watch?v=coYirc_qoSA\",\"internalUrl\":false,\"poster\":{\"url\":\"https:\\/\\/static.colibriwp.com\\/assets\\/sources\\/colibri-demo-video-cover.jpg\"}},\"slideshow\":{\"duration\":{\"value\":1500},\"speed\":{\"value\":500},\"slides\":[{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/leaf-nature-water-green-freshness-dew-1440543-pxhere.com.jpg\"}]}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"90\"},\"bottom\":{\"unit\":\"px\",\"value\":\"90\"}},\"separatorBottom\":{\"type\":\"mountains\",\"color\":\"#FFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"props\":{\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"layoutType\":\"textWithMediaOnRight\"},\"type\":\"hop-hero\",\"nodeId\":\"10-h29\",\"nodes\":[\"10-h24\"],\"v\":\"1.1\"},{\"id\":60,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"10-h37\",\"nodes\":[\"10-h25\"],\"v\":\"1.1\"},{\"id\":61,\"type\":\"hop-column\",\"nodeId\":\"10-h38\",\"nodes\":[\"10-h26\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}}},{\"id\":62,\"type\":\"hop-page-title\",\"nodeId\":\"10-h39\",\"nodes\":[\"10-h27\"],\"v\":\"1.1\"},{\"id\":63,\"type\":\"hop-footer\",\"props\":{\"useFooterParallax\":true},\"v\":\"1.1\",\"nodes\":[\"13-f1\"]},{\"id\":64,\"type\":\"hop-section\",\"style\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"30\"},\"bottom\":{\"path\":\"value\",\"value\":\"30\"}}},\"v\":\"1.1\",\"nodes\":[\"13-f2\"]},{\"id\":65,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalInnerGap\":1,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"13-f3\"]},{\"id\":66,\"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\":[\"13-f4\"]},{\"id\":67,\"type\":\"hop-copyright\",\"nodeId\":\"13-f6\",\"v\":\"1.1\",\"nodes\":[\"13-f5\"]},{\"id\":152,\"type\":\"hop-content\",\"nodeId\":\"5-c1\",\"nodes\":[\"5-c1\"],\"v\":\"1.1\"},{\"id\":165,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"5-c2\"],\"style\":{\"background\":{\"color\":\"${theme.colors.5}\"},\"padding\":{\"top\":{\"value\":\"0\"}}}},{\"id\":166,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c3\"]},{\"id\":167,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"},\"top\":{\"unit\":\"px\",\"value\":\"30\"},\"bottom\":{\"unit\":\"px\",\"value\":\"30\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"},\"top\":{\"unit\":\"px\",\"value\":\"30\"},\"bottom\":{\"unit\":\"px\",\"value\":\"30\"}}}},\"descendants\":{\"outer\":{\"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\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"60\"},\"right\":{\"unit\":\"px\",\"value\":\"60\"},\"top\":{\"unit\":\"px\",\"value\":\"60\"},\"bottom\":{\"unit\":\"px\",\"value\":\"60\"}},\"background\":{\"color\":\"${theme.colors.4}\"}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c5\",\"5-c10\"]},{\"id\":169,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"5-c6\",\"5-c11\"]},{\"id\":170,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"5-c7\",\"5-c12\"]},{\"id\":171,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"5-c8\",\"5-c13\"]},{\"id\":172,\"type\":\"hop-button\",\"style\":{\"textAlign\":\"center\",\"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\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"${theme.colors.0}\"}},\"v\":\"1.1\",\"nodes\":[\"5-c9\",\"5-c14\"]},{\"id\":173,\"type\":\"hop-column\",\"props\":{\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}},\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"media\":{\"mobile\":{\"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\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/uploads\\/2020\\/04\\/white-and-blue-ceramic-mug-near-green-plant-1516983-1-1.jpg\"}}]},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"250\"},\"type\":\"min-height\"}},\"v\":\"1.1\",\"nodes\":[\"5-c4\"]},{\"id\":175,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"5-c16\"]},{\"id\":176,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c17\"]},{\"id\":177,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"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\"}},\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"props\":{\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}},\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"v\":\"1.1\",\"nodes\":[\"5-c20\"]},{\"id\":179,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"6\"},\"v\":\"1.1\",\"nodes\":[\"5-c22\"]},{\"id\":180,\"type\":\"hop-text\",\"props\":{\"type\":\"normal\"},\"v\":\"1.1\",\"nodes\":[\"5-c23\"]},{\"id\":181,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"5-c25\"]},{\"id\":183,\"type\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}},\"verticalAlign\":\"center\"},\"style\":{\"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\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c18\"]},{\"id\":184,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"frameImage\":{\"zIndex\":1,\"backgroundColor\":\"transparent\",\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"solid\",\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"solid\",\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"solid\",\"color\":\"${theme.colors.0}\"}},\"transform\":{\"translate\":{\"x\":{\"path\":\"value\",\"value\":\"5\"},\"y\":{\"path\":\"value\",\"value\":\"5\"}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"path\":\"value\",\"value\":\"5\"}}}}},\"height\":{\"path\":\"value\",\"value\":100},\"width\":{\"path\":\"value\",\"value\":100}},\"overlay\":{\"background\":{\"overlay\":{\"enabled\":false}}}},\"textAlign\":\"right\"},\"props\":{\"enabledFrameOption\":false,\"showFrameOverImage\":true,\"frame\":{\"type\":\"border\"},\"showFrameShadow\":false,\"media\":{\"mobile\":{\"enabledFrameOption\":false}}},\"v\":\"1.1\",\"nodes\":[\"5-c19\"]},{\"id\":185,\"type\":\"hop-section\",\"props\":{\"showHeader\":true},\"v\":\"1.1\",\"nodes\":[\"5-c27\"],\"style\":{\"background\":{\"color\":\"${theme.colors.3}\"}}},{\"id\":186,\"props\":{\"layout\":{\"equalWidth\":true,\"horizontalGap\":2,\"verticalGap\":2,\"itemsPerRow\":3},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c28\"]},{\"id\":187,\"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\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"${theme.colors.0}\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"transform\":{\"translate\":{\"y\":{\"value\":\"-2\"}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}}},\"v\":\"1.1\",\"nodes\":[\"5-c29\",\"5-c37\",\"5-c45\"]},{\"id\":188,\"type\":\"hop-image\",\"v\":\"1.1\",\"nodes\":[\"5-c30\",\"5-c38\",\"5-c46\"]},{\"id\":189,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"style\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c31\",\"5-c39\",\"5-c47\"]},{\"id\":190,\"type\":\"hop-column\",\"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\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"20\"}},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}},\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}},\"verticalAlign\":\"start\"},\"v\":\"1.1\",\"nodes\":[\"5-c32\",\"5-c40\",\"5-c48\"]},{\"id\":191,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"5-c33\",\"5-c41\",\"5-c49\"]},{\"id\":192,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"5-c34\",\"5-c42\",\"5-c50\"]},{\"id\":193,\"type\":\"hop-link-group\",\"style\":{\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"5-c35\",\"5-c43\",\"5-c51\"]},{\"id\":194,\"type\":\"hop-link\",\"style\":{\"descendants\":{\"icon\":{\"width\":{\"value\":\"16\"},\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"},\"v\":\"1.1\",\"nodes\":[\"5-c36\",\"5-c44\",\"5-c52\"]},{\"id\":195,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c53\"]},{\"id\":196,\"type\":\"hop-column\",\"v\":\"1.1\",\"nodes\":[\"5-c54\"],\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}}},{\"id\":197,\"props\":{\"headerType\":\"3\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"5-c55\"]},{\"id\":198,\"type\":\"hop-text\",\"props\":{\"type\":\"lead\"},\"v\":\"1.1\",\"nodes\":[\"5-c56\"]},{\"id\":199,\"type\":\"hop-section\",\"style\":{\"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:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/uploads\\/2020\\/04\\/microphone-704255_1920-1.jpg\"},\"attachment\":\"fixed\"}],\"overlay\":{\"enabled\":false}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"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}\"}}},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"666\"},\"type\":\"min-height\"}},\"v\":\"1.1\",\"nodes\":[\"5-c57\"]},{\"id\":200,\"props\":{\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c58\"]},{\"id\":201,\"type\":\"hop-column\",\"style\":{\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"},\"top\":{\"unit\":\"px\",\"value\":\"30\"},\"bottom\":{\"unit\":\"px\",\"value\":\"30\"}}}},\"textAlign\":\"center\",\"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\":\"\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"50\"},\"right\":{\"unit\":\"px\",\"value\":\"50\"},\"top\":{\"unit\":\"px\",\"value\":\"50\"},\"bottom\":{\"unit\":\"px\",\"value\":\"50\"}},\"background\":{\"color\":\"rgba(32, 31, 37, 0.75)\"}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c59\"]},{\"id\":202,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"3\"},\"v\":\"1.1\",\"nodes\":[\"5-c60\"],\"style\":{\"typography\":{\"weight\":\"700\",\"transform\":\"capitalize\"}}},{\"id\":204,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"5-c61\"]},{\"id\":206,\"type\":\"hop-section\",\"v\":\"1.1\",\"props\":{\"showHeader\":true},\"nodes\":[\"5-c63\"],\"style\":{\"background\":{\"color\":\"${theme.colors.3}\"}}},{\"id\":207,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c64\"]},{\"id\":208,\"type\":\"hop-column\",\"v\":\"1.1\",\"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\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"nodes\":[\"5-c65\"]},{\"id\":209,\"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\":2,\"verticalInnerGap\":2},\"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\":false,\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"5-c66\"]},{\"id\":210,\"type\":\"hop-loop-item\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\",\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"-225\",\"steps\":[{\"color\":\"rgba(255, 254, 255, 0.8)\",\"position\":\"0\"},{\"color\":\"rgba(215, 255, 254, 0.8)\",\"position\":\"100\"}]}}}]},\"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\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"3\",\"color\":\"rgba(189, 189, 189, 0.4)\",\"spread\":\"2\",\"x\":\"0\",\"y\":\"1\"}]},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}},\"nodes\":[\"5-c67\"]},{\"id\":211,\"type\":\"hop-post-thumbnail\",\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"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\"}}},\"background\":{\"color\":\"${theme.colors.0}\"},\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}}},\"nodes\":[\"5-c68\"]},{\"id\":212,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"style\":{\"background\":{\"overlay\":{\"enabled\":false}}},\"v\":\"1.1\",\"nodes\":[\"5-c69\"]},{\"id\":213,\"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\"}}},\"tablet\":{\"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\"}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":\"5\"}},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}},\"v\":\"1.1\",\"nodes\":[\"5-c70\"]},{\"id\":214,\"type\":\"hop-post-categories\",\"style\":{\"descendants\":{\"categoriesLinks\":{\"typography\":{\"color\":\"${theme.colors.0}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}},\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c71\"]},{\"id\":215,\"type\":\"hop-post-title\",\"style\":{\"descendants\":{\"title\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c72\"]},{\"id\":216,\"type\":\"hop-post-meta\",\"style\":{\"descendants\":{\"icons\":{\"display\":\"none\"},\"metaDataLinks\":{\"typography\":{\"color\":\"${theme.colors.4|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.1}\"}}},\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"metaDataPrefix\":{\"typography\":{\"color\":\"${theme.colors.4|variant4}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"metaDataSuffix\":{\"typography\":{\"color\":\"${theme.colors.4|variant3}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c73\"]},{\"id\":217,\"type\":\"hop-post-excerpt\",\"v\":\"1.1\",\"nodes\":[\"5-c74\"]},{\"id\":218,\"type\":\"hop-post-read-more-group\",\"v\":\"1.1\",\"nodes\":[\"5-c75\"]},{\"id\":219,\"type\":\"hop-post-read-more\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"3\",\"unit\":\"px\",\"path\":\"value\"}},\"size\":{\"value\":\"16\",\"unit\":\"px\"}}},\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"},\"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\"}}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"lineHeight\":{\"value\":\"1\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"none\",\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"},\"weight\":\"600\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(2, 110, 159, 0)\"},\"typography\":{\"color\":\"${theme.colors.1}\"},\"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}\"}}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"textAlign\":\"center\"},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"},\"v\":\"1.1\",\"nodes\":[\"5-c76\"]},{\"id\":220,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c77\"]},{\"id\":221,\"type\":\"hop-column\",\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"nodes\":[\"5-c78\"]},{\"id\":222,\"props\":{\"headerType\":\"3\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"5-c79\"]},{\"id\":223,\"type\":\"hop-text\",\"v\":\"1.1\",\"props\":{\"type\":\"lead\"},\"nodes\":[\"5-c80\"]},{\"id\":224,\"type\":\"hop-section\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/uploads\\/2020\\/04\\/cropped-man-in-black-suit-jacket-smiling-3778611-1.jpg\"},\"position\":\"center right\",\"attachment\":\"fixed\"}],\"overlay\":{\"enabled\":true,\"color\":{\"value\":\"${theme.colors.5|variantGray1}\",\"opacity\":\"0.5\"},\"type\":\"color\",\"shape\":{\"value\":\"none\",\"isTile\":false},\"light\":0}},\"typography\":{\"color\":\"${theme.colors.5}\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"150\"},\"bottom\":{\"path\":\"value\",\"value\":\"150\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"position\":{\"x\":14.654890415439976,\"y\":53.48230912476723}}]}}}},\"v\":\"1.1\",\"nodes\":[\"5-c81\"]},{\"id\":225,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c82\"]},{\"id\":226,\"type\":\"hop-column\",\"style\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(189, 189, 189, 0.5)\",\"y\":\"2\"}]},\"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\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"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\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"5-c83\"]},{\"id\":227,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"5-c84\"]},{\"id\":228,\"type\":\"hop-column\",\"style\":{\"background\":{\"color\":\"${theme.colors.0}\"},\"padding\":{\"top\":{\"value\":\"25\",\"unit\":\"px\"},\"right\":{\"value\":\"25\",\"unit\":\"px\"},\"bottom\":{\"value\":\"25\",\"unit\":\"px\"},\"left\":{\"value\":\"25\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"path\":\"value\",\"value\":\"40\"}},\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"vSpace\":{\"path\":\"value\",\"value\":\"20\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c85\"]},{\"id\":229,\"type\":\"hop-heading\",\"style\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"${theme.colors.4}\"}},\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"5-c86\"]},{\"id\":230,\"type\":\"hop-icon\",\"style\":{\"descendants\":{\"icon\":{\"fill\":\"${theme.colors.4}\",\"width\":{\"path\":\"value\",\"value\":\"40\"},\"height\":{\"path\":\"value\",\"value\":\"40\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"15\"},\"left\":{\"path\":\"value\",\"value\":\"15\"},\"right\":{\"path\":\"value\",\"value\":\"15\"},\"bottom\":{\"path\":\"value\",\"value\":\"15\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c87\"]},{\"id\":231,\"type\":\"hop-heading\",\"style\":{\"color\":\"${theme.colors.4}\"},\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"5-c88\"]},{\"id\":232,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"padding\":{\"top\":{\"value\":\"10\"},\"left\":{\"value\":\"10\"},\"bottom\":{\"value\":\"10\"},\"right\":{\"value\":\"10\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.4}\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant0}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant0}\"},\"right\":{\"color\":\"${theme.colors.0|variant0}\"},\"left\":{\"color\":\"${theme.colors.0|variant0}\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}}}},\"icon-content\":{\"fill\":\"${theme.colors.4}\",\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"media\":{\"tablet\":{\"width\":{\"value\":\"15\"},\"height\":{\"value\":\"15\"}}},\"states\":{\"hover\":{\"fill\":\"${theme.colors.0|variant0}\"}}}},\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"states\":{\"hover\":{\"transition\":{\"duration\":{\"value\":\"1\"}}}}},\"v\":\"1.1\",\"nodes\":[\"5-c89\"]},{\"id\":233,\"type\":\"hop-column\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"path\":\"value\",\"value\":\"40\"}}},\"v\":\"1.1\",\"nodes\":[\"5-c90\"]},{\"id\":234,\"type\":\"hop-contact-form\",\"style\":{\"padding\":{\"top\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"descendants\":{\"labels\":{\"typography\":{\"color\":\"${theme.colors.5|variantGray2}\"}},\"inputs\":{\"typography\":{\"color\":\"${theme.colors.5|variantGray2}\"},\"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\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.5|variantGray4}\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.5|variantGray4}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"${theme.colors.5|variantGray4}\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.5|variantGray4}\"}}},\"submit-button\":{\"background\":{\"color\":\"${theme.colors.0}\"},\"padding\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.4}\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"2\"},\"weight\":\"600\"},\"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\"}}}},\"margin-left\":\"auto\",\"margin-right\":\"0\",\"media\":{\"mobile\":{\"margin-left\":\"auto\",\"margin-right\":\"auto\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"error-notice\":{\"typography\":{\"color\":\"${theme.colors.5|variantGray2}\"}},\"info-notice\":{\"typography\":{\"color\":\"${theme.colors.5|variantGray2}\"}},\"success-notice\":{\"typography\":{\"color\":\"${theme.colors.5|variantGray2}\"}}}},\"v\":\"1.1\",\"nodes\":[\"5-c91\"]},{\"id\":236,\"type\":\"hop-button\",\"style\":{\"textAlign\":\"center\",\"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\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"${theme.colors.0}\"}},\"v\":\"1.1\",\"nodes\":[\"5-c26\"],\"nodeId\":\"5-c26\"},{\"id\":237,\"type\":\"hop-button\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"#fff\",\"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.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":0,\"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\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"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}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"${theme.colors.0}\"}},\"v\":\"1.1\",\"nodes\":[\"5-c62\"],\"nodeId\":\"5-c64\",\"props\":{\"buttonSize\":\"large\",\"buttonWidth\":\"fitToContent\"}},{\"id\":238,\"type\":\"hop-main\",\"nodeId\":\"71-m1\",\"v\":\"1.1\",\"nodes\":[\"432-m1\",\"1741-m1\"],\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"40\",\"y\":\"10\",\"spread\":\"0\",\"color\":\"rgba(1, 51, 74, 0.15)\"}]},\"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\"}}}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":239,\"type\":\"hop-section\",\"nodeId\":\"16-m29\",\"nodes\":[\"432-m2\",\"1741-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\":240,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"16-m33\",\"nodes\":[\"432-m25\",\"1741-m25\"],\"v\":\"1.1\"},{\"id\":241,\"type\":\"hop-column\",\"nodeId\":\"16-m34\",\"nodes\":[\"432-m26\",\"1741-m26\"],\"v\":\"1.1\"},{\"id\":242,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"16-m35\",\"nodes\":[\"432-m27\",\"1741-m27\"],\"v\":\"1.1\"},{\"id\":243,\"type\":\"hop-text\",\"nodeId\":\"16-m36\",\"nodes\":[\"432-m28\",\"1741-m28\"],\"v\":\"1.1\"},{\"id\":244,\"type\":\"hop-post-loop\",\"nodeId\":\"23-m35\",\"style\":{\"background\":{\"color\":\"\"}},\"v\":\"1.1\",\"nodes\":[\"432-m3\",\"1741-m3\"]},{\"id\":245,\"type\":\"hop-loop-item\",\"nodeId\":\"23-m36\",\"v\":\"1.1\",\"nodes\":[\"432-m4\",\"1741-m4\"],\"style\":{\"background\":{\"color\":\"\"},\"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}}},{\"id\":246,\"type\":\"hop-post-thumbnail\",\"nodeId\":\"23-m37\",\"style\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"v\":\"1.1\",\"nodes\":[\"432-m5\",\"1741-m5\"]},{\"id\":247,\"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\",\"1741-m6\"]},{\"id\":248,\"type\":\"hop-column\",\"nodeId\":\"1723-m27\",\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}},\"v\":\"1.1\",\"nodes\":[\"432-m7\",\"1741-m7\"],\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},{\"id\":249,\"type\":\"hop-post-meta\",\"nodeId\":\"26-m15\",\"v\":\"1.1\",\"nodes\":[\"432-m8\",\"1741-m8\"],\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"weight\":\"400\",\"family\":\"Open Sans\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"display\":\"none\",\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"}}}},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":250,\"type\":\"hop-post-content\",\"nodeId\":\"23-m40\",\"v\":\"1.1\",\"nodes\":[\"432-m9\",\"1741-m9\"],\"style\":{\"descendants\":{\"content\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"holders\":{\"p\":{\"color\":\"${theme.colors.5|variant2}\"}}}}}}},{\"id\":251,\"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\",\"1741-m10\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":252,\"type\":\"hop-column\",\"nodeId\":\"16-m38\",\"nodes\":[\"432-m11\",\"1741-m11\"],\"v\":\"1.1\",\"props\":{\"verticalAlign\":\"center\"}},{\"id\":253,\"type\":\"hop-text\",\"nodeId\":\"16-m39\",\"nodes\":[\"432-m12\",\"1741-m12\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":254,\"type\":\"hop-column\",\"nodeId\":\"16-m36\",\"nodes\":[\"432-m13\",\"1741-m13\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":255,\"type\":\"hop-post-categories\",\"nodeId\":\"16-m37\",\"nodes\":[\"432-m14\",\"1741-m14\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"categoriesLinks\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.4|variant2}\",\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}}}}},{\"id\":256,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":0,\"verticalGap\":0,\"equalHeight\":false}},\"type\":\"hop-post-tags-container\",\"nodeId\":\"16-m30\",\"nodes\":[\"432-m15\",\"1741-m15\"],\"v\":\"1.1\"},{\"id\":257,\"type\":\"hop-column\",\"nodeId\":\"16-m40\",\"nodes\":[\"432-m16\",\"1741-m16\"],\"v\":\"1.1\",\"style\":{\"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\":258,\"type\":\"hop-text\",\"nodeId\":\"16-m41\",\"nodes\":[\"432-m17\",\"1741-m17\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"400\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"props\":{\"type\":\"normal\"}},{\"id\":259,\"type\":\"hop-column\",\"nodeId\":\"16-m32\",\"nodes\":[\"432-m18\",\"1741-m18\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":23}},\"verticalAlign\":\"center\"}},{\"id\":260,\"type\":\"hop-post-tags\",\"nodeId\":\"16-m33\",\"nodes\":[\"432-m19\",\"1741-m19\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"tagsLinks\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"typography\":{\"color\":\"${theme.colors.4|variant2}\",\"decoration\":\"none\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"tagsPrefix\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}}}},{\"id\":261,\"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\":\"16-m39\",\"nodes\":[\"432-m20\",\"1741-m20\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"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)\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}}},{\"id\":262,\"type\":\"hop-column\",\"nodeId\":\"16-m40\",\"nodes\":[\"432-m21\",\"1741-m21\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":263,\"type\":\"hop-post-nav-button\",\"nodeId\":\"23-m48\",\"v\":\"1.1\",\"nodes\":[\"432-m22\",\"1741-m22\"],\"style\":{\"descendants\":{\"navigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"style\":\"none\",\"color\":\"black\"},\"right\":{\"style\":\"none\",\"color\":\"black\"}},\"background\":{\"color\":\"\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"navigationTitle\":{\"maxWidth\":{\"value\":\"40\",\"unit\":\"ch\"}}}}},{\"id\":264,\"type\":\"hop-column\",\"nodeId\":\"16-m41\",\"nodes\":[\"432-m23\",\"1741-m23\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":265,\"type\":\"hop-post-nav-button\",\"nodeId\":\"23-m49\",\"v\":\"1.1\",\"nodes\":[\"432-m24\",\"1741-m24\"],\"style\":{\"descendants\":{\"navigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}}},{\"id\":266,\"type\":\"hop-section\",\"nodeId\":\"16-m55\",\"nodes\":[\"432-m29\",\"1741-m29\"],\"style\":{\"padding\":{\"top\":{\"value\":0},\"bottom\":{\"value\":0}}},\"v\":\"1.1\"},{\"id\":267,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"16-m59\",\"nodes\":[\"432-m34\",\"1741-m34\"],\"v\":\"1.1\"},{\"id\":268,\"type\":\"hop-column\",\"nodeId\":\"16-m60\",\"nodes\":[\"432-m35\",\"1741-m35\"],\"v\":\"1.1\"},{\"id\":269,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"16-m61\",\"nodes\":[\"432-m36\",\"1741-m36\"],\"v\":\"1.1\"},{\"id\":270,\"type\":\"hop-text\",\"nodeId\":\"16-m62\",\"nodes\":[\"432-m37\",\"1741-m37\"],\"v\":\"1.1\"},{\"id\":271,\"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\":\"\"}}}},\"type\":\"hop-row\",\"nodeId\":\"16-m56\",\"nodes\":[\"432-m30\",\"1741-m30\"],\"v\":\"1.1\"},{\"id\":272,\"type\":\"hop-column\",\"nodeId\":\"16-m57\",\"nodes\":[\"432-m31\",\"1741-m31\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"0\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"}},\"textAlign\":\"left\",\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}},{\"id\":273,\"type\":\"hop-post-comments\",\"nodeId\":\"1723-m26\",\"v\":\"1.1\",\"nodes\":[\"432-m32\",\"1741-m32\"],\"style\":{\"descendants\":{\"commentsTitle\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5}\",\"weight\":\"600\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"em\",\"value\":\"1.25\"}}},\"commentInfo\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"background\":{\"color\":\"\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"commentText\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"holders\":{\"p\":{\"color\":\"${theme.colors.5|variant2}\"},\"a\":{\"states\":{\"hover\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}},\"commentAuthorName\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\",\"style\":\"normal\",\"weight\":\"600\"},\"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.5|variant2}\"}},\"comment\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"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\"}}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}}},\"commentAvatar\":{\"width\":{\"value\":30},\"height\":{\"value\":30},\"background\":{\"color\":\"\"},\"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\":{\"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)\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"commentReply\":{\"typography\":{\"color\":\"${theme.colors.0}\",\"size\":{\"unit\":\"em\",\"value\":\"1\"},\"transform\":\"lowercase\",\"weight\":\"400\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.5\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"alternateComment\":{\"background\":{\"color\":\"rgba(166, 220, 244, 0.1)\"},\"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\"}}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}}},\"commentReplies\":{\"margin\":{\"left\":{\"value\":\"12\"}}},\"commentInfoContainer\":{\"typography\":{\"color\":\"${theme.colors.4|variant2}\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":274,\"type\":\"hop-post-comment-form\",\"nodeId\":\"23-m32\",\"v\":\"1.1\",\"nodes\":[\"432-m33\",\"1741-m33\"],\"style\":{\"descendants\":{\"commentFormTitle\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"em\",\"value\":\"1.25\"},\"weight\":\"600\",\"family\":\"Open Sans\"}},\"commentFormLabels\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"},\"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\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"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\":\"rgb(238, 238, 238)\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"right\":{\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"color\":\"rgb(238, 238, 238)\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"typography\":{\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"color\":\"${theme.colors.5|variant2}\"},\"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.5|variant1}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"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)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":275,\"type\":\"hop-main\",\"nodeId\":\"68-m1\",\"v\":\"1.1\",\"nodes\":[\"435-m1\",\"1744-m1\"],\"style\":{\"margin\":{\"top\":{\"value\":\"-30\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":276,\"type\":\"hop-section\",\"nodeId\":\"19-m36\",\"nodes\":[\"435-m2\",\"1744-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}}},\"v\":\"1.1\"},{\"id\":277,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"19-m40\",\"nodes\":[\"435-m25\",\"1744-m25\"],\"v\":\"1.1\"},{\"id\":278,\"type\":\"hop-column\",\"nodeId\":\"19-m41\",\"nodes\":[\"435-m26\",\"1744-m26\"],\"v\":\"1.1\"},{\"id\":279,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"19-m42\",\"nodes\":[\"435-m27\",\"1744-m27\"],\"v\":\"1.1\"},{\"id\":280,\"type\":\"hop-text\",\"nodeId\":\"19-m43\",\"nodes\":[\"435-m28\",\"1744-m28\"],\"v\":\"1.1\"},{\"id\":281,\"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\":2,\"verticalGap\":2}},\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":2}}},\"showMasonry\":true},\"v\":\"1.1\",\"nodes\":[\"435-m3\",\"1744-m3\"]},{\"id\":282,\"type\":\"hop-loop-item\",\"nodeId\":\"26-m7\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(1, 51, 74, 0.15)\",\"spread\":\"0\",\"y\":\"10\",\"blur\":\"40\"}]},\"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\":[\"435-m4\",\"1744-m4\"],\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":283,\"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\",\"1744-m5\"]},{\"id\":284,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"horizontalGap\":3,\"verticalGap\":0,\"custom\":{\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"type\":\"hop-row\",\"nodeId\":\"1726-m24\",\"v\":\"1.1\",\"nodes\":[\"435-m6\",\"1744-m6\"],\"style\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}},{\"id\":285,\"type\":\"hop-column\",\"nodeId\":\"1726-m25\",\"style\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"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\":\"\"}},\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"nodes\":[\"435-m7\",\"1744-m7\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":3,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":3}}}}},{\"id\":286,\"type\":\"hop-post-meta\",\"nodeId\":\"1706-c23\",\"style\":{\"descendants\":{\"icons\":{\"display\":\"none\",\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataLinks\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"metaDataPrefix\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"435-m8\",\"1744-m8\"]},{\"id\":287,\"type\":\"hop-post-meta\",\"nodeId\":\"19-m9\",\"style\":{\"descendants\":{\"icons\":{\"display\":\"none\",\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataLinks\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"metaDataPrefix\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m9\",\"1744-m9\"]},{\"id\":288,\"type\":\"hop-post-title\",\"nodeId\":\"26-m10\",\"style\":{\"descendants\":{\"title\":{\"transition\":{\"duration\":{\"value\":\"0.5\"}}}}},\"v\":\"1.1\",\"nodes\":[\"435-m10\",\"1744-m10\"]},{\"id\":289,\"type\":\"hop-post-excerpt\",\"nodeId\":\"26-m11\",\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m11\",\"1744-m11\"]},{\"id\":290,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"equalHeight\":true,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":2,\"horizontalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"nodeId\":\"1706-c20\",\"v\":\"1.1\",\"nodes\":[\"435-m12\",\"1744-m12\"]},{\"id\":291,\"type\":\"hop-column\",\"nodeId\":\"1726-m20\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":3}}}},\"v\":\"1.1\",\"nodes\":[\"435-m13\",\"1744-m13\"]},{\"id\":292,\"type\":\"hop-post-meta\",\"nodeId\":\"19-m25\",\"nodes\":[\"435-m14\",\"1744-m14\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"decoration\":\"none\"}},\"icons\":{\"display\":\"inline-block\",\"height\":{\"value\":\"24\"},\"width\":{\"value\":\"24\"},\"margin\":{\"right\":{\"value\":\"5\"}}}}}},{\"id\":293,\"type\":\"hop-column\",\"nodeId\":\"1726-m21\",\"style\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":3}}}},\"v\":\"1.1\",\"nodes\":[\"435-m15\",\"1744-m15\"]},{\"id\":294,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"19-m32\",\"nodes\":[\"435-m16\",\"1744-m16\"],\"v\":\"1.1\"},{\"id\":295,\"type\":\"hop-post-read-more\",\"nodeId\":\"19-m33\",\"nodes\":[\"435-m17\",\"1744-m17\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.0}\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"lineHeight\":{\"value\":\"1.6\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"margin\":{\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"}},{\"id\":296,\"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\":\"end\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalAlign\":\"center\"}}}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"19-m36\",\"nodes\":[\"435-m18\",\"1744-m18\"],\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"}},\"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\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}}},{\"id\":297,\"type\":\"hop-column\",\"nodeId\":\"19-m37\",\"nodes\":[\"435-m19\",\"1744-m19\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":298,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"26-m20\",\"v\":\"1.1\",\"nodes\":[\"435-m20\",\"1744-m20\"],\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant3}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"bottom\":{\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}}}}}}},{\"id\":299,\"type\":\"hop-column\",\"nodeId\":\"19-m39\",\"nodes\":[\"435-m21\",\"1744-m21\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":300,\"type\":\"hop-archive-pagination\",\"nodeId\":\"26-m14\",\"style\":{\"descendants\":{\"paginationNumbers\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m22\",\"1744-m22\"]},{\"id\":301,\"type\":\"hop-column\",\"nodeId\":\"19-m38\",\"nodes\":[\"435-m23\",\"1744-m23\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"15\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":302,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"26-m21\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"border\":{\"bottom\":{\"color\":\"${theme.colors.5}\",\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"top\":{\"color\":\"${theme.colors.5}\",\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"left\":{\"color\":\"${theme.colors.5}\"},\"right\":{\"color\":\"${theme.colors.5}\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m24\",\"1744-m24\"]},{\"id\":303,\"type\":\"hop-main\",\"nodeId\":\"35-m1\",\"v\":\"1.1\",\"nodes\":[\"636-m1\",\"1747-m1\"]},{\"id\":304,\"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\",\"1747-m2\"]},{\"id\":305,\"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\",\"1747-m3\"]},{\"id\":306,\"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\",\"1747-m4\"]},{\"id\":307,\"type\":\"hop-text\",\"nodeId\":\"1735-m12\",\"v\":\"1.1\",\"nodes\":[\"636-m5\",\"1747-m5\"]},{\"id\":308,\"type\":\"hop-home-button-group\",\"nodeId\":\"22-m8\",\"v\":\"1.1\",\"nodes\":[\"636-m6\",\"1747-m6\"]},{\"id\":309,\"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\",\"1747-m7\"]},{\"id\":310,\"type\":\"hop-main\",\"nodeId\":\"38-m1\",\"v\":\"1.1\",\"nodes\":[\"639-m1\",\"1750-m1\"]},{\"id\":311,\"type\":\"hop-archive-loop\",\"nodeId\":\"1738-m4\",\"props\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1,\"horizontalAlign\":\"start\",\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"showMasonry\":false,\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"639-m2\",\"1750-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":312,\"type\":\"hop-loop-item\",\"nodeId\":\"1706-c10\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"10\",\"spread\":\"0\",\"blur\":\"40\",\"color\":\"rgba(1, 51, 74, 0.15)\"}]},\"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\"}}}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"639-m3\",\"1750-m3\"],\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}},{\"id\":313,\"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\":\"25-m20\",\"nodes\":[\"639-m4\",\"1750-m4\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":314,\"type\":\"hop-column\",\"nodeId\":\"25-m21\",\"nodes\":[\"639-m5\",\"1750-m5\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"}},{\"id\":315,\"type\":\"hop-post-categories\",\"nodeId\":\"1738-m11\",\"style\":{\"descendants\":{\"categoriesLinks\":{\"typography\":{\"transform\":\"lowercase\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m6\",\"1750-m6\"]},{\"id\":316,\"type\":\"hop-post-title\",\"nodeId\":\"38-m7\",\"v\":\"1.1\",\"nodes\":[\"639-m7\",\"1750-m7\"]},{\"id\":317,\"type\":\"hop-post-meta\",\"nodeId\":\"1706-c21\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"transform\":\"lowercase\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"height\":{\"value\":\"24\"},\"width\":{\"value\":\"24\"},\"margin\":{\"right\":{\"value\":\"5\"}},\"display\":\"none\"},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant1}\"}},\"separators\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"}}}},\"v\":\"1.1\",\"nodes\":[\"639-m8\",\"1750-m8\"]},{\"id\":318,\"type\":\"hop-post-excerpt\",\"nodeId\":\"38-m8\",\"v\":\"1.1\",\"nodes\":[\"639-m9\",\"1750-m9\"],\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":319,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"25-m20\",\"nodes\":[\"639-m10\",\"1750-m10\"],\"v\":\"1.1\"},{\"id\":320,\"type\":\"hop-post-read-more\",\"nodeId\":\"25-m21\",\"nodes\":[\"639-m11\",\"1750-m11\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.0}\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"lineHeight\":{\"value\":\"1.6\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"margin\":{\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"}},{\"id\":321,\"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\",\"1750-m12\"],\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"}},\"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\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}}},{\"id\":322,\"type\":\"hop-column\",\"nodeId\":\"25-m22\",\"nodes\":[\"639-m13\",\"1750-m13\"],\"v\":\"1.1\"},{\"id\":323,\"type\":\"hop-column\",\"nodeId\":\"25-m23\",\"nodes\":[\"639-m14\",\"1750-m14\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":324,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"1725-m29\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant3}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m15\",\"1750-m15\"]},{\"id\":325,\"type\":\"hop-column\",\"nodeId\":\"25-m41\",\"nodes\":[\"639-m16\",\"1750-m16\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":326,\"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}\"}}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m17\",\"1750-m17\"]},{\"id\":327,\"type\":\"hop-column\",\"nodeId\":\"25-m24\",\"nodes\":[\"639-m18\",\"1750-m18\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"15\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":328,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"1725-m27\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m19\",\"1750-m19\"]},{\"id\":329,\"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\",\"1750-m20\"]},{\"id\":330,\"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\",\"1750-m21\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":331,\"type\":\"hop-archive-navigation\",\"nodeId\":\"38-m9\",\"v\":\"1.1\",\"nodes\":[\"639-m22\",\"1750-m22\"]},{\"id\":332,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"438-s1\",\"1753-s1\"]},{\"id\":333,\"type\":\"hop-section\",\"nodeId\":\"28-s9\",\"nodes\":[\"438-s2\",\"1753-s2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"}}}}},\"v\":\"1.1\"},{\"id\":334,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"438-s13\",\"1753-s13\"],\"v\":\"1.1\"},{\"id\":335,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"438-s14\",\"1753-s14\"],\"v\":\"1.1\"},{\"id\":336,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"438-s15\",\"1753-s15\"],\"v\":\"1.1\"},{\"id\":337,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s16\",\"1753-s16\"],\"v\":\"1.1\"},{\"id\":338,\"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\",\"1753-s3\"],\"v\":\"1.1\"},{\"id\":339,\"type\":\"hop-column\",\"nodeId\":\"28-s12\",\"nodes\":[\"438-s4\",\"1753-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\":340,\"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\",\"1753-s5\"]},{\"id\":341,\"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\",\"1753-s6\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":342,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"1719-s4\",\"v\":\"1.1\",\"nodes\":[\"438-s7\",\"1753-s7\"]},{\"id\":343,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"1719-s5\",\"v\":\"1.1\",\"nodes\":[\"438-s8\",\"1753-s8\"]},{\"id\":344,\"type\":\"hop-archives-widget\",\"nodeId\":\"1719-s6\",\"v\":\"1.1\",\"props\":{\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false},\"nodes\":[\"438-s9\",\"1753-s9\"]},{\"id\":345,\"type\":\"hop-categories-widget\",\"nodeId\":\"1719-s7\",\"v\":\"1.1\",\"nodes\":[\"438-s10\",\"1753-s10\"]},{\"id\":346,\"type\":\"hop-meta-widget\",\"nodeId\":\"1719-s8\",\"v\":\"1.1\",\"nodes\":[\"438-s11\",\"1753-s11\"]},{\"id\":347,\"type\":\"hop-text-widget\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s12\",\"1753-s12\"],\"v\":\"1.1\"},{\"id\":349,\"nodeId\":\"10-h29\",\"nodes\":[\"10-h28\"],\"v\":\"1.1\"},{\"id\":350,\"type\":\"hop-column\",\"props\":{\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}},\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"media\":{\"mobile\":{\"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\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/colibriwp-work.colibriwp.com\\/coaching-free\\/wp-content\\/uploads\\/2020\\/04\\/tablet-near-a-notebook-2647376-1.jpg\"}}]},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"250\"},\"type\":\"min-height\"}},\"v\":\"1.1\",\"nodes\":[\"5-c15\"],\"nodeId\":\"5-c99\"},{\"id\":351,\"type\":\"hop-heading\",\"nodeId\":\"5-c100\",\"nodes\":[\"5-c21\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"2\"}},{\"id\":352,\"type\":\"hop-text\",\"nodeId\":\"5-c101\",\"nodes\":[\"5-c24\"],\"v\":\"1.1\"},{\"id\":353,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"438-s1\"]},{\"id\":354,\"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\":355,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"438-s13\"],\"v\":\"1.1\"},{\"id\":356,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"438-s14\"],\"v\":\"1.1\"},{\"id\":357,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"438-s15\"],\"v\":\"1.1\"},{\"id\":358,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s16\"],\"v\":\"1.1\"},{\"id\":359,\"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\":360,\"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\":361,\"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\":362,\"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\":363,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"1719-s4\",\"v\":\"1.1\",\"nodes\":[\"438-s7\"]},{\"id\":364,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"1719-s5\",\"v\":\"1.1\",\"nodes\":[\"438-s8\"]},{\"id\":365,\"type\":\"hop-archives-widget\",\"nodeId\":\"1719-s6\",\"v\":\"1.1\",\"props\":{\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false},\"nodes\":[\"438-s9\"]},{\"id\":366,\"type\":\"hop-categories-widget\",\"nodeId\":\"1719-s7\",\"v\":\"1.1\",\"nodes\":[\"438-s10\"]},{\"id\":367,\"type\":\"hop-meta-widget\",\"nodeId\":\"1719-s8\",\"v\":\"1.1\",\"nodes\":[\"438-s11\"]},{\"id\":368,\"type\":\"hop-text-widget\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s12\"],\"v\":\"1.1\"}]\";s:7:\"cssById\";a:238:{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:428:\"#colibri .style-2 {\n  animation-duration: 0.5s;\n  padding-top: 20px;\n  padding-right: 15px;\n  padding-bottom: 20px;\n  padding-left: 15px;\n  background-color: transparent;\n  background-image: none;\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 0px 4px 0px rgba(0,0,0,0.5) ;\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:557:\"#colibri .style-5-image {\n  max-height: 70px;\n}\n#colibri .style-5 a,#colibri .style-5  .logo-text {\n  color: #ffffff;\n  text-decoration: none;\n  font-size: 24px;\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:8252:\"#colibri .style-9 >  div > .colibri-menu-container > ul.colibri-menu {\n  justify-content: flex-end;\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: Open Sans;\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 14px;\n  line-height: 1.5em;\n  letter-spacing: 0px;\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: Open Sans;\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 14px;\n  line-height: 1.5em;\n  letter-spacing: 0px;\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(194, 70, 68);\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(194, 70, 68);\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(194, 70, 68);\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(32, 31, 37);\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: rgb(194, 70, 68);\n  background-image: none;\n  height: 3px;\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(255, 255, 255);\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: rgb(255, 255, 255);\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(109, 39, 38);\n}\n#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(194, 70, 68);\n}\n#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky .style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky.style-9  >  div > .colibri-menu-container > ul.colibri-menu > li.hover  > a {\n  color: rgb(194, 70, 68);\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(194, 70, 68);\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(194, 70, 68);\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:10;a:3:{s:7:\"desktop\";s:928:\"#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\";s:6:\"tablet\";s:226:\"#colibri .style-10  .h-hamburger-icon {\n  background-color: rgba(0, 0, 0, 0);\n}\n#colibri .h-navigation_sticky .style-10  .h-hamburger-icon,#colibri .h-navigation_sticky.style-10  .h-hamburger-icon {\n  fill: rgb(32, 31, 37);\n}\n\";s:6:\"mobile\";s:226:\"#colibri .style-10  .h-hamburger-icon {\n  background-color: rgba(0, 0, 0, 0);\n}\n#colibri .h-navigation_sticky .style-10  .h-hamburger-icon,#colibri .h-navigation_sticky.style-10  .h-hamburger-icon {\n  fill: rgb(32, 31, 37);\n}\n\";}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:496:\"#colibri .style-14-image {\n  max-height: 70px;\n}\n#colibri .style-14 a,#colibri .style-14  .logo-text {\n  color: #ffffff;\n  text-decoration: none;\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:18;a:3:{s:7:\"desktop\";s:3929:\"#colibri .style-18 >  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: #808080;\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-18  >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-18  >  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: #808080;\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-18 >  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: #808080;\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-18 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-18  >  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: #808080;\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-18 >  div > .colibri-menu-container > ul.colibri-menu  li > a > svg,#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu  li > a >  .arrow-wrapper {\n  padding-right: 20px;\n  padding-left: 20px;\n  color: black;\n}\n#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-18 >  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: black;\n}\n#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu li > ul  li > a > svg,#colibri .style-18 >  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-18 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-18 >  div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-18 >  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: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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:25;a:3:{s:7:\"desktop\";s:765:\"#colibri .style-25 {\n  height: auto;\n  min-height: unset;\n  color: #FFFFFF;\n  background-color: rgb(32, 31, 37);\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg\");\n  background-attachment: fixed;\n  background-repeat: no-repeat;\n  padding-top: 150px;\n  padding-bottom: 150px;\n}\n#colibri .style-25 h1 {\n  color: #FFFFFF;\n}\n#colibri .style-25 h2 {\n  color: #FFFFFF;\n}\n#colibri .style-25 h3 {\n  color: #FFFFFF;\n}\n#colibri .style-25 h4 {\n  color: #FFFFFF;\n}\n#colibri .style-25 h5 {\n  color: #FFFFFF;\n}\n#colibri .style-25 h6 {\n  color: #FFFFFF;\n}\n#colibri .style-25 p {\n  color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:56:\"#colibri .style-25 {\n  background-attachment: scroll;\n}\n\";s:6:\"mobile\";s:304:\"#colibri .style-25 {\n  background-position: 69.96166200393742% 100%;\n  background-image: url(\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg\");\n  background-attachment: scroll;\n  padding-bottom: 50px;\n}\n\";}i:26;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:27;a:3:{s:7:\"desktop\";s:432:\"#colibri .style-27 {\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}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:45:\"#colibri .style-27 {\n  text-align: center;\n}\n\";}i:28;a:3:{s:7:\"desktop\";s:412:\"#colibri .style-28 p,#colibri .style-28  h1,#colibri .style-28  h2,#colibri .style-28  h3,#colibri .style-28  h4,#colibri .style-28  h5,#colibri .style-28  h6 {\n  text-align: left;\n  font-weight: 700;\n  font-size: 5.2em;\n  letter-spacing: -1px;\n  color: #FFFFFF;\n}\n#colibri .style-28 .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:203:\"#colibri .style-28 p,#colibri .style-28  h1,#colibri .style-28  h2,#colibri .style-28  h3,#colibri .style-28  h4,#colibri .style-28  h5,#colibri .style-28  h6 {\n  text-align: center;\n  font-size: 3em;\n}\n\";}i:29;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:30;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:31;a:3:{s:7:\"desktop\";s:1331:\"#colibri .style-31-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-31 {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  font-family: Open Sans;\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 14px;\n  line-height: 1em;\n  letter-spacing: 1px;\n  color: white;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 30px;\n  padding-bottom: 15px;\n  padding-left: 30px;\n  text-align: center;\n}\n#colibri .style-31:hover,#colibri .style-31:focus {\n  background-color: rgb(109, 39, 38);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n}\n#colibri .style-31:active .style-31-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:32;a:3:{s:7:\"desktop\";s:1255:\"#colibri .style-32-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-32 {\n  background-color: transparent;\n  background-image: none;\n  font-family: Open Sans;\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 14px;\n  line-height: 1em;\n  letter-spacing: 1px;\n  color: white;\n  border-top-width: 2px;\n  border-top-color: white;\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 2px;\n  border-right-color: white;\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: white;\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 2px;\n  border-left-color: white;\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 30px;\n  padding-bottom: 15px;\n  padding-left: 30px;\n  text-align: center;\n}\n#colibri .style-32:hover,#colibri .style-32:focus {\n  background-color: rgba(255, 255, 255, 0.25);\n  border-top-color: #FFFFFF;\n  border-right-color: #FFFFFF;\n  border-bottom-color: #FFFFFF;\n  border-left-color: #FFFFFF;\n}\n#colibri .style-32:active .style-32-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:35;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:730:\"#colibri .style-59 {\n  height: auto;\n  min-height: unset;\n  color: #FFFFFF;\n  background-color: rgb(32, 31, 37);\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/microphone-704255_1920-1.jpg\");\n  background-attachment: fixed;\n  background-repeat: no-repeat;\n  padding-top: 90px;\n  padding-bottom: 90px;\n}\n#colibri .style-59 h1 {\n  color: #FFFFFF;\n}\n#colibri .style-59 h2 {\n  color: #FFFFFF;\n}\n#colibri .style-59 h3 {\n  color: #FFFFFF;\n}\n#colibri .style-59 h4 {\n  color: #FFFFFF;\n}\n#colibri .style-59 h5 {\n  color: #FFFFFF;\n}\n#colibri .style-59 h6 {\n  color: #FFFFFF;\n}\n#colibri .style-59 p {\n  color: #FFFFFF;\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:166:\"#colibri .style-61-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:63;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:64;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-64 {\n  height: auto;\n  min-height: unset;\n  padding-top: 30px;\n  padding-bottom: 30px;\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:156:\".style-66 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 0px;\n}\n#colibri .style-66 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";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:152;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:144:\"#colibri .style-165 {\n  height: auto;\n  min-height: unset;\n  background-color: rgb(32, 31, 37);\n  background-image: none;\n  padding-top: 0px;\n}\n\";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:226:\"#colibri .style-167 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  padding-top: 60px;\n  padding-right: 60px;\n  padding-bottom: 60px;\n  padding-left: 60px;\n  background-color: #FFFFFF;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:114:\"#colibri .style-167 {\n  padding-top: 30px;\n  padding-right: 30px;\n  padding-bottom: 30px;\n  padding-left: 30px;\n}\n\";s:6:\"mobile\";s:136:\"#colibri .style-167 {\n  text-align: center;\n  padding-top: 30px;\n  padding-right: 30px;\n  padding-bottom: 30px;\n  padding-left: 30px;\n}\n\";}i:169;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-169 .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: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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:172;a:3:{s:7:\"desktop\";s:1334:\"#colibri .style-172-icon {\n  width: 12px;\n  height: 12px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-172 {\n  text-align: center;\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(194, 70, 68);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 12px;\n  padding-right: 24px;\n  padding-bottom: 12px;\n  padding-left: 24px;\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n}\n#colibri .style-172:hover,#colibri .style-172:focus {\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n  background-color: rgb(109, 39, 38);\n}\n#colibri .style-172:active .style-172-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:173;a:3:{s:7:\"desktop\";s:362:\"#colibri .style-173 {\n  text-align: center;\n  min-height: 250px;\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/white-and-blue-ceramic-mug-near-green-plant-1516983-1-1.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:175;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-175 {\n  height: auto;\n  min-height: unset;\n}\n\";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:81:\"#colibri .style-177 {\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-177 {\n  text-align: center;\n}\n\";}i:179;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-179 .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: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:183;a:3:{s:7:\"desktop\";s:299:\"#colibri .style-183 {\n  text-align: center;\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:0:\"\";}i:184;a:3:{s:7:\"desktop\";s:805:\"#colibri .style-184-image {\n  opacity: 1;\n}\n#colibri .style-184-overlay {\n  background-color: unset;\n  background-image: none;\n}\n#colibri .style-184-caption {\n  margin-top: 10px;\n}\n#colibri .style-184-frameImage {\n  z-index: 1;\n  transform: translateX(5%) translateY(5%);\n  transform-origin: center center 0px;\n  background-color: transparent;\n  height: 100%;\n  width: 100% ;\n  border-top-width: 10px;\n  border-top-color: rgb(194, 70, 68);\n  border-top-style: solid;\n  border-right-width: 10px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 10px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-left-width: 10px;\n  border-left-color: rgb(194, 70, 68);\n  border-left-style: solid;\n}\n#colibri .style-184 {\n  text-align: right;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:185;a:3:{s:7:\"desktop\";s:127:\"#colibri .style-185 {\n  height: auto;\n  min-height: unset;\n  background-color: rgb(236, 236, 236);\n  background-image: none;\n}\n\";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:866:\".style-187 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 0px;\n}\n#colibri .style-187 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  border-top-width: 1px;\n  border-top-color: rgb(224, 225, 225);\n  border-top-style: solid;\n  border-right-width: 1px;\n  border-right-color: rgb(224, 225, 225);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(224, 225, 225);\n  border-bottom-style: solid;\n  border-left-width: 1px;\n  border-left-color: rgb(224, 225, 225);\n  border-left-style: solid;\n  box-shadow: none;\n  background-color: #FFFFFF;\n  background-image: none;\n}\n#colibri .style-187 a:hover {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-187:hover {\n  box-shadow: 0px 10px 20px 2px rgba(189, 189, 189, 0.2) ;\n  transform: translateY(-2px);\n  transform-origin: center center 0px;\n  transition-duration: 0.5s;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:188;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-188-image {\n  opacity: 1;\n}\n#colibri .style-188-caption {\n  margin-top: 10px;\n}\n#colibri .style-188-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:189;a:3:{s:7:\"desktop\";s:492:\"#colibri .style-189 {\n  margin-top: 0px;\n  margin-right: 0px;\n  margin-bottom: 0px;\n  margin-left: 0px;\n  border-top-width: 0px;\n  border-top-color: rgb(224, 225, 225);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(224, 225, 225);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(224, 225, 225);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(224, 225, 225);\n  border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:190;a:3:{s:7:\"desktop\";s:157:\".style-190 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n#colibri .style-190 {\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-190 {\n  text-align: center;\n}\n\";}i:191;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-191 .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:192;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:193;a:3:{s:7:\"desktop\";s:44:\"#colibri .style-193 {\n  text-align: left;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-193 {\n  text-align: center;\n}\n\";}i:194;a:3:{s:7:\"desktop\";s:450:\"#colibri .style-194-icon {\n  width: 16px ;\n  height: 18px;\n  margin-right: 0px;\n  margin-left: 10px;\n}\n#colibri .style-194-icon:visited {\n  width: 16px ;\n  height: 18px;\n  margin-right: 0px;\n  margin-left: 10px;\n}\n#colibri .style-194 {\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\n}\n#colibri .style-194:visited {\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\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:83:\"#colibri .style-196 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:197;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-197 .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:198;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:199;a:3:{s:7:\"desktop\";s:685:\"#colibri .style-199 {\n  min-height: 666px;\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/microphone-704255_1920-1.jpg\");\n  background-attachment: fixed;\n  background-repeat: no-repeat;\n  padding-top: 40px;\n  padding-bottom: 40px;\n  color: #FFFFFF;\n}\n#colibri .style-199 h1 {\n  color: #FFFFFF;\n}\n#colibri .style-199 h2 {\n  color: #FFFFFF;\n}\n#colibri .style-199 h3 {\n  color: #FFFFFF;\n}\n#colibri .style-199 h4 {\n  color: #FFFFFF;\n}\n#colibri .style-199 h5 {\n  color: #FFFFFF;\n}\n#colibri .style-199 h6 {\n  color: #FFFFFF;\n}\n#colibri .style-199 p {\n  color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:200;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:201;a:3:{s:7:\"desktop\";s:243:\"#colibri .style-201 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  padding-top: 50px;\n  padding-right: 50px;\n  padding-bottom: 50px;\n  padding-left: 50px;\n  background-color: rgba(32, 31, 37, 0.75);\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:114:\"#colibri .style-201 {\n  padding-top: 30px;\n  padding-right: 30px;\n  padding-bottom: 30px;\n  padding-left: 30px;\n}\n\";}i:202;a:3:{s:7:\"desktop\";s:368:\"#colibri .style-202 p,#colibri .style-202  h1,#colibri .style-202  h2,#colibri .style-202  h3,#colibri .style-202  h4,#colibri .style-202  h5,#colibri .style-202  h6 {\n  font-weight: 700;\n  text-transform: capitalize;\n}\n#colibri .style-202 .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:204;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:206;a:3:{s:7:\"desktop\";s:127:\"#colibri .style-206 {\n  height: auto;\n  min-height: unset;\n  background-color: rgb(236, 236, 236);\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:207;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:208;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-208 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:209;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:210;a:3:{s:7:\"desktop\";s:497:\"#colibri .style-210 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\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  box-shadow: 0px 1px 3px 2px rgba(189, 189, 189, 0.4) ;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:211;a:3:{s:7:\"desktop\";s:700:\"#colibri .style-211 {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  text-align: center;\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: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 0px;\n  border-left-style: none;\n  margin-bottom: 0px;\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n}\n#colibri .style-211 .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:212;a:3:{s:7:\"desktop\";s:77:\"#colibri .style-212 {\n  background-color: unset;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:213;a:3:{s:7:\"desktop\";s:156:\".style-213 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 5px;\n}\n#colibri .style-213 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:214;a:3:{s:7:\"desktop\";s:449:\"#colibri .style-214 {\n  margin-bottom: 20px;\n}\n#colibri .style-214 a,#colibri .style-214  .colibri-post-category {\n  margin-right: 10px;\n  color: rgb(194, 70, 68);\n}\n#colibri .style-214 a:hover,#colibri .style-214  .colibri-post-category:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-214 a:hover,#colibri .style-214  .colibri-post-category:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-214 .categories-prefix {\n  margin-right: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:215;a:3:{s:7:\"desktop\";s:589:\"#colibri .style-215 h1,#colibri .style-215  h2,#colibri .style-215  h3,#colibri .style-215  h4,#colibri .style-215  h5,#colibri .style-215  h6 {\n  margin-bottom: 0px;\n}\n#colibri .style-215 h1:hover,#colibri .style-215  h2:hover,#colibri .style-215  h3:hover,#colibri .style-215  h4:hover,#colibri .style-215  h5:hover,#colibri .style-215  h6:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-215 h1:hover,#colibri .style-215  h2:hover,#colibri .style-215  h3:hover,#colibri .style-215  h4:hover,#colibri .style-215  h5:hover,#colibri .style-215  h6:hover {\n  color: rgb(231, 74, 35);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:216;a:3:{s:7:\"desktop\";s:465:\"#colibri .style-216 a {\n  font-size: 14px;\n  color: rgb(102, 102, 102);\n  margin-right: 5px;\n}\n#colibri .style-216 a:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-216 a:hover {\n  color: rgb(231, 74, 35);\n}\n#colibri .style-216 .metadata-prefix {\n  font-size: 14px;\n  color: rgb(51, 51, 51);\n}\n#colibri .style-216 .metadata-suffix {\n  font-size: 14px;\n  color: rgb(102, 102, 102);\n}\n#colibri .style-216 svg {\n  width: 20px ;\n  height: 20px;\n  display: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:217;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:218;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:219;a:3:{s:7:\"desktop\";s:1368:\"#colibri .style-219-icon {\n  margin-right: 0px;\n  margin-left: 3px;\n  width: 16px;\n  height: 16px;\n}\n#colibri .style-219 {\n  background-color: rgba(3, 169, 244, 0);\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-right-style: none;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\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(194, 70, 68);\n  border-left-style: none;\n  font-family: Open Sans;\n  font-weight: 600;\n  text-transform: none;\n  font-size: 14px;\n  line-height: 1em;\n  letter-spacing: 0px;\n  color: rgb(194, 70, 68);\n  padding-top: 0px;\n  padding-right: 0px;\n  padding-bottom: 0px;\n  padding-left: 0px;\n  text-align: center;\n}\n#colibri .style-219:hover,#colibri .style-219:focus {\n  background-color: rgba(2, 110, 159, 0);\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n  color: rgb(231, 74, 35);\n}\n#colibri .style-219:active .style-219-icon {\n  margin-right: 0px;\n  margin-left: 3px;\n  width: 16px;\n  height: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:220;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:221;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-221 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:222;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-222 .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:223;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:224;a:3:{s:7:\"desktop\";s:422:\"#colibri .style-224 {\n  height: auto;\n  min-height: unset;\n  background-position: center right;\n  background-size: cover;\n  background-image: url(\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/cropped-man-in-black-suit-jacket-smiling-3778611-1.jpg\");\n  background-attachment: fixed;\n  background-repeat: no-repeat;\n  color: rgb(32, 31, 37);\n  padding-top: 150px;\n  padding-bottom: 150px;\n}\n\";s:6:\"tablet\";s:87:\"#colibri .style-224 {\n  background-position: 14.654890415439976% 53.48230912476723%;\n}\n\";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:451:\"#colibri .style-226 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  box-shadow: none;\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:0:\"\";s:6:\"mobile\";s:0:\"\";}i:227;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:228;a:3:{s:7:\"desktop\";s:529:\".style-228 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 40px;\n}\n#colibri .style-228 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  padding-top: 25px;\n  padding-right: 25px;\n  padding-bottom: 25px;\n  padding-left: 25px;\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:76:\".style-228 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 20px;\n}\n\";}i:229;a:3:{s:7:\"desktop\";s:365:\"#colibri .style-229 p,#colibri .style-229  h1,#colibri .style-229  h2,#colibri .style-229  h3,#colibri .style-229  h4,#colibri .style-229  h5,#colibri .style-229  h6 {\n  text-transform: uppercase;\n  color: #FFFFFF;\n}\n#colibri .style-229 .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:230;a:3:{s:7:\"desktop\";s:650:\"#colibri .style-230-icon {\n  fill: #FFFFFF;\n  width: 40px ;\n  height: 40px;\n  padding-top: 15px;\n  padding-right: 15px;\n  padding-bottom: 15px;\n  padding-left: 15px;\n  border-top-width: 2px;\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: 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: 300px;\n  border-bottom-right-radius: 300px;\n  border-left-width: 2px;\n  border-left-color: #FFFFFF;\n  border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:231;a:3:{s:7:\"desktop\";s:336:\"#colibri .style-231 p,#colibri .style-231  h1,#colibri .style-231  h2,#colibri .style-231  h3,#colibri .style-231  h4,#colibri .style-231  h5,#colibri .style-231  h6 {\n  color: #FFFFFF;\n}\n#colibri .style-231 .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:232;a:3:{s:7:\"desktop\";s:1431:\"#colibri .style-232:hover {\n  transition-duration: 1s;\n}\n#colibri .style-232 .social-icon-container {\n  margin-right: 10px;\n  padding-top: 10px;\n  padding-right: 10px;\n  padding-bottom: 10px;\n  padding-left: 10px;\n  border-top-width: 1px;\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: 1px;\n  border-right-color: #FFFFFF;\n  border-right-style: solid;\n  border-bottom-width: 1px;\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: 1px;\n  border-left-color: #FFFFFF;\n  border-left-style: solid;\n}\n#colibri .style-232 .social-icon-container:hover {\n  border-top-color: rgb(194, 134, 133);\n  border-right-color: rgb(194, 134, 133);\n  border-bottom-color: rgb(194, 134, 133);\n  border-left-color: rgb(194, 134, 133);\n  transition-duration: 0.5s;\n}\n#colibri .style-232 .social-icon-container:hover {\n  border-top-color: rgb(194, 134, 133);\n  border-right-color: rgb(194, 134, 133);\n  border-bottom-color: rgb(194, 134, 133);\n  border-left-color: rgb(194, 134, 133);\n  transition-duration: 0.5s;\n}\n#colibri .style-232 .icon-container {\n  fill: #FFFFFF;\n  width: 20px ;\n  height: 20px;\n}\n#colibri .style-232 .icon-container:hover {\n  fill: rgb(194, 134, 133);\n}\n#colibri .style-232 .icon-container:hover {\n  fill: rgb(194, 134, 133);\n}\n\";s:6:\"tablet\";s:72:\"#colibri .style-232 .icon-container {\n  width: 15px ;\n  height: 15px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:233;a:3:{s:7:\"desktop\";s:428:\".style-233 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 40px;\n}\n#colibri .style-233 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\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-233 {\n  text-align: center;\n}\n\";}i:234;a:3:{s:7:\"desktop\";s:3607:\"#colibri .style-234 {\n  padding-top: 40px;\n  padding-right: 40px;\n  padding-bottom: 0px;\n  padding-left: 40px;\n}\n#colibri .style-234 .h-contact-form-shortcode label,#colibri .style-234 .h-contact-form-shortcode p label,#colibri .style-234 .h-contact-form-shortcode .wpcf7-not-valid-tip {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-234 .h-contact-form-shortcode  textarea,#colibri .style-234 .h-contact-form-shortcode  select,#colibri .style-234 .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: #ffffff;\n  background-image: none;\n  border-top-width: 0px;\n  border-top-color: rgb(32, 31, 37);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(32, 31, 37);\n  border-right-style: solid;\n  border-bottom-width: 1px;\n  border-bottom-color: rgb(32, 31, 37);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(32, 31, 37);\n  border-left-style: solid;\n  color: rgb(32, 31, 37);\n  padding-top: 10px;\n  padding-right: 10px;\n  padding-bottom: 10px;\n  padding-left: 10px;\n}\n#colibri .style-234 .h-contact-form-shortcode [type=\"submit\"] {\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n  padding-top: 20px;\n  padding-right: 40px;\n  padding-bottom: 20px;\n  padding-left: 40px;\n  font-weight: 600;\n  text-transform: uppercase;\n  font-size: 12px;\n  letter-spacing: 2px;\n  color: #FFFFFF;\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  margin-left: auto;\n  margin-right: 0;\n}\n#colibri .style-234 .h-contact-form-shortcode [type=\"submit\"]:hover {\n  background-color: rgb(109, 39, 38);\n}\n#colibri .style-234 .h-contact-form-shortcode [type=\"submit\"]:hover {\n  background-color: rgb(109, 39, 38);\n}\n#colibri .style-234 .h-contact-form-shortcode .wpcf7-mail-sent-ng,#colibri .style-234 .h-contact-form-shortcode .wpcf7-aborted {\n  border-top-width: 2px;\n  border-top-color: black;\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: black;\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: black;\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: black;\n  border-left-style: solid;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-234 .h-contact-form-shortcode .wpcf7-validation-errors {\n  border-top-width: 2px;\n  border-top-color: black;\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: black;\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: black;\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: black;\n  border-left-style: solid;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-234 .h-contact-form-shortcode .wpcf7-mail-sent-ok,#colibri .style-234 .h-contact-form-shortcode .wpforms-confirmation-container-full,#colibri .style-234 .h-contact-form-shortcode .wpforms-confirmation-container {\n  border-top-width: 2px;\n  border-top-color: black;\n  border-top-style: solid;\n  border-right-width: 2px;\n  border-right-color: black;\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: black;\n  border-bottom-style: solid;\n  border-left-width: 2px;\n  border-left-color: black;\n  border-left-style: solid;\n  color: rgb(32, 31, 37);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:88:\"#colibri .style-234 .h-contact-form-shortcode [type=\"submit\"] {\n  margin-right: auto;\n}\n\";}i:236;a:3:{s:7:\"desktop\";s:1334:\"#colibri .style-236-icon {\n  width: 12px;\n  height: 12px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-236 {\n  text-align: center;\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(194, 70, 68);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 12px;\n  padding-right: 24px;\n  padding-bottom: 12px;\n  padding-left: 24px;\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n}\n#colibri .style-236:hover,#colibri .style-236:focus {\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n  background-color: rgb(109, 39, 38);\n}\n#colibri .style-236:active .style-236-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:237;a:3:{s:7:\"desktop\";s:1334:\"#colibri .style-237-icon {\n  width: 14px;\n  height: 14px;\n  margin-right: 10px;\n  margin-left: 0px;\n}\n#colibri .style-237 {\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: #fff;\n  border-top-width: 2px;\n  border-top-color: rgb(194, 70, 68);\n  border-top-style: solid;\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n  border-right-width: 2px;\n  border-right-color: rgb(194, 70, 68);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(194, 70, 68);\n  border-bottom-style: solid;\n  border-bottom-left-radius: 0px;\n  border-bottom-right-radius: 0px;\n  border-left-width: 2px;\n  border-left-color: rgb(194, 70, 68);\n  border-left-style: solid;\n  padding-top: 15px;\n  padding-right: 30px;\n  padding-bottom: 15px;\n  padding-left: 30px;\n  background-color: rgb(194, 70, 68);\n  background-image: none;\n}\n#colibri .style-237:hover,#colibri .style-237:focus {\n  border-top-color: rgb(109, 39, 38);\n  border-right-color: rgb(109, 39, 38);\n  border-bottom-color: rgb(109, 39, 38);\n  border-left-color: rgb(109, 39, 38);\n  background-color: rgb(109, 39, 38);\n}\n#colibri .style-237:active .style-237-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:238;a:3:{s:7:\"desktop\";s:483:\"#colibri .style-238 {\n  background-color: #FFFFFF;\n  background-image: none;\n  box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 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:0:\"\";s:6:\"mobile\";s:110:\"#colibri .style-238 {\n  margin-top: 10px;\n  margin-right: 10px;\n  margin-bottom: 10px;\n  margin-left: 10px;\n}\n\";}i:239;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-239 {\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: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:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:242;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:243;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:244;a:3:{s:7:\"desktop\";s:77:\"#colibri .style-244 {\n  background-color: unset;\n  background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:245;a:3:{s:7:\"desktop\";s:211:\".style-245 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 0px;\n}\n#colibri .style-245 {\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:246;a:3:{s:7:\"desktop\";s:244:\"#colibri .style-246 {\n  background-color: rgb(204, 69, 67);\n  background-image: none;\n  text-align: center;\n}\n#colibri .style-246 .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:247;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:248;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-248 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:249;a:3:{s:7:\"desktop\";s:657:\"#colibri .style-249 a {\n  font-family: Open Sans;\n  font-weight: 400;\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-249 a:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-249 a:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-249 .metadata-prefix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-249 .metadata-suffix {\n  font-size: 14px;\n}\n#colibri .style-249 .metadata-suffix:hover {\n  color: rgb(106, 102, 122);\n}\n#colibri .style-249 .metadata-suffix:hover {\n  color: rgb(106, 102, 122);\n}\n#colibri .style-249 svg {\n  width: 18px ;\n  height: 18px;\n  display: none;\n  margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:250;a:3:{s:7:\"desktop\";s:168:\"#colibri .style-250 .colibri-post-content {\n  margin-bottom: 0px;\n  color: rgb(22, 19, 37);\n}\n#colibri .style-250 .colibri-post-content p {\n  color: rgb(32, 31, 37);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:251;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-251 {\n  margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:252;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-252 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\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-size: 14px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\n  margin-right: 5px;\n}\n#colibri .style-253 p {\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:254;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-254 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:255;a:3:{s:7:\"desktop\";s:485:\"#colibri .style-255 a,#colibri .style-255  .colibri-post-category {\n  margin-right: 5px;\n  margin-left: 5px;\n  text-decoration: none;\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(153, 153, 153);\n}\n#colibri .style-255 a:hover,#colibri .style-255  .colibri-post-category:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-255 a:hover,#colibri .style-255  .colibri-post-category:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-255 .categories-prefix {\n  margin-right: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:256;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:257;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-257 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:258;a:3:{s:7:\"desktop\";s:241:\"#colibri .style-258 {\n  font-weight: 400;\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\n  margin-right: 5px;\n}\n#colibri .style-258 p {\n  font-weight: 400;\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:259;a:3:{s:7:\"desktop\";s:157:\".style-259 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 23px;\n}\n#colibri .style-259 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:260;a:3:{s:7:\"desktop\";s:511:\"#colibri .style-260 a,#colibri .style-260  .colibri-post-tag {\n  margin-right: 5px;\n  margin-left: 5px;\n  text-decoration: none;\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgb(153, 153, 153);\n}\n#colibri .style-260 a:hover,#colibri .style-260  .colibri-post-tag:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-260 a:hover,#colibri .style-260  .colibri-post-tag:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-260 .tags-prefix {\n  margin-right: 5px;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:261;a:3:{s:7:\"desktop\";s:453:\"#colibri .style-261 {\n  margin-right: 30px;\n  margin-left: 30px;\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}\n\";s:6:\"tablet\";s:67:\"#colibri .style-261 {\n  margin-right: 15px;\n  margin-left: 15px;\n}\n\";s:6:\"mobile\";s:67:\"#colibri .style-261 {\n  margin-right: 15px;\n  margin-left: 15px;\n}\n\";}i:262;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-262 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:263;a:3:{s:7:\"desktop\";s:783:\"#colibri .style-263 .nav-previous a,#colibri .style-263 .nav-next a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\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: unset;\n  background-image: none;\n}\n#colibri .style-263 .nav-previous a:hover,#colibri .style-263 .nav-next a:hover {\n  color: rgb(204, 69, 67);\n}\n#colibri .style-263 .nav-previous a:hover,#colibri .style-263 .nav-next a:hover {\n  color: rgb(204, 69, 67);\n}\n#colibri .style-263 .post-title {\n  max-width: 40ch;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:264;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-264 {\n  text-align: right;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:265;a:3:{s:7:\"desktop\";s:675:\"#colibri .style-265 .nav-previous a,#colibri .style-265 .nav-next a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\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}\n#colibri .style-265 .nav-previous a:hover,#colibri .style-265 .nav-next a:hover {\n  color: rgb(204, 69, 67);\n}\n#colibri .style-265 .nav-previous a:hover,#colibri .style-265 .nav-next a:hover {\n  color: rgb(204, 69, 67);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:266;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-266 {\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:267;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:268;a:3:{s:7:\"desktop\";s:0:\"\";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:0:\"\";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:125:\"#colibri .style-272 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  padding-top: 0px;\n  padding-bottom: 15px;\n}\n\";s:6:\"tablet\";s:47:\"#colibri .style-272 {\n  padding-bottom: 5px;\n}\n\";s:6:\"mobile\";s:47:\"#colibri .style-272 {\n  padding-bottom: 5px;\n}\n\";}i:273;a:3:{s:7:\"desktop\";s:3611:\"#colibri .style-273 .blog-post-comments {\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  padding-top: 15px;\n}\n#colibri .style-273 .comment.even {\n  background-color: #FFFFFF;\n  background-image: none;\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  padding-top: 12px;\n  padding-right: 12px;\n  padding-bottom: 12px;\n  padding-left: 12px;\n}\n#colibri .style-273 .comment.odd {\n  background-color: rgba(166, 220, 244, 0.1);\n  background-image: none;\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  padding-top: 12px;\n  padding-right: 12px;\n  padding-bottom: 12px;\n  padding-left: 12px;\n}\n#colibri .style-273 .comments-title {\n  font-family: Open Sans;\n  font-weight: 600;\n  text-decoration: none;\n  font-size: 1.25em;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-273 .comment-meta {\n  color: rgb(153, 153, 153);\n  margin-bottom: 16px;\n}\n#colibri .style-273 .comment-author img {\n  width: 30px ;\n  height: 30px;\n  background-color: unset;\n  background-image: none;\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-273 .comment-author .url {\n  font-weight: 600;\n  font-style: normal;\n  text-decoration: none;\n  color: rgb(22, 19, 37);\n  background-color: unset;\n  background-image: none;\n  margin-left: 5px;\n}\n#colibri .style-273 .comment-metadata {\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n  background-color: unset;\n  background-image: none;\n  transition-duration: 0.5s;\n}\n#colibri .style-273 .comment-metadata:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-273 .comment-metadata:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-273 .comment-content {\n  text-decoration: none;\n  font-size: 16px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-273 .comment-content p {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-273 .comment-content a:hover {\n  color: rgb(119, 40, 39);\n}\n#colibri .style-273 .comment-body .reply a {\n  margin-bottom: 10px;\n  font-weight: 400;\n  text-transform: lowercase;\n  font-size: 1em;\n  line-height: 1.5;\n  color: rgb(204, 69, 67);\n}\n#colibri .style-273 .comment-body .reply a:hover {\n  color: rgb(119, 40, 39);\n}\n#colibri .style-273 .comment-body .reply a:hover {\n  color: rgb(119, 40, 39);\n}\n#colibri .style-273 .children {\n  margin-left: 12px;\n}\n#colibri .style-273 .comments-disabled {\n  text-align: center;\n  margin-bottom: 0px;\n  text-decoration: none;\n  color: rgb(32, 31, 37);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:274;a:3:{s:7:\"desktop\";s:4131:\"#colibri .comment-respond {\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  padding-top: 15px;\n}\n#colibri .comment-respond .comment-reply-title {\n  font-family: Open Sans;\n  font-weight: 600;\n  font-size: 1.25em;\n  color: rgb(32, 31, 37);\n}\n#colibri .comment-respond label {\n  color: rgb(32, 31, 37);\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: 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  font-family: Open Sans;\n  font-weight: 400;\n  font-size: 16px;\n  color: rgb(32, 31, 37);\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(204, 69, 67);\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(204, 69, 67);\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(204, 69, 67);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(204, 69, 67);\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(204, 69, 67);\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(119, 40, 39);\n  border-top-color: rgb(119, 40, 39);\n  border-right-color: rgb(119, 40, 39);\n  border-bottom-color: rgb(119, 40, 39);\n  border-left-color: rgb(119, 40, 39);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:hover {\n  background-color: rgb(119, 40, 39);\n  border-top-color: rgb(119, 40, 39);\n  border-right-color: rgb(119, 40, 39);\n  border-bottom-color: rgb(119, 40, 39);\n  border-left-color: rgb(119, 40, 39);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:active {\n  background-color: rgb(204, 69, 67);\n  background-image: none;\n  border-top-width: 2px;\n  border-top-color: rgb(204, 69, 67);\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(204, 69, 67);\n  border-right-style: solid;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(204, 69, 67);\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(204, 69, 67);\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(106, 102, 122);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:275;a:3:{s:7:\"desktop\";s:45:\"#colibri .style-275 {\n  margin-top: -30px;\n}\n\";s:6:\"tablet\";s:45:\"#colibri .style-275 {\n  margin-top: -15px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:276;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-276 {\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:277;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:278;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:279;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:280;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:281;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:282;a:3:{s:7:\"desktop\";s:542:\"#colibri .style-282 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\n  box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 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:0:\"\";s:6:\"mobile\";s:0:\"\";}i:283;a:3:{s:7:\"desktop\";s:269:\"#colibri .style-283 {\n  background-color: rgba(255,255,255,0);\n  background-image: none;\n  text-align: center;\n  margin-bottom: 0px;\n}\n#colibri .style-283 .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:284;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-284 {\n  margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:285;a:3:{s:7:\"desktop\";s:543:\".style-285 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 10px;\n}\n#colibri .style-285 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\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}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-285 {\n  text-align: center;\n}\n\";}i:286;a:3:{s:7:\"desktop\";s:525:\"#colibri .style-286 {\n  margin-bottom: 0px;\n}\n#colibri .style-286 a {\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-286 a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-286 a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-286 .metadata-prefix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-286 .metadata-suffix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-286 svg {\n  width: 18px ;\n  height: 18px;\n  display: none;\n  margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:287;a:3:{s:7:\"desktop\";s:479:\"#colibri .style-287 a {\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-287 a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-287 a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-287 .metadata-prefix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-287 .metadata-suffix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-287 svg {\n  width: 18px ;\n  height: 18px;\n  display: none;\n  margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:288;a:3:{s:7:\"desktop\";s:198:\"#colibri .style-288 h1,#colibri .style-288  h2,#colibri .style-288  h3,#colibri .style-288  h4,#colibri .style-288  h5,#colibri .style-288  h6 {\n  margin-bottom: 0px;\n  transition-duration: 0.5s;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:289;a:3:{s:7:\"desktop\";s:72:\"#colibri .style-289 .colibri-post-excerpt {\n  color: rgb(32, 31, 37);\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:157:\".style-291 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 10px;\n}\n#colibri .style-291 {\n  text-align: left;\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:302:\"#colibri .style-292 a {\n  text-decoration: none;\n  color: rgb(194, 70, 68);\n}\n#colibri .style-292 a:hover {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-292 a:hover {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-292 svg {\n  width: 24px ;\n  height: 24px;\n  display: inline-block;\n  margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:293;a:3:{s:7:\"desktop\";s:158:\".style-293 > .h-y-container > *:not(:last-child) {\n  margin-bottom: 10px;\n}\n#colibri .style-293 {\n  text-align: right;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:294;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:295;a:3:{s:7:\"desktop\";s:809:\"#colibri .style-295-icon {\n  width: 16px;\n  height: 16px;\n  margin-right: 0px;\n  margin-left: 5px;\n}\n#colibri .style-295 {\n  text-align: center;\n  font-family: Open Sans;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(194, 70, 68);\n  border-top-width: 2px;\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-style: none;\n  border-bottom-width: 2px;\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-style: none;\n}\n#colibri .style-295:hover,#colibri .style-295:focus {\n  color: rgb(109, 39, 38);\n}\n#colibri .style-295:active .style-295-icon {\n  width: 16px;\n  height: 16px;\n  margin-right: 0px;\n  margin-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:296;a:3:{s:7:\"desktop\";s:473:\"#colibri .style-296 {\n  border-top-width: 1px;\n  border-top-color: rgb(224, 224, 224);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(224, 224, 224);\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(224, 224, 224);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(224, 224, 224);\n  border-left-style: solid;\n  margin-top: 45px;\n  margin-right: 30px;\n  margin-left: 30px;\n}\n\";s:6:\"tablet\";s:67:\"#colibri .style-296 {\n  margin-right: 10px;\n  margin-left: 10px;\n}\n\";s:6:\"mobile\";s:67:\"#colibri .style-296 {\n  margin-right: 10px;\n  margin-left: 10px;\n}\n\";}i:297;a:3:{s:7:\"desktop\";s:106:\"#colibri .style-297 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  padding-right: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:298;a:3:{s:7:\"desktop\";s:903:\"#colibri .style-298 .nav-links .prev-navigation a,#colibri .style-298 .nav-links .next-navigation a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\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}\n#colibri .style-298 .nav-links .prev-navigation a:hover,#colibri .style-298 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-298 .nav-links .prev-navigation a:hover,#colibri .style-298 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:299;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-299 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:300;a:3:{s:7:\"desktop\";s:323:\"#colibri .style-300 .page-numbers.current {\n  margin-right: 10px;\n  color: rgb(194, 70, 68);\n}\n#colibri .style-300 .page-numbers {\n  margin-right: 10px;\n  color: rgb(22, 19, 37);\n}\n#colibri .style-300 .page-numbers:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-300 .page-numbers:hover {\n  color: rgb(194, 70, 68);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:301;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-301 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  padding-left: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:302;a:3:{s:7:\"desktop\";s:943:\"#colibri .style-302 .nav-links .prev-navigation a,#colibri .style-302 .nav-links .next-navigation a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\n  border-top-width: 2px;\n  border-top-color: rgb(32, 31, 37);\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: rgb(32, 31, 37);\n  border-right-style: none;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(32, 31, 37);\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: rgb(32, 31, 37);\n  border-left-style: none;\n}\n#colibri .style-302 .nav-links .prev-navigation a:hover,#colibri .style-302 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-302 .nav-links .prev-navigation a:hover,#colibri .style-302 .nav-links .next-navigation a:hover {\n  color: rgb(194, 70, 68);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:303;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:304;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:305;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-305 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:306;a:3:{s:7:\"desktop\";s:363:\"#colibri .style-306 p,#colibri .style-306  h1,#colibri .style-306  h2,#colibri .style-306  h3,#colibri .style-306  h4,#colibri .style-306  h5,#colibri .style-306  h6 {\n  font-size: 10em;\n  color: rgb(22, 19, 37);\n}\n#colibri .style-306 .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:307;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:308;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:309;a:3:{s:7:\"desktop\";s:1345:\"#colibri .style-309-icon {\n  width: 16px;\n  height: 16px;\n  margin-right: 0px;\n  margin-left: 10px;\n}\n#colibri .style-309 {\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(204, 69, 67);\n  border-top-width: 2px;\n  border-top-color: rgb(204, 69, 67);\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(204, 69, 67);\n  border-right-style: none;\n  border-bottom-width: 2px;\n  border-bottom-color: rgb(204, 69, 67);\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(204, 69, 67);\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-309:hover,#colibri .style-309:focus {\n  background-color: rgba(2, 110, 159, 0);\n  border-top-color: rgb(119, 40, 39);\n  border-right-color: rgb(119, 40, 39);\n  border-bottom-color: rgb(119, 40, 39);\n  border-left-color: rgb(119, 40, 39);\n}\n#colibri .style-309:active .style-309-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: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:67:\"#colibri .style-311 {\n  padding-top: 0px;\n  padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:312;a:3:{s:7:\"desktop\";s:540:\"#colibri .style-312 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n  background-color: #FFFFFF;\n  background-image: none;\n  box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 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:0:\"\";s:6:\"mobile\";s:0:\"\";}i:313;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-313 {\n  margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:314;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-314 {\n  text-align: left;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:315;a:3:{s:7:\"desktop\";s:450:\"#colibri .style-315 a,#colibri .style-315  .colibri-post-category {\n  margin-right: 10px;\n  text-transform: lowercase;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-315 a:hover,#colibri .style-315  .colibri-post-category:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-315 a:hover,#colibri .style-315  .colibri-post-category:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-315 .categories-prefix {\n  margin-right: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:316;a:3:{s:7:\"desktop\";s:169:\"#colibri .style-316 h1,#colibri .style-316  h2,#colibri .style-316  h3,#colibri .style-316  h4,#colibri .style-316  h5,#colibri .style-316  h6 {\n  margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:317;a:3:{s:7:\"desktop\";s:586:\"#colibri .style-317 a {\n  text-decoration: none;\n  text-transform: lowercase;\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-317 a:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-317 a:hover {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-317 .metadata-prefix {\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-317 .metadata-suffix {\n  font-size: 14px;\n  color: rgb(106, 102, 122);\n}\n#colibri .style-317 svg {\n  width: 24px ;\n  height: 24px;\n  margin-right: 5px;\n  display: none;\n}\n#colibri .style-317 .meta-separator {\n  color: rgb(106, 102, 122);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:318;a:3:{s:7:\"desktop\";s:72:\"#colibri .style-318 .colibri-post-excerpt {\n  color: rgb(32, 31, 37);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:319;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:320;a:3:{s:7:\"desktop\";s:571:\"#colibri .style-320-icon {\n  width: 16px;\n  height: 16px;\n  margin-right: 0px;\n  margin-left: 5px;\n}\n#colibri .style-320 {\n  text-align: center;\n  font-family: Open Sans;\n  font-weight: 400;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(204, 69, 67);\n  border-top-style: none;\n  border-right-style: none;\n  border-bottom-style: none;\n  border-left-style: none;\n}\n#colibri .style-320:hover,#colibri .style-320:focus {\n  color: rgb(119, 40, 39);\n}\n#colibri .style-320:active .style-320-icon {\n  width: 16px;\n  height: 16px;\n  margin-right: 0px;\n  margin-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:321;a:3:{s:7:\"desktop\";s:473:\"#colibri .style-321 {\n  border-top-width: 1px;\n  border-top-color: rgb(224, 224, 224);\n  border-top-style: solid;\n  border-right-width: 0px;\n  border-right-color: rgb(224, 224, 224);\n  border-right-style: solid;\n  border-bottom-width: 0px;\n  border-bottom-color: rgb(224, 224, 224);\n  border-bottom-style: solid;\n  border-left-width: 0px;\n  border-left-color: rgb(224, 224, 224);\n  border-left-style: solid;\n  margin-top: 45px;\n  margin-right: 30px;\n  margin-left: 30px;\n}\n\";s:6:\"tablet\";s:67:\"#colibri .style-321 {\n  margin-right: 15px;\n  margin-left: 15px;\n}\n\";s:6:\"mobile\";s:67:\"#colibri .style-321 {\n  margin-right: 10px;\n  margin-left: 10px;\n}\n\";}i:322;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-322 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:323;a:3:{s:7:\"desktop\";s:106:\"#colibri .style-323 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  padding-right: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:324;a:3:{s:7:\"desktop\";s:907:\"#colibri .style-324 .nav-links .prev-navigation a,#colibri .style-324 .nav-links .next-navigation a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\n  border-top-width: 2px;\n  border-top-color: black;\n  border-top-style: none;\n  border-top-left-radius: 10px;\n  border-top-right-radius: 10px;\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: 10px;\n  border-bottom-right-radius: 10px;\n  border-left-width: 2px;\n  border-left-color: black;\n  border-left-style: none;\n}\n#colibri .style-324 .nav-links .prev-navigation a:hover,#colibri .style-324 .nav-links .next-navigation a:hover {\n  color: rgb(204, 69, 67);\n}\n#colibri .style-324 .nav-links .prev-navigation a:hover,#colibri .style-324 .nav-links .next-navigation a:hover {\n  color: rgb(204, 69, 67);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:325;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-325 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:326;a:3:{s:7:\"desktop\";s:401:\"#colibri .style-326 .page-numbers.current {\n  margin-right: 10px;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(204, 69, 67);\n}\n#colibri .style-326 .page-numbers {\n  margin-right: 10px;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\n}\n#colibri .style-326 .page-numbers:hover {\n  color: rgb(204, 69, 67);\n}\n#colibri .style-326 .page-numbers:hover {\n  color: rgb(204, 69, 67);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:327;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-327 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n  padding-left: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:328;a:3:{s:7:\"desktop\";s:907:\"#colibri .style-328 .nav-links .prev-navigation a,#colibri .style-328 .nav-links .next-navigation a {\n  text-decoration: none;\n  color: rgb(22, 19, 37);\n  border-top-width: 2px;\n  border-top-color: black;\n  border-top-style: none;\n  border-top-left-radius: 10px;\n  border-top-right-radius: 10px;\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: 10px;\n  border-bottom-right-radius: 10px;\n  border-left-width: 2px;\n  border-left-color: black;\n  border-left-style: none;\n}\n#colibri .style-328 .nav-links .prev-navigation a:hover,#colibri .style-328 .nav-links .next-navigation a:hover {\n  color: rgb(204, 69, 67);\n}\n#colibri .style-328 .nav-links .prev-navigation a:hover,#colibri .style-328 .nav-links .next-navigation a:hover {\n  color: rgb(204, 69, 67);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:329;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:330;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-330 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:331;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:332;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:333;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-333 {\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:334;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:335;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:336;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:337;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:338;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:339;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-339 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:340;a:3:{s:7:\"desktop\";s:2363:\"#colibri .style-340 {\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-340 .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-340 .widget h1,#colibri .style-340 .widget h2,#colibri .style-340 .widget h3,#colibri .style-340 .widget h4,#colibri .style-340 .widget h5,#colibri .style-340 .widget h6 {\n  font-family: Open Sans;\n  font-weight: 600;\n  font-size: 16px;\n  line-height: 1.6;\n  color: rgb(32, 31, 37);\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-340 .widget ul,#colibri .style-340 .widget ol {\n  list-style-type: none;\n}\n#colibri .style-340 .widget ul li,#colibri .style-340 .widget ol li,#colibri .style-340 .widget  .textwidget p,#colibri .style-340 .widget  .calendar_wrap td ,#colibri .style-340  .widget  .calendar_wrap th ,#colibri .style-340  .widget  .calendar_wrap caption {\n  font-family: Open Sans;\n  font-weight: 400;\n  text-decoration: none;\n  font-size: 14px;\n  color: rgb(32, 31, 37);\n  padding-top: 4px;\n  padding-bottom: 4px;\n}\n#colibri .style-340 .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-340 .widget ul li a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-340 .widget ul li a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-340 .widget input:not([type=\"submit\"]) {\n  font-family: Open Sans;\n  font-weight: 400;\n  font-size: 16px;\n  color: rgb(32, 31, 37);\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-340 .widget {\n  text-align: center;\n}\n\";}i:341;a:3:{s:7:\"desktop\";s:3609:\"#colibri .style-340 .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-340 .widget.widget_search h1,#colibri .style-340 .widget.widget_search h2,#colibri .style-340 .widget.widget_search h3,#colibri .style-340 .widget.widget_search h4,#colibri .style-340 .widget.widget_search h5,#colibri .style-340 .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(32, 31, 37);\n}\n#colibri .style-340 .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(32, 31, 37);\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-340 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n  color: rgb(32, 31, 37);\n}\n#colibri .style-340 .widget.widget_search input[type=\"submit\"],#colibri .style-340 .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(32, 31, 37);\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-340 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-340 .widget.widget_search button[type=\"submit\"]:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-340 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-340 .widget.widget_search button[type=\"submit\"]:hover {\n  color: rgb(194, 70, 68);\n}\n#colibri .style-340 .widget.widget_search input[type=\"submit\"] {\n  display: none;\n}\n#colibri .style-340 .widget.widget_search button[type=\"submit\"] {\n  display: inline-block;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:342;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:343;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:344;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:345;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:346;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:347;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:349;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:350;a:3:{s:7:\"desktop\";s:339:\"#colibri .style-350 {\n  text-align: center;\n  min-height: 250px;\n  background-position: center center;\n  background-size: cover;\n  background-image: url(\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/tablet-near-a-notebook-2647376-1.jpg\");\n  background-attachment: scroll;\n  background-repeat: no-repeat;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:351;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-351 .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:352;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:353;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:354;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-354 {\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:355;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:356;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:357;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:358;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:359;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:360;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-360 {\n  text-align: center;\n  height: auto;\n  min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:361;a:3:{s:7:\"desktop\";s:2366:\"#colibri .style-361 {\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-361 .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-361 .widget h1,#colibri .style-361 .widget h2,#colibri .style-361 .widget h3,#colibri .style-361 .widget h4,#colibri .style-361 .widget h5,#colibri .style-361 .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-361 .widget ul,#colibri .style-361 .widget ol {\n  list-style-type: none;\n}\n#colibri .style-361 .widget ul li,#colibri .style-361 .widget ol li,#colibri .style-361 .widget  .textwidget p,#colibri .style-361 .widget  .calendar_wrap td ,#colibri .style-361  .widget  .calendar_wrap th ,#colibri .style-361  .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-361 .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-361 .widget ul li a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-361 .widget ul li a:hover {\n  color: rgb(0, 0, 0);\n}\n#colibri .style-361 .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-361 .widget {\n  text-align: center;\n}\n\";}i:362;a:3:{s:7:\"desktop\";s:3591:\"#colibri .style-361 .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-361 .widget.widget_search h1,#colibri .style-361 .widget.widget_search h2,#colibri .style-361 .widget.widget_search h3,#colibri .style-361 .widget.widget_search h4,#colibri .style-361 .widget.widget_search h5,#colibri .style-361 .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-361 .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-361 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n  color: rgb(102, 102, 102);\n}\n#colibri .style-361 .widget.widget_search input[type=\"submit\"],#colibri .style-361 .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-361 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-361 .widget.widget_search button[type=\"submit\"]:hover {\n  color: #03a9f4;\n}\n#colibri .style-361 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-361 .widget.widget_search button[type=\"submit\"]:hover {\n  color: #03a9f4;\n}\n#colibri .style-361 .widget.widget_search input[type=\"submit\"] {\n  display: none;\n}\n#colibri .style-361 .widget.widget_search button[type=\"submit\"] {\n  display: inline-block;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:363;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:364;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:365;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:366;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:367;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:368;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}}s:14:\"cssByPartialId\";a:14:{i:5;a:26:{s:10:\"local-5-c5\";a:2:{s:7:\"desktop\";s:92:\"#colibri .style-local-5-c5-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:65:\"#colibri .style-local-5-c5-outer {\n  width: 100% ;\n  order: 2;\n}\n\";}s:11:\"local-5-c10\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c10-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:66:\"#colibri .style-local-5-c10-outer {\n  width: 100% ;\n  order: 4;\n}\n\";}s:10:\"local-5-c4\";a:2:{s:7:\"desktop\";s:92:\"#colibri .style-local-5-c4-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:65:\"#colibri .style-local-5-c4-outer {\n  width: 100% ;\n  order: 1;\n}\n\";}s:11:\"local-5-c20\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c20-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c20-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c18\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c18-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c18-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c19\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-5-c29\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-5-c29-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c37\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-5-c37-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c45\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-5-c45-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c30\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-5-c38\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-5-c46\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-5-c32\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-5-c32-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c40\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-5-c40-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c48\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-5-c48-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c54\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c54-outer {\n  width: 80% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c54-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c59\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c59-outer {\n  width: 60% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-5-c59-outer {\n  width: 100% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c59-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c65\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-5-c65-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c67\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-5-c67-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-5-c68\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-5-c68-height {\n  min-height: 300px;\n}\n\";}s:11:\"local-5-c70\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-5-c70-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-5-c78\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c78-outer {\n  width: 80% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c78-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c83\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c83-outer {\n  width: 75% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-5-c83-outer {\n  width: 90% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c83-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c85\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c85-outer {\n  width: 30% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-5-c85-outer {\n  width: 40% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c85-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c90\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c90-outer {\n  width: 70% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-5-c90-outer {\n  width: 60% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-5-c90-outer {\n  width: 100% ;\n}\n\";}s:11:\"local-5-c15\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-5-c15-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:66:\"#colibri .style-local-5-c15-outer {\n  width: 100% ;\n  order: 3;\n}\n\";}}i:7;a:6:{s:10:\"local-7-h4\";a:2:{s:7:\"desktop\";s:296:\"#colibri .style-local-7-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-7-h4-outer,#colibri .h-navigation_sticky.style-local-7-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-7-h4-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n}\n#colibri .h-navigation_sticky .style-local-7-h4-outer,#colibri .h-navigation_sticky.style-local-7-h4-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n}\n\";}s:10:\"local-7-h6\";a:1:{s:7:\"desktop\";s:91:\"#colibri .style-local-7-h6-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n  max-width: 100%;\n}\n\";}s:10:\"local-7-h8\";a:1:{s:7:\"desktop\";s:296:\"#colibri .style-local-7-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-7-h8-outer,#colibri .h-navigation_sticky.style-local-7-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-7-h14\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-7-h14-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-7-h14-outer {\n  width: 50% ;\n}\n\";}s:11:\"local-7-h17\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-7-h17-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-7-h17-outer {\n  width: 50% ;\n}\n\";}s:11:\"local-7-h26\";a:3:{s:7:\"desktop\";s:93:\"#colibri .style-local-7-h26-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:53:\"#colibri .style-local-7-h26-outer {\n  width: 80% ;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-7-h26-outer {\n  width: 100% ;\n}\n\";}}i:10;a:11:{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:12:\"local-10-h31\";a:2:{s:7:\"desktop\";s:302:\"#colibri .style-local-10-h31-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-h31-outer,#colibri .h-navigation_sticky.style-local-10-h31-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:224:\"#colibri .style-local-10-h31-outer {\n  flex: 1 1 0;\n  -ms-flex: 1 1 0%;\n}\n#colibri .h-navigation_sticky .style-local-10-h31-outer,#colibri .h-navigation_sticky.style-local-10-h31-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:12:\"local-10-h33\";a:1:{s:7:\"desktop\";s:93:\"#colibri .style-local-10-h33-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-h35\";a:1:{s:7:\"desktop\";s:302:\"#colibri .style-local-10-h35-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-h35-outer,#colibri .h-navigation_sticky.style-local-10-h35-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:95:\"#colibri .style-local-10-h14-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-10-h14-outer {\n  width: 50% ;\n}\n\";}s:12:\"local-10-h41\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-10-h41-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-10-h41-outer {\n  width: 50% ;\n}\n\";}s:12:\"local-10-h17\";a:2:{s:7:\"desktop\";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:6:\"tablet\";s:54:\"#colibri .style-local-10-h17-outer {\n  width: 50% ;\n}\n\";}s:12:\"local-10-h44\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-10-h44-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-10-h44-outer {\n  width: 50% ;\n}\n\";}s:12:\"local-10-h26\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-10-h26-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-10-h26-outer {\n  width: 100% ;\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:7:{s:11:\"local-16-m4\";a:1:{s:7:\"desktop\";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:11:\"local-16-m6\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-16-m6-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-16-m7\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-16-m7-height {\n  min-height: 300px;\n}\n\";}s:11:\"local-16-m9\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-16-m9-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-16-m13\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-16-m13-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-16-m19\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-16-m19-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-16-m19-outer {\n  width: 100% ;\n}\n\";}s:12:\"local-16-m21\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-16-m21-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-16-m21-outer {\n  width: 100% ;\n}\n\";}}i:19;a:9:{s:11:\"local-19-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-19-m3-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-19-m5\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-19-m5-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-19-m6\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-19-m6-height {\n  min-height: 300px;\n}\n\";}s:11:\"local-19-m8\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-19-m8-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-19-m12\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-19-m14\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-19-m18\";a:2:{s:7:\"desktop\";s:97:\"#colibri .style-local-19-m18-outer {\n  width: 33.33% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-19-m18-outer {\n  width: 100% ;\n}\n\";}s:12:\"local-19-m20\";a:2:{s:7:\"desktop\";s:97:\"#colibri .style-local-19-m20-outer {\n  width: 33.33% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-19-m20-outer {\n  width: 100% ;\n}\n\";}s:12:\"local-19-m22\";a:2:{s:7:\"desktop\";s:97:\"#colibri .style-local-19-m22-outer {\n  width: 33.33% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-19-m22-outer {\n  width: 100% ;\n}\n\";}}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:5:{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-m5\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-25-m5-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-25-m14\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:51:\"#colibri .style-local-25-m14-outer {\n  order: 3;\n}\n\";s:6:\"mobile\";s:107:\"#colibri .style-local-25-m14-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  order: 3;\n}\n\";}s:12:\"local-25-m16\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:51:\"#colibri .style-local-25-m16-outer {\n  order: 2;\n}\n\";s:6:\"mobile\";s:107:\"#colibri .style-local-25-m16-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  order: 2;\n}\n\";}s:12:\"local-25-m18\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:51:\"#colibri .style-local-25-m18-outer {\n  order: 3;\n}\n\";s:6:\"mobile\";s:107:\"#colibri .style-local-25-m18-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  order: 3;\n}\n\";}}i:1741;a:10:{s:13:\"local-1741-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-1741-m4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:15:\"dynamic-1741-m5\";a:1:{s:7:\"desktop\";s:61:\".site .style-dynamic-1741-m5-height {\n  min-height: 300px;\n}\n\";}s:13:\"local-1741-m7\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1741-m7-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1741-m11\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1741-m13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1741-m16\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1741-m18\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1741-m21\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1741-m21-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1741-m23\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1741-m23-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1741-m31\";a:1:{s:7:\"desktop\";s:97:\"#colibri .style-local-1741-m31-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:1744;a:8:{s:13:\"local-1744-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-1744-m4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:15:\"dynamic-1744-m5\";a:1:{s:7:\"desktop\";s:61:\".site .style-dynamic-1744-m5-height {\n  min-height: 300px;\n}\n\";}s:13:\"local-1744-m7\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1744-m7-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1744-m13\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1744-m13-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1744-m15\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1744-m15-outer {\n  width: 50% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1744-m19\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1744-m21\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1744-m23\";a:1:{s:7:\"desktop\";s:0:\"\";}}i:1747;a:1:{s:13:\"local-1747-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-1747-m3-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:1750;a:7:{s:13:\"local-1750-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-1750-m3-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-1750-m5\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1750-m5-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-1750-m13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1750-m14\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1750-m16\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1750-m18\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-1750-m21\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-1750-m21-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:1753;a:1:{s:13:\"local-1753-s4\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1753-s4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n}\n\";}}i:1951;a:1:{s:13:\"local-1951-s4\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1951-s4-outer {\n  width: 100% ;\n  flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\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:10:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:1753;s:12:\"archive_post\";i:-1;s:14:\"e-landing-page\";i:-1;s:22:\"archive_e-landing-page\";i:-1;s:17:\"elementor_library\";i:-1;s:25:\"archive_elementor_library\";i:-1;s:7:\"product\";i:1951;s:15:\"archive_product\";i:-1;}s:6:\"header\";a:10:{s:10:\"front_page\";i:58;s:4:\"page\";i:-1;s:4:\"post\";i:10;s:12:\"archive_post\";i:-1;s:14:\"e-landing-page\";i:-1;s:22:\"archive_e-landing-page\";i:-1;s:17:\"elementor_library\";i:-1;s:25:\"archive_elementor_library\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:6:\"footer\";a:10:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:13;s:12:\"archive_post\";i:-1;s:14:\"e-landing-page\";i:-1;s:22:\"archive_e-landing-page\";i:-1;s:17:\"elementor_library\";i:-1;s:25:\"archive_elementor_library\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:4:\"main\";a:6:{i:404;i:1747;s:4:\"post\";i:1741;s:7:\"archive\";i:1744;s:15:\"archive_product\";i:-1;s:7:\"product\";i:-1;s:6:\"search\";i:1750;}}}s:4:\"menu\";a:4:{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:14:\"locationsToAdd\";a:0:{}s:17:\"locationsToDelete\";a:0:{}}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:6:\"colors\";a:6:{i:0;s:16:\"rgb(194, 70, 68)\";i:1;s:16:\"rgb(231, 74, 35)\";i:2;s:16:\"rgb(0, 191, 135)\";i:3;s:18:\"rgb(236, 236, 236)\";i:4;s:7:\"#FFFFFF\";i:5;s:15:\"rgb(32, 31, 37)\";}s:10:\"typography\";a:2:{s:7:\"holders\";a:10:{s:2:\"h1\";a:3:{s:6:\"family\";s:6:\"Roboto\";s:6:\"weight\";s:3:\"300\";s:4:\"size\";a:2:{s:4:\"unit\";s:2:\"em\";s:5:\"value\";s:3:\"3.3\";}}s:2:\"h2\";a:2:{s:6:\"family\";s:6:\"Roboto\";s:6:\"weight\";s:3:\"300\";}s:2:\"h3\";a:2:{s:6:\"family\";s:6:\"Roboto\";s:6:\"weight\";s:3:\"700\";}s:2:\"h4\";a:2:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:6:\"Roboto\";}s:2:\"h5\";a:3:{s:6:\"weight\";s:3:\"700\";s:6:\"family\";s:6:\"Roboto\";s:9:\"transform\";s:9:\"uppercase\";}s:2:\"h6\";a:5:{s:6:\"weight\";s:3:\"700\";s:6:\"family\";s:6:\"Roboto\";s:5:\"color\";s:17:\"${theme.colors.0}\";s:9:\"transform\";s:9:\"uppercase\";s:13:\"letterSpacing\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";s:1:\"3\";}}s:1:\"p\";a:2:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:6:\"Roboto\";}s:4:\"lead\";a:2:{s:6:\"weight\";s:3:\"300\";s:6:\"family\";s:6:\"Roboto\";}s:1:\"a\";a:4:{s:5:\"color\";s:17:\"${theme.colors.0}\";s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:6:\"Roboto\";s:6:\"states\";a:1:{s:5:\"hover\";a:1:{s:5:\"color\";s:17:\"${theme.colors.1}\";}}}s:10:\"blockquote\";a:2:{s:6:\"weight\";s:3:\"400\";s:6:\"family\";s:6:\"Roboto\";}}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:1:\"3\";}}}}}}s:6:\"global\";a:10:{s:7:\"content\";a:2:{s:8:\"template\";s:20:\"AfGe7fUQnkEtzz0OZnk3\";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\";i:90;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:4:\"blog\";a:2:{s:5:\"style\";a:0:{}s:5:\"props\";a:0:{}}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:\"logo\";a:1:{s:14:\"alternateImage\";s:102:\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/02/logo-coaching-dark-2.png\";}s:16:\"visible_partials\";a:0:{}}s:8:\"imported\";a:10:{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;}}', 'yes');
INSERT INTO `YKEpqa_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(440, 'nav_menus_created_posts', 'a:0:{}', 'yes'),
(467, 'cmplz_tour_shown_once', '1', 'no'),
(449, 'recently_activated', 'a:0:{}', 'yes'),
(474, '_transient_colibriwp_used_svg_icons', 'a:9:{s:17:\"font-awesome/bars\";s:464:\"\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\n        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\"/>\n    </svg>\";s:38:\"icons8-line-awesome/angle-double-right\";s:309:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"angle-double-right\" viewBox=\"0 0 512 545.5\"><path d=\"M145.5 108.5l168 168L325 288l-11.5 11.5-168 168-22.5-23L279.5 288 123 131.5zm112 0l168 168L437 288l-11.5 11.5-168 168-22.5-23L391.5 288 235 131.5z\"/></svg>\";s:31:\"icons8-line-awesome/arrow-right\";s:238:\"<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\"/></svg>\";s:30:\"icons8-line-awesome/binoculars\";s:1337:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"/></svg>\";s:28:\"font-awesome/facebook-square\";s:435:\"\n    <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\">\n      <path\n        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\"/>\n    </svg>\";s:27:\"font-awesome/twitter-square\";s:655:\"\n    <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\">\n      <path\n        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\"/>\n    </svg>\";s:27:\"font-awesome/youtube-square\";s:1379:\"\n    <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\">\n      <path\n        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\"/>\n    </svg>\";s:25:\"font-awesome/vimeo-square\";s:565:\"\n    <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\">\n      <path\n        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\"/>\n    </svg>\";s:28:\"icons8-line-awesome/comments\";s:325:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"comments\" viewBox=\"0 0 512 545.5\"><path d=\"M32 112h320v256H197.5L122 428.5l-26 21V368H32V112zm32 32v192h64v46.5l54-43 4.5-3.5H320V144H64zm320 32h96v256h-64v81.5L314.5 432h-149l40-32h120l58.5 46.5V400h64V208h-64v-32z\"/></svg>\";}', 'yes'),
(1177, 'wpdeveloper_plugins_data', 'a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1697102048;s:6:\"review\";i:1697102529;}s:4:\"time\";i:1691973816;s:7:\"version\";s:5:\"5.8.6\";}}', 'yes'),
(2761, 'action_scheduler_migration_status', 'complete', 'yes'),
(1335, 'forminator_captcha_key', '6Lca6R4lAAAAAI4Lnrj07gFpqCHYFgTey9REeGIt', 'yes'),
(1336, 'forminator_captcha_secret', '6Lca6R4lAAAAAJBHfXNSKBQVOoRsfeAMRjjFbdaW', 'yes'),
(1337, 'forminator_v2_invisible_captcha_key', '', 'yes'),
(1338, 'forminator_v2_invisible_captcha_secret', '', 'yes'),
(1339, 'forminator_v3_captcha_key', '', 'yes'),
(1340, 'forminator_v3_captcha_secret', '', 'yes'),
(1341, 'forminator_hcaptcha_key', '', 'yes'),
(1342, 'forminator_hcaptcha_secret', '', 'yes'),
(1343, 'forminator_captcha_tab_saved', 'recaptcha', 'yes'),
(1344, 'forminator_captcha_language', '', 'yes'),
(635, 'elementor_scheme_color', 'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}', 'yes'),
(636, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}', 'yes'),
(637, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}', 'yes'),
(893, 'eael_global_settings', 'a:1:{s:22:\"eael_ext_scroll_to_top\";a:0:{}}', 'yes'),
(780, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(1004, '_transient_health-check-site-status-result', '{\"good\":15,\"recommended\":6,\"critical\":2}', 'yes'),
(4696, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.3.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.3.1\";s:7:\"version\";s:5:\"6.3.1\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1695526316;s:15:\"version_checked\";s:5:\"6.3.1\";s:12:\"translations\";a:0:{}}', 'no'),
(2717, 'wp-smush-settings', 'a:25:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:8:\"no_scale\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:5:\"gform\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;s:16:\"background_email\";b:0;}', 'yes'),
(2718, 'wp-smush-install-type', 'existing', 'no'),
(2719, 'wp-smush-version', '3.14.1', 'no'),
(2722, 'wp_smush_pre_3_12_6_site', '0', 'no'),
(2723, 'wdev-frash', 'a:3:{s:7:\"plugins\";a:2:{s:23:\"wp-smushit/wp-smush.php\";i:1679700216;s:33:\"defender-security/wp-defender.php\";i:1679700238;}s:5:\"queue\";a:0:{}s:4:\"done\";a:0:{}}', 'no'),
(4319, 'can_compress_scripts', '0', 'yes'),
(4082, 'wphb_show_upgrade_summary', '1', 'no'),
(2747, 'action_scheduler_lock_async-request-runner', '1695331390', 'yes'),
(5086, '_transient_doing_cron', '1699745087.3562030792236328125000', 'yes'),
(3099, 'forminator_version_upgraded', '1', 'yes'),
(3095, 'wd_nofresh_install', '1', 'no'),
(3034, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1695580354;s:7:\"checked\";a:3:{s:10:\"colibri-wp\";s:6:\"1.0.92\";s:17:\"twentytwentythree\";s:3:\"1.1\";s:15:\"twentytwentytwo\";s:3:\"1.4\";}s:8:\"response\";a:2:{s:10:\"colibri-wp\";a:6:{s:5:\"theme\";s:10:\"colibri-wp\";s:11:\"new_version\";s:6:\"1.0.93\";s:3:\"url\";s:40:\"https://wordpress.org/themes/colibri-wp/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/colibri-wp.1.0.93.zip\";s:8:\"requires\";b:0;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.2\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.2.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.4.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'no');

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

--
-- Table structure for table `YKEpqa_postmeta`
--

CREATE TABLE `YKEpqa_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_postmeta`
--

INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3, 4, '_elementor_edit_mode', 'builder'),
(4, 4, '_elementor_template_type', 'kit'),
(7, 4, '_cmplz_scanned_post', '1'),
(9, 7, '_wp_attached_file', '2023/03/home-page-header-scaled-1.jpg'),
(10, 7, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1600;s:4:\"file\";s:37:\"2023/03/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:10962;}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:69983;}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:5199;}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:45586;}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:128812;}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:198173;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(1943, 3092, '_elementor_page_assets', 'a:0:{}'),
(1945, 3093, '_elementor_version', '3.11.5'),
(1946, 3093, '_wp_page_template', 'default'),
(1947, 3093, '_elementor_edit_mode', 'builder'),
(1948, 3093, '_elementor_template_type', 'wp-page'),
(1949, 3093, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1950, 3093, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1951, 3093, '_elementor_page_assets', 'a:0:{}'),
(1953, 3094, '_elementor_version', '3.11.5'),
(194, 58, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(191, 1957, 'extend_builder', 'a:2:{s:4:\"json\";i:11;s:4:\"meta\";a:4:{s:6:\"10-h29\";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:6:\"10-h36\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"10-h39\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:35;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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:59;i:24;i:60;i:25;i:61;i:26;i:62;i:27;i:349;}}}'),
(1954, 3094, '_wp_page_template', 'default'),
(1955, 3094, '_elementor_edit_mode', 'builder'),
(31, 36, '_wp_attached_file', '2023/03/cropped-background-black-blank-composition-concept-desk-1562267-pxhere-com-1.jpg'),
(32, 36, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:767;s:6:\"height\";i:768;s:4:\"file\";s:88:\"2023/03/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:11344;}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:4187;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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, 37, '_wp_attached_file', '2023/03/cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-1.jpg'),
(34, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:92:\"2023/03/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:13609;}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:113772;}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:6848;}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:71152;}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:213883;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(35, 38, '_wp_attached_file', '2023/03/cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-2.jpg'),
(36, 38, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1767;s:6:\"height\";i:1200;s:4:\"file\";s:74:\"2023/03/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:10144;}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:65930;}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:5581;}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:42079;}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:126655;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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, 39, '_wp_attached_file', '2023/03/table-house-chair-floor-seat-home-714994-pxhere-com.jpg'),
(38, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:63:\"2023/03/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:12172;}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:6081;}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:58415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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, 40, '_wp_attached_file', '2023/03/laptop-iphone-computer-macbook-work-table-1046485-pxhere-com-1.jpg'),
(40, 40, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:74:\"2023/03/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:14242;}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:5574;}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:96872;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(41, 41, '_wp_attached_file', '2023/03/face4-150x150-1.jpg'),
(42, 41, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:27:\"2023/03/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:{}}}'),
(43, 42, '_wp_attached_file', '2023/03/face9-150x150-1.jpg'),
(44, 42, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:27:\"2023/03/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:{}}}'),
(45, 43, '_wp_attached_file', '2023/03/face7-150x150-1.jpg'),
(46, 43, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:27:\"2023/03/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:{}}}'),
(47, 44, '_wp_attached_file', '2023/03/face11-150x150-1.jpg'),
(48, 44, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:28:\"2023/03/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:{}}}'),
(49, 45, '_wp_attached_file', '2023/03/laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com.jpg'),
(50, 45, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:72:\"2023/03/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:11266;}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:74632;}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:5562;}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:47749;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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, 46, '_wp_attached_file', '2023/03/table-plant-white-house-interior-window-1392240-pxhere-com.jpg'),
(52, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:70:\"2023/03/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:11438;}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:5672;}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:54122;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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, 47, '_wp_attached_file', '2023/03/laptop-desk-computer-work-table-open-722218-pxhere-com.jpg'),
(54, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:66:\"2023/03/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:10880;}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:64061;}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:5509;}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:41848;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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, 48, '_wp_attached_file', '2023/03/canyon-purple-orange-light-formation-rock-1608614-pxhere-com.jpg'),
(56, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:72:\"2023/03/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:11657;}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:88685;}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:5144;}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:54412;}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:176083;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(57, 49, '_wp_attached_file', '2023/03/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg'),
(58, 49, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2163;s:6:\"height\";i:1440;s:4:\"file\";s:86:\"2023/03/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:5191;}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:33955;}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:3052;}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:21341;}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:65982;}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:105001;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(59, 50, '_wp_attached_file', '2023/03/laptop-desk-computer-writing-screen-man-653052-pxhere-com-1.jpg'),
(60, 50, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1153;s:4:\"file\";s:71:\"2023/03/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:9016;}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:61478;}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:4552;}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:38927;}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:115270;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(1956, 3094, '_elementor_template_type', 'wp-page'),
(1957, 3094, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1958, 3094, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1959, 3094, '_elementor_page_assets', 'a:0:{}'),
(1964, 3095, '_elementor_template_type', 'wp-page'),
(1965, 3095, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1966, 3095, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(64, 53, '_wp_attached_file', '2023/03/colibri-wp-ocdi/log_file_2023-03-19__03-51-19.txt'),
(195, 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:28:{i:0;i:35;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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:59;i:24;i:60;i:25;i:61;i:26;i:62;i:27;i:349;}}}'),
(196, 13, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(83, 173, '_wp_attached_file', '2019/11/cropped-paper-3213924_640-1.jpg'),
(84, 173, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:606;s:6:\"height\";i:403;s:4:\"file\";s:39:\"2019/11/cropped-paper-3213924_640-1.jpg\";s:8:\"filesize\";i:66950;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-paper-3213924_640-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:18501;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-paper-3213924_640-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:8155;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(85, 174, '_wp_attached_file', '2019/11/meeting-83519_640-1.jpg'),
(86, 174, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:31:\"2019/11/meeting-83519_640-1.jpg\";s:8:\"filesize\";i:69931;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"meeting-83519_640-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15495;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"meeting-83519_640-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:7155;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(87, 175, '_wp_attached_file', '2019/11/work-2196609_640-1.jpg'),
(88, 175, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:30:\"2019/11/work-2196609_640-1.jpg\";s:8:\"filesize\";i:32443;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"work-2196609_640-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:9782;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"work-2196609_640-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:5205;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(89, 1534, '_wp_attached_file', '2016/06/small-1.jpg'),
(90, 1534, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2016/06/small-1.jpg\";s:8:\"filesize\";i:66348;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"small-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31102;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"small-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:12604;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(91, 1535, '_wp_attached_file', '2016/06/small-2.jpg'),
(92, 1535, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2016/06/small-2.jpg\";s:8:\"filesize\";i:50707;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"small-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"small-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:10250;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(93, 1536, '_wp_attached_file', '2016/06/small-3.jpg'),
(94, 1536, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2016/06/small-3.jpg\";s:8:\"filesize\";i:19012;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"small-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10021;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"small-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4967;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(95, 1724, '_wp_attached_file', '2020/02/logo-coaching-dark-2.png'),
(96, 1724, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:145;s:6:\"height\";i:35;s:4:\"file\";s:32:\"2020/02/logo-coaching-dark-2.png\";s:8:\"filesize\";i:5129;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:{}}}'),
(97, 1726, '_wp_attached_file', '2020/02/logo-coaching-2.png'),
(98, 1726, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:145;s:6:\"height\";i:35;s:4:\"file\";s:27:\"2020/02/logo-coaching-2.png\";s:8:\"filesize\";i:4517;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:{}}}'),
(99, 1775, '_wp_attached_file', '2020/01/colibri-default-attachment.jpg'),
(100, 1775, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:880;s:6:\"height\";i:660;s:4:\"file\";s:38:\"2020/01/colibri-default-attachment.jpg\";s:8:\"filesize\";i:66326;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"colibri-default-attachment-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"colibri-default-attachment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1437;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"colibri-default-attachment-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11025;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(101, 1798, '_wp_attached_file', '2020/04/man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg'),
(102, 1798, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2300;s:6:\"height\";i:1655;s:4:\"file\";s:69:\"2020/04/man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg\";s:8:\"filesize\";i:67534;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"man-in-black-suit-jacket-standing-and-smiling-3777557-1-1-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5398;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"man-in-black-suit-jacket-standing-and-smiling-3777557-1-1-1024x737.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33767;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"man-in-black-suit-jacket-standing-and-smiling-3777557-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:3106;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"man-in-black-suit-jacket-standing-and-smiling-3777557-1-1-768x553.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21495;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:71:\"man-in-black-suit-jacket-standing-and-smiling-3777557-1-1-1536x1105.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1105;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64844;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:71:\"man-in-black-suit-jacket-standing-and-smiling-3777557-1-1-2048x1474.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1474;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102465;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(103, 1800, '_wp_attached_file', '2020/04/tablet-near-a-notebook-2647376-1.jpg'),
(104, 1800, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:680;s:4:\"file\";s:44:\"2020/04/tablet-near-a-notebook-2647376-1.jpg\";s:8:\"filesize\";i:69292;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"tablet-near-a-notebook-2647376-1-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9091;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"tablet-near-a-notebook-2647376-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:4985;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"tablet-near-a-notebook-2647376-1-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41111;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(105, 1801, '_wp_attached_file', '2020/04/white-and-blue-ceramic-mug-near-green-plant-1516983-1-1.jpg'),
(106, 1801, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:739;s:4:\"file\";s:67:\"2020/04/white-and-blue-ceramic-mug-near-green-plant-1516983-1-1.jpg\";s:8:\"filesize\";i:64961;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"white-and-blue-ceramic-mug-near-green-plant-1516983-1-1-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11346;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"white-and-blue-ceramic-mug-near-green-plant-1516983-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:6065;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"white-and-blue-ceramic-mug-near-green-plant-1516983-1-1-768x568.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(107, 1816, '_wp_attached_file', '2020/04/cropped-man-in-black-suit-smiling-3777570-1-1.jpg'),
(108, 1816, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1006;s:6:\"height\";i:853;s:4:\"file\";s:57:\"2020/04/cropped-man-in-black-suit-smiling-3777570-1-1.jpg\";s:8:\"filesize\";i:68751;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"cropped-man-in-black-suit-smiling-3777570-1-1-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"cropped-man-in-black-suit-smiling-3777570-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:5263;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"cropped-man-in-black-suit-smiling-3777570-1-1-768x651.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46052;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(109, 1873, '_wp_attached_file', '2020/04/microphone-704255_1920-1.jpg'),
(110, 1873, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2020/04/microphone-704255_1920-1.jpg\";s:8:\"filesize\";i:121992;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"microphone-704255_1920-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:10952;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"microphone-704255_1920-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"microphone-704255_1920-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:5491;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"microphone-704255_1920-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:42782;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"microphone-704255_1920-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131648;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(111, 1874, '_wp_attached_file', '2020/04/cropped-man-in-black-suit-jacket-smiling-3778611-1.jpg'),
(112, 1874, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1433;s:6:\"height\";i:1280;s:4:\"file\";s:62:\"2020/04/cropped-man-in-black-suit-jacket-smiling-3778611-1.jpg\";s:8:\"filesize\";i:62979;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"cropped-man-in-black-suit-jacket-smiling-3778611-1-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6794;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"cropped-man-in-black-suit-jacket-smiling-3778611-1-1024x915.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:915;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41546;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"cropped-man-in-black-suit-jacket-smiling-3778611-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:2996;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"cropped-man-in-black-suit-jacket-smiling-3778611-1-768x686.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26316;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(113, 1903, '_wp_attached_file', '2020/04/cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(114, 1903, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2300;s:6:\"height\";i:1426;s:4:\"file\";s:77:\"2020/04/cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg\";s:8:\"filesize\";i:111536;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5128;}s:5:\"large\";a:5:{s:4:\"file\";s:78:\"cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-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:3440;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:77:\"cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1-768x476.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20030;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:78:\"cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1-1536x952.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:952;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59929;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:79:\"cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1-2048x1270.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95013;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(115, 1626, '_menu_item_type', 'custom'),
(116, 1626, '_menu_item_menu_item_parent', '0'),
(117, 1626, '_menu_item_object_id', '1626'),
(118, 1626, '_menu_item_object', 'custom'),
(119, 1626, '_menu_item_target', ''),
(120, 1626, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(121, 1626, '_menu_item_xfn', ''),
(122, 1626, '_menu_item_url', '#overlappable'),
(1916, 3089, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1915, 3089, '_elementor_template_type', 'wp-page'),
(1914, 3089, '_elementor_edit_mode', 'builder'),
(131, 1628, '_menu_item_type', 'custom'),
(132, 1628, '_menu_item_menu_item_parent', '0'),
(133, 1628, '_menu_item_object_id', '1628'),
(134, 1628, '_menu_item_object', 'custom'),
(135, 1628, '_menu_item_target', ''),
(136, 1628, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(137, 1628, '_menu_item_xfn', ''),
(138, 1628, '_menu_item_url', '#courses'),
(139, 1629, '_menu_item_type', 'custom'),
(140, 1629, '_menu_item_menu_item_parent', '0'),
(141, 1629, '_menu_item_object_id', '1629'),
(142, 1629, '_menu_item_object', 'custom'),
(143, 1629, '_menu_item_target', ''),
(144, 1629, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(145, 1629, '_menu_item_xfn', ''),
(146, 1629, '_menu_item_url', '#blog'),
(197, 1741, 'extend_builder', 'a:2:{s:4:\"json\";i:1742;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:238;i:1;i:239;i:2;i:244;i:3;i:245;i:4;i:246;i:5;i:247;i:6;i:248;i:7;i:249;i:8;i:250;i:9;i:251;i:10;i:252;i:11;i:253;i:12;i:254;i:13;i:255;i:14;i:256;i:15;i:257;i:16;i:258;i:17;i:259;i:18;i:260;i:19;i:261;i:20;i:262;i:21;i:263;i:22;i:264;i:23;i:265;i:24;i:240;i:25;i:241;i:26;i:242;i:27;i:243;i:28;i:266;i:29;i:271;i:30;i:272;i:31;i:273;i:32;i:274;i:33;i:267;i:34;i:268;i:35;i:269;i:36;i:270;}}}'),
(198, 1744, 'extend_builder', 'a:2:{s:4:\"json\";i:1745;s:4:\"meta\";a:2:{s:7:\"1744-m3\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:28:{i:0;i:275;i:1;i:276;i:2;i:281;i:3;i:282;i:4;i:283;i:5;i:284;i:6;i:285;i:7;i:286;i:8;i:287;i:9;i:288;i:10;i:289;i:11;i:290;i:12;i:291;i:13;i:292;i:14;i:293;i:15;i:294;i:16;i:295;i:17;i:296;i:18;i:297;i:19;i:298;i:20;i:299;i:21;i:300;i:22;i:301;i:23;i:302;i:24;i:277;i:25;i:278;i:26;i:279;i:27;i:280;}}}'),
(199, 1747, 'extend_builder', 'a:2:{s:4:\"json\";i:1748;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:7:{i:0;i:303;i:1;i:304;i:2;i:305;i:3;i:306;i:4;i:307;i:5;i:308;i:6;i:309;}}}'),
(200, 1750, 'extend_builder', 'a:2:{s:4:\"json\";i:1751;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:22:{i:0;i:310;i:1;i:311;i:2;i:312;i:3;i:313;i:4;i:314;i:5;i:315;i:6;i:316;i:7;i:317;i:8;i:318;i:9;i:319;i:10;i:320;i:11;i:321;i:12;i:322;i:13;i:323;i:14;i:324;i:15;i:325;i:16;i:326;i:17;i:327;i:18;i:328;i:19;i:329;i:20;i:330;i:21;i:331;}}}'),
(201, 1753, 'extend_builder', 'a:2:{s:4:\"json\";i:1754;s:4:\"meta\";a:2:{s:7:\"1753-s5\";a:1:{s:4:\"data\";a:1:{s:21:\"componentsWithEffects\";a:0:{}}}s:9:\"styleRefs\";a:16:{i:0;i:332;i:1;i:333;i:2;i:338;i:3;i:339;i:4;i:340;i:5;i:341;i:6;i:342;i:7;i:343;i:8;i:344;i:9;i:345;i:10;i:346;i:11;i:347;i:12;i:334;i:13;i:335;i:14;i:336;i:15;i:337;}}}'),
(202, 1951, 'extend_builder', 'a:2:{s:4:\"json\";i:1952;s:4:\"meta\";a:2:{s:7:\"1951-s5\";a:1:{s:4:\"data\";a:1:{s:21:\"componentsWithEffects\";a:0:{}}}s:9:\"styleRefs\";a:16:{i:0;i:353;i:1;i:354;i:2;i:359;i:3;i:360;i:4;i:361;i:5;i:362;i:6;i:363;i:7;i:364;i:8;i:365;i:9;i:366;i:10;i:367;i:11;i:368;i:12;i:355;i:13;i:356;i:14;i:357;i:15;i:358;}}}'),
(161, 1953, '_wp_page_template', 'default'),
(163, 1955, '_wp_page_template', 'page-templates/homepage.php'),
(164, 1955, 'is_colibri-wp_front_page', '1'),
(203, 1955, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:74:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:206;i:44;i:207;i:45;i:208;i:46;i:209;i:47;i:210;i:48;i:211;i:49;i:212;i:50;i:213;i:51;i:214;i:52;i:215;i:53;i:216;i:54;i:217;i:55;i:218;i:56;i:219;i:57;i:416;i:58;i:417;i:59;i:220;i:60;i:221;i:61;i:222;i:62;i:223;i:63;i:224;i:64;i:225;i:65;i:226;i:66;i:227;i:67;i:228;i:68;i:229;i:69;i:230;i:70;i:231;i:71;i:232;i:72;i:233;i:73;i:234;}}}'),
(204, 1959, 'extend_builder', 'a:2:{s:4:\"json\";i:11;s:4:\"meta\";a:4:{s:6:\"10-h29\";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:6:\"10-h36\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"10-h39\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:35;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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:59;i:24;i:60;i:25;i:61;i:26;i:62;i:27;i:349;}}}'),
(167, 1540, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(168, 1540, '_mail', 'a:8:{s:7:\"subject\";s:30:\"Contact Form: \"[your-subject]\"\";s:6:\"sender\";s:31:\"Contact Form <mail@example.com>\";s:4:\"body\";s:132:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n\n[your-message]\n\n--\nThis e-mail was sent from a contact form\";s:9:\"recipient\";s:16:\"mail@example.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(169, 1540, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"Contact Form: \"[your-subject]\"\";s:6:\"sender\";s:31:\"Contact Form <mail@example.com>\";s:4:\"body\";s:132:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n\n[your-message]\n\n--\nThis e-mail was sent from a contact form\";s:9:\"recipient\";s:16:\"mail@example.com\";s:18:\"additional_headers\";s:29:\"Reply-To: example@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(170, 1540, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(171, 1540, '_additional_settings', ''),
(172, 1540, '_locale', 'en_US'),
(173, 1631, '_menu_item_type', 'custom'),
(174, 1631, '_menu_item_menu_item_parent', '0'),
(175, 1631, '_menu_item_object_id', '1631'),
(176, 1631, '_menu_item_object', 'custom'),
(177, 1631, '_menu_item_target', ''),
(178, 1631, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(179, 1631, '_menu_item_xfn', ''),
(180, 1631, '_menu_item_url', '#page-top'),
(3380, 3461, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3384, 3464, 'is_colibri-wp_front_page', '1'),
(3385, 3464, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(2506, 3235, 'forminator_form_meta', 'a:6:{s:6:\"fields\";a:8:{i:0;a:16:{s:2:\"id\";s:6:\"text-1\";s:10:\"element_id\";s:6:\"text-1\";s:7:\"form_id\";s:17:\"wrapper-8714-7273\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:10:\"wrapper_id\";s:17:\"wrapper-8714-7273\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:9:\"Full Name\";s:7:\"options\";a:0:{}s:7:\"default\";s:7:\"Joe Joe\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";}i:1;a:17:{s:2:\"id\";s:7:\"email-1\";s:10:\"element_id\";s:7:\"email-1\";s:7:\"form_id\";s:17:\"wrapper-4410-3004\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:13:\"joe@yahoo.com\";s:4:\"type\";s:5:\"email\";s:10:\"wrapper_id\";s:17:\"wrapper-4410-3004\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:10:\"Your Email\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";s:18:\"validation_message\";s:30:\"Please enter an email address.\";}i:2;a:18:{s:2:\"id\";s:10:\"currency-1\";s:10:\"element_id\";s:10:\"currency-1\";s:7:\"form_id\";s:17:\"wrapper-3572-5583\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:8:\"currency\";s:7:\"options\";a:0:{}s:4:\"cols\";s:1:\"6\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-3572-5583\";s:12:\"calculations\";s:4:\"true\";s:9:\"limit_min\";s:3:\"150\";s:9:\"limit_max\";s:3:\"151\";s:8:\"currency\";s:3:\"GBP\";s:11:\"field_label\";s:15:\"Amount You Paid\";s:11:\"placeholder\";s:9:\"E.g £150\";s:8:\"required\";s:1:\"1\";s:16:\"required_message\";s:20:\"Select amount to Pay\";s:13:\"default_value\";s:45:\"Payment of £150 is Required for Your License\";}i:3;a:24:{s:2:\"id\";s:6:\"date-1\";s:10:\"element_id\";s:6:\"date-1\";s:7:\"form_id\";s:17:\"wrapper-3572-5583\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:4:\"date\";s:7:\"options\";a:0:{}s:4:\"cols\";s:1:\"6\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-3572-5583\";s:10:\"field_type\";s:6:\"picker\";s:11:\"date_format\";s:8:\"mm/dd/yy\";s:12:\"default_date\";s:4:\"none\";s:11:\"field_label\";s:28:\"Select Date Payment was Made\";s:11:\"placeholder\";s:18:\"Please Choose Date\";s:4:\"icon\";s:4:\"true\";s:9:\"day_label\";s:3:\"Day\";s:15:\"day_placeholder\";s:7:\"E.g. 01\";s:11:\"month_label\";s:5:\"Month\";s:17:\"month_placeholder\";s:7:\"E.g. 01\";s:10:\"year_label\";s:4:\"Year\";s:16:\"year_placeholder\";s:9:\"E.g. 2000\";s:16:\"restrict_message\";s:41:\"Please select one of the available dates.\";s:8:\"required\";s:1:\"1\";s:16:\"required_message\";s:22:\"This field is Required\";}i:4;a:17:{s:2:\"id\";s:8:\"select-1\";s:10:\"element_id\";s:8:\"select-1\";s:7:\"form_id\";s:17:\"wrapper-4855-6565\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;a:6:{s:5:\"label\";s:28:\"Scrum Master Certified (SMC)\";s:5:\"value\";s:3:\"one\";s:5:\"limit\";s:0:\"\";s:3:\"key\";s:9:\"4112-3824\";s:5:\"error\";s:0:\"\";s:7:\"default\";s:0:\"\";}i:1;a:6:{s:5:\"label\";s:31:\"Scrum Developer Certified (SDC)\";s:5:\"value\";s:3:\"two\";s:5:\"limit\";s:0:\"\";s:3:\"key\";s:9:\"1810-1147\";s:5:\"error\";s:0:\"\";s:7:\"default\";s:0:\"\";}i:2;a:6:{s:5:\"label\";s:36:\"Scrum Product Owner Certified (SPOC)\";s:5:\"value\";s:36:\"Scrum-Product-Owner-Certified-(SPOC)\";s:5:\"limit\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"key\";s:9:\"6229-7599\";s:5:\"error\";s:0:\"\";}}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-4855-6565\";s:10:\"value_type\";s:6:\"single\";s:11:\"field_label\";s:50:\"Please Select Relevant License that you Paid For!!\";s:19:\"options_bulk_editor\";s:152:\"Scrum Master Certified (SMC);one; 0\nScrum Developer Certified (SDC);two; 0\n Scrum Product Owner Certified (SPOC);Scrum-Product-Owner-Certified-(SPOC); 0\";s:16:\"options_expanded\";s:0:\"\";s:9:\"bulk_edit\";s:0:\"\";s:11:\"placeholder\";s:10:\"Select One\";s:11:\"description\";s:14:\"Select License\";s:8:\"required\";s:1:\"1\";}i:5;a:16:{s:2:\"id\";s:8:\"upload-1\";s:10:\"element_id\";s:8:\"upload-1\";s:7:\"form_id\";s:17:\"wrapper-6582-5660\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:7:\"options\";a:0:{}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-6582-5660\";s:11:\"field_label\";s:35:\"Attach Proof of Payment in the Form\";s:9:\"filetypes\";a:100:{i:0;s:9:\"all-image\";i:1;s:9:\"all-video\";i:2;s:12:\"all-document\";i:3;s:9:\"all-audio\";i:4;s:11:\"all-archive\";i:5;s:8:\"all-text\";i:6;s:15:\"all-spreadsheet\";i:7;s:15:\"all-interactive\";i:8;s:12:\"jpg|jpeg|jpe\";i:9;s:3:\"gif\";i:10;s:3:\"png\";i:11;s:3:\"bmp\";i:12;s:8:\"tiff|tif\";i:13;s:4:\"webp\";i:14;s:3:\"ico\";i:15;s:4:\"heic\";i:16;s:7:\"asf|asx\";i:17;s:3:\"wmv\";i:18;s:3:\"wmx\";i:19;s:2:\"wm\";i:20;s:3:\"avi\";i:21;s:4:\"divx\";i:22;s:3:\"flv\";i:23;s:6:\"mov|qt\";i:24;s:12:\"mpeg|mpg|mpe\";i:25;s:7:\"mp4|m4v\";i:26;s:3:\"ogv\";i:27;s:4:\"webm\";i:28;s:3:\"mkv\";i:29;s:8:\"3gp|3gpp\";i:30;s:8:\"3g2|3gp2\";i:31;s:18:\"txt|asc|c|cc|h|srt\";i:32;s:3:\"csv\";i:33;s:3:\"tsv\";i:34;s:3:\"ics\";i:35;s:3:\"rtx\";i:36;s:3:\"css\";i:37;s:8:\"htm|html\";i:38;s:3:\"vtt\";i:39;s:4:\"dfxp\";i:40;s:11:\"mp3|m4a|m4b\";i:41;s:3:\"aac\";i:42;s:6:\"ra|ram\";i:43;s:3:\"wav\";i:44;s:7:\"ogg|oga\";i:45;s:4:\"flac\";i:46;s:8:\"mid|midi\";i:47;s:3:\"wma\";i:48;s:3:\"wax\";i:49;s:3:\"mka\";i:50;s:3:\"rtf\";i:51;s:2:\"js\";i:52;s:3:\"pdf\";i:53;s:5:\"class\";i:54;s:3:\"tar\";i:55;s:3:\"zip\";i:56;s:7:\"gz|gzip\";i:57;s:3:\"rar\";i:58;s:2:\"7z\";i:59;s:3:\"psd\";i:60;s:3:\"xcf\";i:61;s:3:\"doc\";i:62;s:11:\"pot|pps|ppt\";i:63;s:3:\"wri\";i:64;s:15:\"xla|xls|xlt|xlw\";i:65;s:3:\"mdb\";i:66;s:3:\"mpp\";i:67;s:4:\"docx\";i:68;s:4:\"docm\";i:69;s:4:\"dotx\";i:70;s:4:\"dotm\";i:71;s:4:\"xlsx\";i:72;s:4:\"xlsm\";i:73;s:4:\"xlsb\";i:74;s:4:\"xltx\";i:75;s:4:\"xltm\";i:76;s:4:\"xlam\";i:77;s:4:\"pptx\";i:78;s:4:\"pptm\";i:79;s:4:\"ppsx\";i:80;s:4:\"ppsm\";i:81;s:4:\"potx\";i:82;s:4:\"potm\";i:83;s:4:\"ppam\";i:84;s:4:\"sldx\";i:85;s:4:\"sldm\";i:86;s:28:\"onetoc|onetoc2|onetmp|onepkg\";i:87;s:4:\"oxps\";i:88;s:3:\"xps\";i:89;s:3:\"odt\";i:90;s:3:\"odp\";i:91;s:3:\"ods\";i:92;s:3:\"odg\";i:93;s:3:\"odc\";i:94;s:3:\"odb\";i:95;s:3:\"odf\";i:96;s:6:\"wp|wpd\";i:97;s:3:\"key\";i:98;s:7:\"numbers\";i:99;s:5:\"pages\";}s:9:\"file-type\";s:6:\"single\";s:10:\"file-limit\";s:9:\"unlimited\";s:12:\"upload-limit\";s:1:\"8\";s:8:\"filesize\";s:2:\"MB\";s:8:\"required\";s:1:\"1\";}i:6;a:17:{s:2:\"id\";s:6:\"text-2\";s:10:\"element_id\";s:6:\"text-2\";s:7:\"form_id\";s:17:\"wrapper-5105-1349\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:44:\"Please Provide Full Name of who make Payment\";s:4:\"type\";s:4:\"text\";s:10:\"wrapper_id\";s:17:\"wrapper-5105-1349\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:26:\"Payment Made By Full Name!\";s:7:\"options\";a:0:{}s:7:\"default\";s:7:\"Joe Joe\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";s:6:\"formid\";s:17:\"wrapper-7831-5650\";}i:7;a:17:{s:2:\"id\";s:9:\"captcha-1\";s:10:\"element_id\";s:9:\"captcha-1\";s:7:\"form_id\";s:17:\"wrapper-4314-6633\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:7:\"captcha\";s:7:\"options\";a:0:{}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-4314-6633\";s:16:\"captcha_provider\";s:9:\"recaptcha\";s:12:\"captcha_type\";s:11:\"v2_checkbox\";s:13:\"hcaptcha_type\";s:11:\"hc_checkbox\";s:15:\"score_threshold\";s:3:\"0.5\";s:13:\"captcha_badge\";s:11:\"bottomright\";s:19:\"hc_invisible_notice\";s:169:\"This site is protected by hCaptcha and its <a href=\"https://hcaptcha.com/privacy\">Privacy Policy</a> and <a href=\"https://hcaptcha.com/terms\">Terms of Service</a> apply.\";s:23:\"recaptcha_error_message\";s:48:\"reCAPTCHA verification failed. Please try again.\";s:22:\"hcaptcha_error_message\";s:47:\"hCaptcha verification failed. Please try again.\";}}s:8:\"settings\";a:35:{s:17:\"pagination-header\";s:3:\"nav\";s:14:\"paginationData\";a:2:{s:24:\"pagination-header-design\";s:4:\"show\";s:17:\"pagination-header\";s:3:\"nav\";}s:9:\"form-type\";s:7:\"default\";s:17:\"form-border-style\";s:5:\"solid\";s:12:\"form-padding\";s:0:\"\";s:11:\"form-border\";s:0:\"\";s:12:\"fields-style\";s:4:\"open\";s:10:\"validation\";s:9:\"on_submit\";s:10:\"form-style\";s:7:\"default\";s:11:\"enable-ajax\";s:4:\"true\";s:9:\"autoclose\";s:4:\"true\";s:20:\"submission-indicator\";s:4:\"show\";s:15:\"indicator-label\";s:25:\"Submitting your Form.....\";s:15:\"use-admin-email\";s:0:\"\";s:14:\"use-user-email\";s:0:\"\";s:8:\"formName\";s:42:\"Registration Form By Bank Transfer Payment\";s:16:\"thankyou-message\";s:45:\"Thank you for your message. It has been sent.\";s:8:\"honeypot\";s:0:\"\";s:17:\"validation-inline\";s:1:\"1\";s:10:\"submitData\";a:3:{s:18:\"custom-submit-text\";s:11:\"Submit Form\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}}s:24:\"pagination-header-design\";s:3:\"off\";s:12:\"poll-padding\";s:6:\"custom\";s:11:\"poll-border\";s:6:\"custom\";s:17:\"store_submissions\";s:1:\"1\";s:20:\"submission-behaviour\";s:14:\"behaviour-hide\";s:9:\"form_name\";s:42:\"registration-form-by-bank-transfer-payment\";s:11:\"form_status\";s:7:\"publish\";s:18:\"akismet-protection\";s:1:\"0\";s:13:\"sc_email_link\";s:1:\"1\";s:10:\"sc_message\";s:417:\"<p>Your form has been saved as draft and a resume link has been generated so you can return to the form anytime within {retention_period} days from today. Copy and save the link or enter your email address below to have the link sent to your mail.</p><p>These fields weren\'t saved to your submission draft: Paypal, Stripe, Signature, Password, Captcha, and Upload. Kindly fill them out before submitting the form.</p>\";s:7:\"version\";s:6:\"1.22.1\";s:7:\"form_id\";s:4:\"3235\";s:19:\"payment_require_ssl\";s:1:\"1\";s:12:\"use-autofill\";s:0:\"\";s:28:\"enable-submissions-retention\";s:5:\"false\";}s:9:\"client_id\";s:0:\"\";s:22:\"integration_conditions\";a:0:{}s:9:\"behaviors\";a:1:{i:0;a:11:{s:4:\"slug\";s:18:\"behavior-1234-4567\";s:5:\"label\";s:0:\"\";s:14:\"autoclose-time\";s:2:\"20\";s:9:\"autoclose\";s:4:\"true\";s:6:\"newtab\";s:7:\"sametab\";s:16:\"thankyou-message\";s:176:\"<p>Thank you for making Payment for your  Scrum License.  You will receive an Email from Prepmajor about your Registration and how to access your course materials online.</p>\";s:22:\"email-thankyou-message\";s:0:\"\";s:23:\"manual-thankyou-message\";s:0:\"\";s:20:\"submission-behaviour\";s:18:\"behaviour-thankyou\";s:12:\"redirect-url\";s:0:\"\";s:10:\"conditions\";a:0:{}}}s:13:\"notifications\";a:1:{i:0;a:14:{s:4:\"slug\";s:22:\"notification-5221-3896\";s:13:\"email-subject\";s:37:\"Scrum License Payment Submission Form\";s:5:\"label\";s:27:\"Scrum License Register Form\";s:12:\"email-editor\";s:176:\"<p>Thank you for making Payment for your  Scrum License.  You will receive an Email from Prepmajor about your Registration and how to access your course materials online.</p>\";s:10:\"recipients\";s:9:\"{email-1}\";s:16:\"email-recipients\";s:7:\"default\";s:7:\"routing\";a:1:{i:0;a:4:{s:5:\"email\";s:9:\"{email-1}\";s:10:\"element_id\";s:7:\"email-1\";s:4:\"rule\";s:2:\"is\";s:5:\"value\";s:0:\"\";}}s:5:\"email\";s:9:\"{email-1}\";s:9:\"from-name\";s:13:\"PrepMajor Ceo\";s:10:\"form-email\";s:13:\"{admin_email}\";s:13:\"replyto-email\";s:13:\"{admin_email}\";s:8:\"cc-email\";s:0:\"\";s:9:\"bcc-email\";s:18:\"abeebash@yahoo.com\";s:10:\"conditions\";a:0:{}}}}'),
(1967, 3095, '_elementor_page_assets', 'a:0:{}'),
(207, 1962, 'extend_builder', 'a:2:{s:4:\"json\";i:1742;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:238;i:1;i:239;i:2;i:244;i:3;i:245;i:4;i:246;i:5;i:247;i:6;i:248;i:7;i:249;i:8;i:250;i:9;i:251;i:10;i:252;i:11;i:253;i:12;i:254;i:13;i:255;i:14;i:256;i:15;i:257;i:16;i:258;i:17;i:259;i:18;i:260;i:19;i:261;i:20;i:262;i:21;i:263;i:22;i:264;i:23;i:265;i:24;i:240;i:25;i:241;i:26;i:242;i:27;i:243;i:28;i:266;i:29;i:271;i:30;i:272;i:31;i:273;i:32;i:274;i:33;i:267;i:34;i:268;i:35;i:269;i:36;i:270;}}}'),
(208, 1963, 'extend_builder', 'a:2:{s:4:\"json\";i:1745;s:4:\"meta\";a:2:{s:7:\"1744-m3\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:28:{i:0;i:275;i:1;i:276;i:2;i:281;i:3;i:282;i:4;i:283;i:5;i:284;i:6;i:285;i:7;i:286;i:8;i:287;i:9;i:288;i:10;i:289;i:11;i:290;i:12;i:291;i:13;i:292;i:14;i:293;i:15;i:294;i:16;i:295;i:17;i:296;i:18;i:297;i:19;i:298;i:20;i:299;i:21;i:300;i:22;i:301;i:23;i:302;i:24;i:277;i:25;i:278;i:26;i:279;i:27;i:280;}}}'),
(209, 1964, 'extend_builder', 'a:2:{s:4:\"json\";i:1748;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:7:{i:0;i:303;i:1;i:304;i:2;i:305;i:3;i:306;i:4;i:307;i:5;i:308;i:6;i:309;}}}'),
(210, 1965, 'extend_builder', 'a:2:{s:4:\"json\";i:1751;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:22:{i:0;i:310;i:1;i:311;i:2;i:312;i:3;i:313;i:4;i:314;i:5;i:315;i:6;i:316;i:7;i:317;i:8;i:318;i:9;i:319;i:10;i:320;i:11;i:321;i:12;i:322;i:13;i:323;i:14;i:324;i:15;i:325;i:16;i:326;i:17;i:327;i:18;i:328;i:19;i:329;i:20;i:330;i:21;i:331;}}}'),
(211, 1966, 'extend_builder', 'a:2:{s:4:\"json\";i:1754;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:16:{i:0;i:332;i:1;i:333;i:2;i:338;i:3;i:339;i:4;i:340;i:5;i:341;i:6;i:342;i:7;i:343;i:8;i:344;i:9;i:345;i:10;i:346;i:11;i:347;i:12;i:334;i:13;i:335;i:14;i:336;i:15;i:337;}}}'),
(212, 1967, 'extend_builder', 'a:2:{s:4:\"json\";i:1952;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:16:{i:0;i:353;i:1;i:354;i:2;i:355;i:3;i:356;i:4;i:357;i:5;i:358;i:6;i:359;i:7;i:360;i:8;i:361;i:9;i:362;i:10;i:363;i:11;i:364;i:12;i:365;i:13;i:366;i:14;i:367;i:15;i:368;}}}'),
(215, 1969, '_wp_attached_file', '2023/03/pic1.jpg'),
(216, 1969, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:16:\"2023/03/pic1.jpg\";s:8:\"filesize\";i:60729;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"pic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10656;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"pic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4258;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"pic1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(217, 1970, '_wp_attached_file', '2023/03/cropped-pic1.jpg'),
(218, 1970, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:24:\"2023/03/cropped-pic1.jpg\";s:8:\"filesize\";i:62481;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"cropped-pic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"cropped-pic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4262;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"cropped-pic1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40268;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(220, 1972, '_wp_attached_file', '2023/03/PrepMajorLogo-1-1.png'),
(221, 1972, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:561;s:6:\"height\";i:144;s:4:\"file\";s:29:\"2023/03/PrepMajorLogo-1-1.png\";s:8:\"filesize\";i:26189;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"PrepMajorLogo-1-1-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"PrepMajorLogo-1-1-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(222, 1973, '_wp_attached_file', '2023/03/cropped-cropped-pic1.jpg'),
(223, 1973, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2023/03/cropped-cropped-pic1.jpg\";s:8:\"filesize\";i:62489;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"cropped-cropped-pic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"cropped-cropped-pic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4262;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"cropped-cropped-pic1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40268;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(2601, 3254, '_elementor_version', '3.11.5'),
(2602, 3254, '_wp_page_template', 'default'),
(2603, 3254, '_elementor_edit_mode', 'builder'),
(2604, 3254, '_elementor_template_type', 'wp-page'),
(2605, 3254, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2606, 3254, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3430, 3479, '_elementor_edit_mode', 'builder'),
(3394, 3475, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3399, 3476, '_thumbnail_id', '173'),
(3400, 3476, '_elementor_edit_mode', 'builder'),
(3401, 3476, '_elementor_template_type', 'wp-post'),
(3402, 3476, '_elementor_version', '3.11.5'),
(3403, 3476, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3404, 3476, '_wp_page_template', 'default'),
(3405, 3476, '_elementor_data', '[{\"id\":\"25b5600\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e60ac8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5822849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\\"Scrum Fundamentals Certified\\\".<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"faab04a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7dea270\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2af1f9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_SFC_updated.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa78ac9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ca06d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7adcd7\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Certificaton\",\"_id\":\"ba417bc\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"054e909\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"518019d\"},{\"eael_data_table_header_col\":\"Cost of Exam\",\"_id\":\"471e422\"},{\"_id\":\"9ff920d\",\"eael_data_table_header_col\":\"Target Audience\"},{\"_id\":\"66e5fad\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"e39e7de\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"25ce830\",\"eael_data_table_content_row_title\":\"Scrum Fundamentals Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"da6f7c3\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"6656573\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"90f34a5\",\"eael_data_table_content_row_title\":\"0\"},{\"_id\":\"54eead5\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Anyone interested to know more about Scrum and Agile\"},{\"_id\":\"a4b4612\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Valid for lifetime.\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fdce91d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3434366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddad1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Exam Format<\\/h3><ul style=\\\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\"><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Multiple choice<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">40 questions per exam<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">One mark awarded for every right answer<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">No negative marks for wrong answers<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">30 questions need to be answered correctly to pass<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">60 minutes duration<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Online unproctored exam<\\/li><\\/ul><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Audience Profile<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.<\\/p><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Prerequisites<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">There is no formal prerequisite for this course.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01bb102\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f1703dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"60bacae\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\",\"alt\":\"\"},\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1,\"loop\":\"yes\",\"download_button\":\"yes\",\"preload\":\"auto\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"902e36b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7.625},\"elements\":[],\"isInner\":false},{\"id\":\"d85f73d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"ed2e740\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"download_button\":\"yes\",\"preload\":\"auto\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8763764\",\"elType\":\"section\",\"settings\":{\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"}},\"elements\":[{\"id\":\"5d38f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1006, 1631, '_wp_old_date', '2019-11-22'),
(1007, 1626, '_wp_old_date', '2019-11-22'),
(1913, 3089, '_wp_page_template', 'default'),
(1009, 1628, '_wp_old_date', '2019-11-22'),
(1010, 1629, '_wp_old_date', '2019-11-22');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1012, 2984, 'forminator_form_meta', 'a:6:{s:6:\"fields\";a:6:{i:0;a:16:{s:2:\"id\";s:6:\"text-1\";s:10:\"element_id\";s:6:\"text-1\";s:7:\"form_id\";s:17:\"wrapper-8714-7273\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:10:\"wrapper_id\";s:17:\"wrapper-8714-7273\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:9:\"Full Name\";s:7:\"options\";a:0:{}s:7:\"default\";s:7:\"Joe Joe\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";}i:1;a:17:{s:2:\"id\";s:7:\"email-1\";s:10:\"element_id\";s:7:\"email-1\";s:7:\"form_id\";s:17:\"wrapper-4410-3004\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:13:\"joe@yahoo.com\";s:4:\"type\";s:5:\"email\";s:10:\"wrapper_id\";s:17:\"wrapper-4410-3004\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:10:\"Your Email\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";s:18:\"validation_message\";s:30:\"Please enter an email address.\";}i:2;a:17:{s:2:\"id\";s:10:\"currency-1\";s:10:\"element_id\";s:10:\"currency-1\";s:7:\"form_id\";s:17:\"wrapper-3572-5583\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:8:\"currency\";s:7:\"options\";a:0:{}s:4:\"cols\";s:1:\"6\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-3572-5583\";s:12:\"calculations\";s:4:\"true\";s:9:\"limit_min\";s:3:\"150\";s:9:\"limit_max\";s:3:\"151\";s:8:\"currency\";s:3:\"GBP\";s:11:\"field_label\";s:13:\"Amount to Pay\";s:11:\"placeholder\";s:8:\"E.g. 150\";s:8:\"required\";s:1:\"1\";s:16:\"required_message\";s:20:\"Select amount to Pay\";}i:3;a:32:{s:2:\"id\";s:8:\"stripe-1\";s:10:\"element_id\";s:8:\"stripe-1\";s:7:\"form_id\";s:17:\"wrapper-3572-5583\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:6:\"stripe\";s:7:\"options\";a:0:{}s:4:\"cols\";s:1:\"6\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-3572-5583\";s:11:\"field_label\";s:23:\"Enter Credit/Debit Card\";s:4:\"mode\";s:4:\"live\";s:8:\"currency\";s:3:\"GBP\";s:11:\"amount_type\";s:5:\"fixed\";s:4:\"logo\";s:0:\"\";s:12:\"company_name\";s:15:\"Admin Prepmajor\";s:19:\"product_description\";s:56:\"Thanks for making payment of £150 for the Scrum License\";s:14:\"customer_email\";s:9:\"{email-1}\";s:7:\"receipt\";s:4:\"true\";s:7:\"billing\";s:5:\"false\";s:10:\"verify_zip\";s:5:\"false\";s:9:\"card_icon\";s:4:\"true\";s:8:\"language\";s:4:\"auto\";s:10:\"base_class\";s:13:\"StripeElement\";s:14:\"complete_class\";s:23:\"StripeElement--complete\";s:11:\"empty_class\";s:20:\"StripeElement--empty\";s:13:\"focused_class\";s:20:\"StripeElement--focus\";s:13:\"invalid_class\";s:22:\"StripeElement--invalid\";s:16:\"autofilled_class\";s:30:\"StripeElement--webkit-autofill\";s:24:\"subscription_amount_type\";s:5:\"fixed\";s:13:\"quantity_type\";s:5:\"fixed\";s:8:\"payments\";a:1:{i:0;a:9:{s:9:\"plan_name\";s:28:\"Please Make Payment of £150\";s:14:\"payment_method\";s:6:\"single\";s:11:\"amount_type\";s:5:\"fixed\";s:6:\"amount\";s:3:\"150\";s:24:\"subscription_amount_type\";s:5:\"fixed\";s:13:\"quantity_type\";s:5:\"fixed\";s:8:\"quantity\";s:1:\"1\";s:10:\"bill_input\";s:1:\"1\";s:10:\"conditions\";a:0:{}}}s:11:\"description\";s:34:\"Payment of £150 for Scrum License\";}i:4;a:17:{s:2:\"id\";s:8:\"select-1\";s:10:\"element_id\";s:8:\"select-1\";s:7:\"form_id\";s:17:\"wrapper-1330-6723\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;a:6:{s:5:\"label\";s:28:\"Scrum Master Certified (SMC)\";s:5:\"value\";s:3:\"one\";s:5:\"limit\";s:0:\"\";s:3:\"key\";s:9:\"4112-3824\";s:5:\"error\";s:0:\"\";s:7:\"default\";s:0:\"\";}i:1;a:6:{s:5:\"label\";s:31:\"Scrum Developer Certified (SDC)\";s:5:\"value\";s:3:\"two\";s:5:\"limit\";s:0:\"\";s:3:\"key\";s:9:\"1810-1147\";s:5:\"error\";s:0:\"\";s:7:\"default\";s:0:\"\";}i:2;a:6:{s:5:\"label\";s:36:\"Scrum Product Owner Certified (SPOC)\";s:5:\"value\";s:36:\"Scrum-Product-Owner-Certified-(SPOC)\";s:5:\"limit\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"key\";s:9:\"6229-7599\";s:5:\"error\";s:0:\"\";}}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-1330-6723\";s:10:\"value_type\";s:6:\"single\";s:11:\"field_label\";s:56:\"Please Select Relevant License that you are Paying For!!\";s:19:\"options_bulk_editor\";s:152:\"Scrum Master Certified (SMC);one; 0\nScrum Developer Certified (SDC);two; 0\n Scrum Product Owner Certified (SPOC);Scrum-Product-Owner-Certified-(SPOC); 0\";s:16:\"options_expanded\";s:0:\"\";s:9:\"bulk_edit\";s:0:\"\";s:11:\"placeholder\";s:10:\"Select One\";s:11:\"description\";s:14:\"Select License\";s:8:\"required\";s:1:\"1\";}i:5;a:17:{s:2:\"id\";s:9:\"captcha-1\";s:10:\"element_id\";s:9:\"captcha-1\";s:7:\"form_id\";s:17:\"wrapper-2103-6410\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:7:\"captcha\";s:7:\"options\";a:0:{}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-2103-6410\";s:16:\"captcha_provider\";s:9:\"recaptcha\";s:12:\"captcha_type\";s:11:\"v2_checkbox\";s:13:\"hcaptcha_type\";s:11:\"hc_checkbox\";s:15:\"score_threshold\";s:3:\"0.5\";s:13:\"captcha_badge\";s:11:\"bottomright\";s:19:\"hc_invisible_notice\";s:169:\"This site is protected by hCaptcha and its <a href=\"https://hcaptcha.com/privacy\">Privacy Policy</a> and <a href=\"https://hcaptcha.com/terms\">Terms of Service</a> apply.\";s:23:\"recaptcha_error_message\";s:48:\"reCAPTCHA verification failed. Please try again.\";s:22:\"hcaptcha_error_message\";s:47:\"hCaptcha verification failed. Please try again.\";}}s:8:\"settings\";a:35:{s:17:\"pagination-header\";s:3:\"nav\";s:14:\"paginationData\";a:2:{s:24:\"pagination-header-design\";s:4:\"show\";s:17:\"pagination-header\";s:3:\"nav\";}s:9:\"form-type\";s:7:\"default\";s:17:\"form-border-style\";s:5:\"solid\";s:12:\"form-padding\";s:0:\"\";s:11:\"form-border\";s:0:\"\";s:12:\"fields-style\";s:4:\"open\";s:10:\"validation\";s:9:\"on_submit\";s:10:\"form-style\";s:7:\"default\";s:11:\"enable-ajax\";s:4:\"true\";s:9:\"autoclose\";s:4:\"true\";s:20:\"submission-indicator\";s:4:\"show\";s:15:\"indicator-label\";s:25:\"Submitting your Form.....\";s:15:\"use-admin-email\";s:0:\"\";s:14:\"use-user-email\";s:0:\"\";s:8:\"formName\";s:41:\"Registration Form for Credit Card Payment\";s:16:\"thankyou-message\";s:45:\"Thank you for your message. It has been sent.\";s:8:\"honeypot\";s:0:\"\";s:17:\"validation-inline\";s:1:\"1\";s:10:\"submitData\";a:3:{s:18:\"custom-submit-text\";s:11:\"Submit Form\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}}s:24:\"pagination-header-design\";s:3:\"off\";s:12:\"poll-padding\";s:6:\"custom\";s:11:\"poll-border\";s:6:\"custom\";s:17:\"store_submissions\";s:1:\"1\";s:20:\"submission-behaviour\";s:14:\"behaviour-hide\";s:9:\"form_name\";s:17:\"registration-form\";s:11:\"form_status\";s:7:\"publish\";s:18:\"akismet-protection\";s:1:\"0\";s:13:\"sc_email_link\";s:1:\"1\";s:10:\"sc_message\";s:417:\"<p>Your form has been saved as draft and a resume link has been generated so you can return to the form anytime within {retention_period} days from today. Copy and save the link or enter your email address below to have the link sent to your mail.</p><p>These fields weren\'t saved to your submission draft: Paypal, Stripe, Signature, Password, Captcha, and Upload. Kindly fill them out before submitting the form.</p>\";s:7:\"version\";s:6:\"1.22.1\";s:7:\"form_id\";s:4:\"2984\";s:19:\"payment_require_ssl\";s:1:\"1\";s:12:\"use-autofill\";s:0:\"\";s:28:\"enable-submissions-retention\";s:5:\"false\";}s:9:\"client_id\";s:0:\"\";s:22:\"integration_conditions\";a:0:{}s:9:\"behaviors\";a:1:{i:0;a:11:{s:4:\"slug\";s:18:\"behavior-1234-4567\";s:5:\"label\";s:0:\"\";s:14:\"autoclose-time\";s:2:\"20\";s:9:\"autoclose\";s:4:\"true\";s:6:\"newtab\";s:7:\"sametab\";s:16:\"thankyou-message\";s:176:\"<p>Thank you for making Payment for your  Scrum License.  You will receive an Email from Prepmajor about your Registration and how to access your course materials online.</p>\";s:22:\"email-thankyou-message\";s:0:\"\";s:23:\"manual-thankyou-message\";s:0:\"\";s:20:\"submission-behaviour\";s:18:\"behaviour-thankyou\";s:12:\"redirect-url\";s:0:\"\";s:10:\"conditions\";a:0:{}}}s:13:\"notifications\";a:1:{i:0;a:14:{s:4:\"slug\";s:22:\"notification-5221-3896\";s:13:\"email-subject\";s:37:\"Scrum License Payment Submission Form\";s:5:\"label\";s:27:\"Scrum License Register Form\";s:12:\"email-editor\";s:176:\"<p>Thank you for making Payment for your  Scrum License.  You will receive an Email from Prepmajor about your Registration and how to access your course materials online.</p>\";s:10:\"recipients\";s:9:\"{email-1}\";s:16:\"email-recipients\";s:7:\"default\";s:7:\"routing\";a:1:{i:0;a:4:{s:5:\"email\";s:9:\"{email-1}\";s:10:\"element_id\";s:7:\"email-1\";s:4:\"rule\";s:2:\"is\";s:5:\"value\";s:0:\"\";}}s:5:\"email\";s:9:\"{email-1}\";s:9:\"from-name\";s:13:\"PrepMajor Ceo\";s:10:\"form-email\";s:13:\"{admin_email}\";s:13:\"replyto-email\";s:13:\"{admin_email}\";s:8:\"cc-email\";s:0:\"\";s:9:\"bcc-email\";s:18:\"abeebash@yahoo.com\";s:10:\"conditions\";a:0:{}}}}'),
(2082, 3109, '_elementor_template_type', 'wp-post'),
(2023, 3103, '_thumbnail_id', '2125'),
(2024, 3103, '_wp_page_template', 'default'),
(2025, 3103, '_elementor_edit_mode', 'builder'),
(1881, 3085, '_elementor_version', '3.11.5'),
(1882, 3085, '_wp_page_template', 'default'),
(1883, 3085, '_elementor_edit_mode', 'builder'),
(1884, 3085, '_elementor_template_type', 'wp-page'),
(1885, 3085, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1886, 3085, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1021, 2994, 'extend_builder', 'a:2:{s:4:\"json\";i:1745;s:4:\"meta\";a:2:{s:7:\"1744-m3\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:28:{i:0;i:275;i:1;i:276;i:2;i:281;i:3;i:282;i:4;i:283;i:5;i:284;i:6;i:285;i:7;i:286;i:8;i:287;i:9;i:288;i:10;i:289;i:11;i:290;i:12;i:291;i:13;i:292;i:14;i:293;i:15;i:294;i:16;i:295;i:17;i:296;i:18;i:297;i:19;i:298;i:20;i:299;i:21;i:300;i:22;i:301;i:23;i:302;i:24;i:277;i:25;i:278;i:26;i:279;i:27;i:280;}}}'),
(3737, 3528, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3740, 3529, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[f\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3802, 3561, 'forminator_form_meta', 'a:6:{s:6:\"fields\";a:6:{i:0;a:16:{s:2:\"id\";s:6:\"text-1\";s:10:\"element_id\";s:6:\"text-1\";s:7:\"form_id\";s:17:\"wrapper-8714-7273\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:10:\"wrapper_id\";s:17:\"wrapper-8714-7273\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:9:\"Full Name\";s:7:\"options\";a:0:{}s:7:\"default\";s:7:\"Joe Joe\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";}i:1;a:17:{s:2:\"id\";s:7:\"email-1\";s:10:\"element_id\";s:7:\"email-1\";s:7:\"form_id\";s:17:\"wrapper-4410-3004\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:13:\"joe@yahoo.com\";s:4:\"type\";s:5:\"email\";s:10:\"wrapper_id\";s:17:\"wrapper-4410-3004\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:10:\"Your Email\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";s:18:\"validation_message\";s:30:\"Please enter an email address.\";}i:2;a:17:{s:2:\"id\";s:8:\"select-1\";s:10:\"element_id\";s:8:\"select-1\";s:7:\"form_id\";s:17:\"wrapper-5589-6546\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;a:6:{s:5:\"label\";s:28:\"Scrum Master Certified (SMC)\";s:5:\"value\";s:3:\"one\";s:5:\"limit\";s:0:\"\";s:3:\"key\";s:9:\"4112-3824\";s:5:\"error\";s:0:\"\";s:7:\"default\";s:0:\"\";}i:1;a:6:{s:5:\"label\";s:31:\"Scrum Developer Certified (SDC)\";s:5:\"value\";s:3:\"two\";s:5:\"limit\";s:0:\"\";s:3:\"key\";s:9:\"1810-1147\";s:5:\"error\";s:0:\"\";s:7:\"default\";s:0:\"\";}i:2;a:6:{s:5:\"label\";s:36:\"Scrum Product Owner Certified (SPOC)\";s:5:\"value\";s:36:\"Scrum-Product-Owner-Certified-(SPOC)\";s:5:\"limit\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"key\";s:9:\"6229-7599\";s:5:\"error\";s:0:\"\";}}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-5589-6546\";s:10:\"value_type\";s:6:\"single\";s:11:\"field_label\";s:56:\"Please Select Relevant License that you are Paying For!!\";s:19:\"options_bulk_editor\";s:152:\"Scrum Master Certified (SMC);one; 0\nScrum Developer Certified (SDC);two; 0\n Scrum Product Owner Certified (SPOC);Scrum-Product-Owner-Certified-(SPOC); 0\";s:16:\"options_expanded\";s:0:\"\";s:9:\"bulk_edit\";s:0:\"\";s:11:\"placeholder\";s:10:\"Select One\";s:11:\"description\";s:14:\"Select License\";s:8:\"required\";s:1:\"1\";}i:3;a:17:{s:2:\"id\";s:10:\"currency-1\";s:10:\"element_id\";s:10:\"currency-1\";s:7:\"form_id\";s:17:\"wrapper-2661-4016\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:8:\"currency\";s:7:\"options\";a:0:{}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-2661-4016\";s:12:\"calculations\";s:4:\"true\";s:9:\"limit_min\";s:3:\"150\";s:9:\"limit_max\";s:3:\"151\";s:8:\"currency\";s:3:\"GBP\";s:11:\"field_label\";s:13:\"Amount to Pay\";s:11:\"placeholder\";s:8:\"E.g. 150\";s:8:\"required\";s:1:\"1\";s:16:\"required_message\";s:20:\"Select amount to Pay\";}i:4;a:32:{s:2:\"id\";s:8:\"paypal-1\";s:10:\"element_id\";s:8:\"paypal-1\";s:7:\"form_id\";s:17:\"wrapper-1949-1884\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:6:\"paypal\";s:7:\"options\";a:0:{}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-1949-1884\";s:4:\"mode\";s:4:\"live\";s:8:\"currency\";s:3:\"GBP\";s:11:\"amount_type\";s:5:\"fixed\";s:5:\"label\";s:8:\"checkout\";s:5:\"color\";s:4:\"blue\";s:5:\"shape\";s:4:\"rect\";s:6:\"layout\";s:8:\"vertical\";s:7:\"tagline\";s:4:\"true\";s:6:\"locale\";s:5:\"en_US\";s:10:\"debug_mode\";s:7:\"disable\";s:6:\"height\";s:2:\"40\";s:6:\"amount\";s:3:\"150\";s:5:\"venmo\";s:1:\"1\";s:6:\"sofort\";s:1:\"1\";s:5:\"ideal\";s:1:\"1\";s:7:\"giropay\";s:1:\"1\";s:3:\"eps\";s:1:\"1\";s:4:\"blik\";s:1:\"1\";s:11:\"mercadopago\";s:1:\"1\";s:4:\"sepa\";s:1:\"1\";s:3:\"p24\";s:1:\"1\";s:6:\"mybank\";s:1:\"1\";s:10:\"bancontact\";s:1:\"1\";}i:5;a:17:{s:2:\"id\";s:9:\"captcha-1\";s:10:\"element_id\";s:9:\"captcha-1\";s:7:\"form_id\";s:17:\"wrapper-2103-6410\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:7:\"captcha\";s:7:\"options\";a:0:{}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-2103-6410\";s:16:\"captcha_provider\";s:9:\"recaptcha\";s:12:\"captcha_type\";s:11:\"v2_checkbox\";s:13:\"hcaptcha_type\";s:11:\"hc_checkbox\";s:15:\"score_threshold\";s:3:\"0.5\";s:13:\"captcha_badge\";s:11:\"bottomright\";s:19:\"hc_invisible_notice\";s:169:\"This site is protected by hCaptcha and its <a href=\"https://hcaptcha.com/privacy\">Privacy Policy</a> and <a href=\"https://hcaptcha.com/terms\">Terms of Service</a> apply.\";s:23:\"recaptcha_error_message\";s:48:\"reCAPTCHA verification failed. Please try again.\";s:22:\"hcaptcha_error_message\";s:47:\"hCaptcha verification failed. Please try again.\";}}s:8:\"settings\";a:35:{s:17:\"pagination-header\";s:3:\"nav\";s:14:\"paginationData\";a:2:{s:24:\"pagination-header-design\";s:4:\"show\";s:17:\"pagination-header\";s:3:\"nav\";}s:9:\"form-type\";s:7:\"default\";s:17:\"form-border-style\";s:5:\"solid\";s:12:\"form-padding\";s:0:\"\";s:11:\"form-border\";s:0:\"\";s:12:\"fields-style\";s:4:\"open\";s:10:\"validation\";s:9:\"on_submit\";s:10:\"form-style\";s:7:\"default\";s:11:\"enable-ajax\";s:4:\"true\";s:9:\"autoclose\";s:4:\"true\";s:20:\"submission-indicator\";s:4:\"show\";s:15:\"indicator-label\";s:25:\"Submitting your Form.....\";s:15:\"use-admin-email\";s:0:\"\";s:14:\"use-user-email\";s:0:\"\";s:8:\"formName\";s:36:\"Registration Form for PayPal Payment\";s:16:\"thankyou-message\";s:45:\"Thank you for your message. It has been sent.\";s:8:\"honeypot\";s:0:\"\";s:17:\"validation-inline\";s:1:\"1\";s:10:\"submitData\";a:3:{s:18:\"custom-submit-text\";s:11:\"Submit Form\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}}s:24:\"pagination-header-design\";s:3:\"off\";s:12:\"poll-padding\";s:6:\"custom\";s:11:\"poll-border\";s:6:\"custom\";s:17:\"store_submissions\";s:1:\"1\";s:20:\"submission-behaviour\";s:14:\"behaviour-hide\";s:9:\"form_name\";s:36:\"registration-form-for-paypal-payment\";s:11:\"form_status\";s:7:\"publish\";s:18:\"akismet-protection\";s:1:\"0\";s:13:\"sc_email_link\";s:1:\"1\";s:10:\"sc_message\";s:417:\"<p>Your form has been saved as draft and a resume link has been generated so you can return to the form anytime within {retention_period} days from today. Copy and save the link or enter your email address below to have the link sent to your mail.</p><p>These fields weren\'t saved to your submission draft: Paypal, Stripe, Signature, Password, Captcha, and Upload. Kindly fill them out before submitting the form.</p>\";s:7:\"version\";s:6:\"1.23.3\";s:7:\"form_id\";s:4:\"3561\";s:19:\"payment_require_ssl\";s:1:\"1\";s:12:\"use-autofill\";s:0:\"\";s:28:\"enable-submissions-retention\";s:5:\"false\";}s:9:\"client_id\";s:0:\"\";s:22:\"integration_conditions\";a:0:{}s:9:\"behaviors\";a:1:{i:0;a:11:{s:4:\"slug\";s:18:\"behavior-1234-4567\";s:5:\"label\";s:0:\"\";s:14:\"autoclose-time\";s:2:\"20\";s:9:\"autoclose\";s:4:\"true\";s:6:\"newtab\";s:7:\"sametab\";s:16:\"thankyou-message\";s:176:\"<p>Thank you for making Payment for your  Scrum License.  You will receive an Email from Prepmajor about your Registration and how to access your course materials online.</p>\";s:22:\"email-thankyou-message\";s:0:\"\";s:23:\"manual-thankyou-message\";s:0:\"\";s:20:\"submission-behaviour\";s:18:\"behaviour-thankyou\";s:12:\"redirect-url\";s:0:\"\";s:10:\"conditions\";a:0:{}}}s:13:\"notifications\";a:1:{i:0;a:14:{s:4:\"slug\";s:22:\"notification-5221-3896\";s:13:\"email-subject\";s:37:\"Scrum License Payment Submission Form\";s:5:\"label\";s:27:\"Scrum License Register Form\";s:12:\"email-editor\";s:176:\"<p>Thank you for making Payment for your  Scrum License.  You will receive an Email from Prepmajor about your Registration and how to access your course materials online.</p>\";s:10:\"recipients\";s:9:\"{email-1}\";s:16:\"email-recipients\";s:7:\"default\";s:7:\"routing\";a:1:{i:0;a:4:{s:5:\"email\";s:9:\"{email-1}\";s:10:\"element_id\";s:7:\"email-1\";s:4:\"rule\";s:2:\"is\";s:5:\"value\";s:0:\"\";}}s:5:\"email\";s:9:\"{email-1}\";s:9:\"from-name\";s:13:\"PrepMajor Ceo\";s:10:\"form-email\";s:13:\"{admin_email}\";s:13:\"replyto-email\";s:13:\"{admin_email}\";s:8:\"cc-email\";s:0:\"\";s:9:\"bcc-email\";s:18:\"abeebash@yahoo.com\";s:10:\"conditions\";a:0:{}}}}'),
(245, 1995, '_wp_attached_file', '2023/03/cropped-cropped-SCRUMStudy.png'),
(246, 1995, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2023/03/cropped-cropped-SCRUMStudy.png\";s:8:\"filesize\";i:37252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"cropped-cropped-SCRUMStudy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"cropped-cropped-SCRUMStudy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(247, 1996, '_wp_attached_file', '2023/03/cropped-cropped-cropped-SCRUMStudy.png'),
(248, 1996, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:46:\"2023/03/cropped-cropped-cropped-SCRUMStudy.png\";s:8:\"filesize\";i:37252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"cropped-cropped-cropped-SCRUMStudy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"cropped-cropped-cropped-SCRUMStudy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(249, 1997, '_wp_attached_file', '2023/03/scrun-hieracky.png'),
(250, 1997, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:844;s:6:\"height\";i:712;s:4:\"file\";s:26:\"2023/03/scrun-hieracky.png\";s:8:\"filesize\";i:83787;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"scrun-hieracky-300x253.png\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32679;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"scrun-hieracky-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"scrun-hieracky-768x648.png\";s:5:\"width\";i:768;s:6:\"height\";i:648;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121013;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(251, 1998, '_wp_attached_file', '2023/03/cropped-scrum-books-1024x536-1-1.jpg'),
(252, 1998, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:536;s:6:\"height\";i:536;s:4:\"file\";s:44:\"2023/03/cropped-scrum-books-1024x536-1-1.jpg\";s:8:\"filesize\";i:55802;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"cropped-scrum-books-1024x536-1-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:21286;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"cropped-scrum-books-1024x536-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:7428;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(253, 1999, '_wp_attached_file', '2023/03/cropped-cropped-scrum-books-1024x536-1-1.jpg'),
(254, 1999, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:536;s:6:\"height\";i:536;s:4:\"file\";s:52:\"2023/03/cropped-cropped-scrum-books-1024x536-1-1.jpg\";s:8:\"filesize\";i:55801;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-scrum-books-1024x536-1-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:21269;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-scrum-books-1024x536-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:7409;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(255, 2000, '_wp_attached_file', '2023/03/cropped-cropped-cropped-cropped-SCRUMStudy.png'),
(256, 2000, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:54:\"2023/03/cropped-cropped-cropped-cropped-SCRUMStudy.png\";s:8:\"filesize\";i:37252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-cropped-cropped-SCRUMStudy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-cropped-cropped-SCRUMStudy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1065, 3014, '_wp_attached_file', '2023/03/cropped-cropped-cropped-cropped-SCRUMStudy-1.png'),
(1066, 3014, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:56:\"2023/03/cropped-cropped-cropped-cropped-SCRUMStudy-1.png\";s:8:\"filesize\";i:37252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"cropped-cropped-cropped-cropped-SCRUMStudy-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"cropped-cropped-cropped-cropped-SCRUMStudy-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(264, 2008, '_wp_attached_file', '2023/03/bs-in-the-news-1.png'),
(265, 2008, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:864;s:6:\"height\";i:990;s:4:\"file\";s:28:\"2023/03/bs-in-the-news-1.png\";s:8:\"filesize\";i:575477;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"bs-in-the-news-1-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"bs-in-the-news-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30332;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"bs-in-the-news-1-768x880.png\";s:5:\"width\";i:768;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:482360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(2692, 3284, '_elementor_version', '3.11.5'),
(2693, 3284, '_wp_page_template', 'default'),
(2694, 3284, '_elementor_edit_mode', 'builder'),
(2695, 3284, '_elementor_template_type', 'wp-page'),
(2696, 3284, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2697, 3284, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1165, 3031, '_elementor_edit_mode', 'builder'),
(1164, 3031, '_wp_page_template', 'default'),
(1076, 3022, '_thumbnail_id', '2125'),
(1077, 3022, '_wp_page_template', 'default'),
(1078, 3022, '_elementor_edit_mode', 'builder'),
(1079, 3022, '_elementor_template_type', 'wp-post'),
(1080, 3022, '_elementor_version', '3.11.5'),
(1081, 3022, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1082, 3022, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Get access to online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3783, 3550, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3811, 3563, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd1235\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Payment Form Available here Soon<\\/h3>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"RocknRoll One\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"oblique\",\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.0999999999999996447286321199499070644378662109375,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"swing\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3947, 3593, '_thumbnail_id', '2835'),
(3935, 3585, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3948, 3593, '_wp_page_template', 'default'),
(3949, 3593, '_elementor_edit_mode', 'builder'),
(3950, 3593, '_elementor_template_type', 'wp-post'),
(3951, 3593, '_elementor_version', '3.11.5'),
(3952, 3593, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3953, 3593, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay byPaypal\",\"background_color\":\"#0063A1\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354ea5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by credit Card\",\"link\":{\"url\":\"\\/scrum\\/creditcard-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7ddb3bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and pay by Bank Transfer\",\"background_color\":\"#0063A1\",\"link\":{\"url\":\"\\/scrum\\/banktransfer-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3186, 3372, '_thumbnail_id', '2125'),
(3187, 3372, '_wp_page_template', 'default'),
(3188, 3372, '_elementor_edit_mode', 'builder'),
(3189, 3372, '_elementor_template_type', 'wp-post'),
(3190, 3372, '_elementor_version', '3.11.5'),
(3191, 3372, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3192, 3372, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#00018A87\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3926, 1631, '_wp_old_date', '2023-03-24'),
(3927, 1626, '_wp_old_date', '2023-03-24'),
(3358, 3438, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3310, 3391, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3314, 3394, 'is_colibri-wp_front_page', '1'),
(3315, 3394, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:73:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:445;i:27;i:446;i:28;i:447;i:29;i:195;i:30;i:196;i:31;i:197;i:32;i:198;i:33;i:199;i:34;i:442;i:35;i:443;i:36;i:444;i:37;i:200;i:38;i:201;i:39;i:441;i:40;i:440;i:41;i:439;i:42;i:206;i:43;i:207;i:44;i:208;i:45;i:209;i:46;i:210;i:47;i:211;i:48;i:212;i:49;i:213;i:50;i:214;i:51;i:215;i:52;i:216;i:53;i:217;i:54;i:218;i:55;i:219;i:56;i:416;i:57;i:417;i:58;i:220;i:59;i:221;i:60;i:222;i:61;i:223;i:62;i:224;i:63;i:225;i:64;i:226;i:65;i:227;i:66;i:228;i:67;i:229;i:68;i:230;i:69;i:231;i:70;i:232;i:71;i:233;i:72;i:234;}}}'),
(3941, 3590, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3316, 3396, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(308, 2051, '_wp_attached_file', '2023/03/sdc.png'),
(309, 2051, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:174;s:6:\"height\";i:24;s:4:\"file\";s:15:\"2023/03/sdc.png\";s:8:\"filesize\";i:2531;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"sdc-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(3317, 3398, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3321, 3401, 'is_colibri-wp_front_page', '1'),
(3322, 3401, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:77:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:445;i:27;i:446;i:28;i:447;i:29;i:448;i:30;i:449;i:31;i:450;i:32;i:451;i:33;i:195;i:34;i:196;i:35;i:197;i:36;i:198;i:37;i:199;i:38;i:442;i:39;i:443;i:40;i:444;i:41;i:200;i:42;i:201;i:43;i:441;i:44;i:440;i:45;i:439;i:46;i:206;i:47;i:207;i:48;i:208;i:49;i:209;i:50;i:210;i:51;i:211;i:52;i:212;i:53;i:213;i:54;i:214;i:55;i:215;i:56;i:216;i:57;i:217;i:58;i:218;i:59;i:219;i:60;i:416;i:61;i:417;i:62;i:220;i:63;i:221;i:64;i:222;i:65;i:223;i:66;i:224;i:67;i:225;i:68;i:226;i:69;i:227;i:70;i:228;i:71;i:229;i:72;i:230;i:73;i:231;i:74;i:232;i:75;i:233;i:76;i:234;}}}'),
(3324, 3405, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3328, 3408, 'is_colibri-wp_front_page', '1'),
(3329, 3408, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:77:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:445;i:27;i:446;i:28;i:447;i:29;i:448;i:30;i:449;i:31;i:450;i:32;i:451;i:33;i:195;i:34;i:196;i:35;i:197;i:36;i:198;i:37;i:199;i:38;i:442;i:39;i:443;i:40;i:444;i:41;i:200;i:42;i:201;i:43;i:441;i:44;i:440;i:45;i:439;i:46;i:206;i:47;i:207;i:48;i:208;i:49;i:209;i:50;i:210;i:51;i:211;i:52;i:212;i:53;i:213;i:54;i:214;i:55;i:215;i:56;i:216;i:57;i:217;i:58;i:218;i:59;i:219;i:60;i:416;i:61;i:417;i:62;i:220;i:63;i:221;i:64;i:222;i:65;i:223;i:66;i:224;i:67;i:225;i:68;i:226;i:69;i:227;i:70;i:228;i:71;i:229;i:72;i:230;i:73;i:231;i:74;i:232;i:75;i:233;i:76;i:234;}}}'),
(3330, 3410, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(324, 2066, '_wp_attached_file', '2023/03/smc-.png'),
(325, 2066, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:179;s:6:\"height\";i:24;s:4:\"file\";s:16:\"2023/03/smc-.png\";s:8:\"filesize\";i:2708;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"smc--150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(326, 2067, '_wp_attached_file', '2023/03/sfc-home-1.png'),
(327, 2067, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:171;s:6:\"height\";i:24;s:4:\"file\";s:22:\"2023/03/sfc-home-1.png\";s:8:\"filesize\";i:3072;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"sfc-home-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(328, 2068, '_wp_attached_file', '2023/03/sdc-1.png'),
(329, 2068, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:174;s:6:\"height\";i:24;s:4:\"file\";s:17:\"2023/03/sdc-1.png\";s:8:\"filesize\";i:2531;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"sdc-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(330, 2069, '_wp_attached_file', '2023/03/bs-in-the-news-1-1.png'),
(331, 2069, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:864;s:6:\"height\";i:990;s:4:\"file\";s:30:\"2023/03/bs-in-the-news-1-1.png\";s:8:\"filesize\";i:575477;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"bs-in-the-news-1-1-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"bs-in-the-news-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30332;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"bs-in-the-news-1-1-768x880.png\";s:5:\"width\";i:768;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:482360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(332, 2070, '_wp_attached_file', '2023/03/cropped-scrum-books-1024x536-1-1-1.jpg'),
(333, 2070, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:536;s:6:\"height\";i:536;s:4:\"file\";s:46:\"2023/03/cropped-scrum-books-1024x536-1-1-1.jpg\";s:8:\"filesize\";i:55802;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"cropped-scrum-books-1024x536-1-1-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:21286;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"cropped-scrum-books-1024x536-1-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:7428;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(334, 2071, '_wp_attached_file', '2023/03/scrun-hieracky-1.png'),
(335, 2071, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:844;s:6:\"height\";i:712;s:4:\"file\";s:28:\"2023/03/scrun-hieracky-1.png\";s:8:\"filesize\";i:83787;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"scrun-hieracky-1-300x253.png\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32679;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"scrun-hieracky-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"scrun-hieracky-1-768x648.png\";s:5:\"width\";i:768;s:6:\"height\";i:648;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121013;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(336, 2072, '_wp_attached_file', '2023/03/cropped-cropped-SCRUMStudy-1.png'),
(337, 2072, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:40:\"2023/03/cropped-cropped-SCRUMStudy-1.png\";s:8:\"filesize\";i:37252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"cropped-cropped-SCRUMStudy-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"cropped-cropped-SCRUMStudy-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(338, 2073, '_wp_attached_file', '2023/03/PrepMajorLogo-1-1-1.png'),
(339, 2073, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:561;s:6:\"height\";i:144;s:4:\"file\";s:31:\"2023/03/PrepMajorLogo-1-1-1.png\";s:8:\"filesize\";i:26189;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"PrepMajorLogo-1-1-1-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"PrepMajorLogo-1-1-1-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(340, 2074, '_wp_attached_file', '2023/03/Media-Library-‹-Scrum-Certifications-—-WordPress.html'),
(341, 2074, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:240372;}'),
(342, 2075, '_wp_attached_file', '2023/03/pic1-1.jpg'),
(343, 2075, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:18:\"2023/03/pic1-1.jpg\";s:8:\"filesize\";i:60729;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"pic1-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:10656;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"pic1-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:4258;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"pic1-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(344, 2076, '_wp_attached_file', '2023/03/eael-data-table-19e0105.csv'),
(345, 2076, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1945;}'),
(346, 2077, '_wp_attached_file', '2023/03/sspoc-home.png'),
(347, 2077, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:204;s:6:\"height\";i:24;s:4:\"file\";s:22:\"2023/03/sspoc-home.png\";s:8:\"filesize\";i:17166;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"sspoc-home-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2038;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(348, 2078, '_wp_attached_file', '2023/03/ssmc-home.png'),
(349, 2078, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:196;s:6:\"height\";i:24;s:4:\"file\";s:21:\"2023/03/ssmc-home.png\";s:8:\"filesize\";i:17007;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"ssmc-home-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2094;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(350, 2079, '_wp_attached_file', '2023/03/spoc-home.png'),
(351, 2079, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:193;s:6:\"height\";i:24;s:4:\"file\";s:21:\"2023/03/spoc-home.png\";s:8:\"filesize\";i:17116;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"spoc-home-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(352, 2080, '_wp_attached_file', '2023/03/smc-home-1.png'),
(353, 2080, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:179;s:6:\"height\";i:24;s:4:\"file\";s:22:\"2023/03/smc-home-1.png\";s:8:\"filesize\";i:2387;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"smc-home-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(354, 2081, '_wp_attached_file', '2023/03/sdc-home.png'),
(355, 2081, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:174;s:6:\"height\";i:24;s:4:\"file\";s:20:\"2023/03/sdc-home.png\";s:8:\"filesize\";i:2242;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"sdc-home-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(356, 2082, '_wp_attached_file', '2023/03/esmc-home.png'),
(357, 2082, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:191;s:6:\"height\";i:24;s:4:\"file\";s:21:\"2023/03/esmc-home.png\";s:8:\"filesize\";i:5316;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"esmc-home-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(358, 2083, '_wp_attached_file', '2023/03/aec-home.png'),
(359, 2083, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:191;s:6:\"height\";i:24;s:4:\"file\";s:20:\"2023/03/aec-home.png\";s:8:\"filesize\";i:2456;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"aec-home-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(360, 2084, '_wp_attached_file', '2023/03/smc-home.png'),
(361, 2084, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:179;s:6:\"height\";i:24;s:4:\"file\";s:20:\"2023/03/smc-home.png\";s:8:\"filesize\";i:2387;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"smc-home-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(362, 2085, '_wp_attached_file', '2023/03/sfc-home.png'),
(363, 2085, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:171;s:6:\"height\";i:24;s:4:\"file\";s:20:\"2023/03/sfc-home.png\";s:8:\"filesize\";i:1274;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"sfc-home-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(3331, 3412, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3335, 3415, 'is_colibri-wp_front_page', '1'),
(3336, 3415, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:80:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:445;i:27;i:446;i:28;i:447;i:29;i:452;i:30;i:453;i:31;i:454;i:32;i:448;i:33;i:449;i:34;i:450;i:35;i:451;i:36;i:195;i:37;i:196;i:38;i:197;i:39;i:198;i:40;i:199;i:41;i:442;i:42;i:443;i:43;i:444;i:44;i:200;i:45;i:201;i:46;i:441;i:47;i:440;i:48;i:439;i:49;i:206;i:50;i:207;i:51;i:208;i:52;i:209;i:53;i:210;i:54;i:211;i:55;i:212;i:56;i:213;i:57;i:214;i:58;i:215;i:59;i:216;i:60;i:217;i:61;i:218;i:62;i:219;i:63;i:416;i:64;i:417;i:65;i:220;i:66;i:221;i:67;i:222;i:68;i:223;i:69;i:224;i:70;i:225;i:71;i:226;i:72;i:227;i:73;i:228;i:74;i:229;i:75;i:230;i:76;i:231;i:77;i:232;i:78;i:233;i:79;i:234;}}}'),
(3338, 3419, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3342, 3422, 'is_colibri-wp_front_page', '1'),
(3343, 3422, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:78:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:454;i:30;i:448;i:31;i:449;i:32;i:450;i:33;i:451;i:34;i:195;i:35;i:196;i:36;i:197;i:37;i:198;i:38;i:199;i:39;i:442;i:40;i:443;i:41;i:444;i:42;i:200;i:43;i:201;i:44;i:441;i:45;i:440;i:46;i:439;i:47;i:206;i:48;i:207;i:49;i:208;i:50;i:209;i:51;i:210;i:52;i:211;i:53;i:212;i:54;i:213;i:55;i:214;i:56;i:215;i:57;i:216;i:58;i:217;i:59;i:218;i:60;i:219;i:61;i:416;i:62;i:417;i:63;i:220;i:64;i:221;i:65;i:222;i:66;i:223;i:67;i:224;i:68;i:225;i:69;i:226;i:70;i:227;i:71;i:228;i:72;i:229;i:73;i:230;i:74;i:231;i:75;i:232;i:76;i:233;i:77;i:234;}}}'),
(3344, 3424, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3350, 3429, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(3345, 3426, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(384, 2106, '_wp_attached_file', '2023/03/spoc_certiifcate_product_owner.png'),
(385, 2106, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:539;s:6:\"height\";i:314;s:4:\"file\";s:42:\"2023/03/spoc_certiifcate_product_owner.png\";s:8:\"filesize\";i:62324;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"spoc_certiifcate_product_owner-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26956;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"spoc_certiifcate_product_owner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17341;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(386, 2107, '_wp_attached_file', '2023/03/cropped-cropped-cropped-scrum-books-1024x536-1-2.jpg'),
(387, 2107, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:536;s:6:\"height\";i:536;s:4:\"file\";s:60:\"2023/03/cropped-cropped-cropped-scrum-books-1024x536-1-2.jpg\";s:8:\"filesize\";i:57357;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"cropped-cropped-cropped-scrum-books-1024x536-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"cropped-cropped-cropped-scrum-books-1024x536-1-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:7254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(389, 2109, '_wp_attached_file', '2023/03/cropped-spoc_certiifcate_product_owner.png'),
(390, 2109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:421;s:6:\"height\";i:314;s:4:\"file\";s:50:\"2023/03/cropped-spoc_certiifcate_product_owner.png\";s:8:\"filesize\";i:62209;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"cropped-spoc_certiifcate_product_owner-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"cropped-spoc_certiifcate_product_owner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17268;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(391, 2110, '_wp_attached_file', '2023/03/cropped-cropped-spoc_certiifcate_product_owner.png');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(392, 2110, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:404;s:6:\"height\";i:314;s:4:\"file\";s:58:\"2023/03/cropped-cropped-spoc_certiifcate_product_owner.png\";s:8:\"filesize\";i:61279;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"cropped-cropped-spoc_certiifcate_product_owner-300x233.png\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"cropped-cropped-spoc_certiifcate_product_owner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17281;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(393, 2110, '_oembed_03df71a769e2458adede7e2f73df3bd8', '{{unknown}}'),
(3356, 3436, 'is_colibri-wp_front_page', '1'),
(3352, 3433, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3357, 3436, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(2451, 3204, '_thumbnail_id', '2835'),
(2452, 3204, '_wp_page_template', 'default'),
(2453, 3204, '_elementor_edit_mode', 'builder'),
(2454, 3204, '_elementor_template_type', 'wp-post'),
(2422, 3201, '_thumbnail_id', '2831'),
(2423, 3201, '_wp_page_template', 'default'),
(2424, 3201, '_elementor_edit_mode', 'builder'),
(2425, 3201, '_elementor_template_type', 'wp-post'),
(2426, 3201, '_elementor_version', '3.11.5'),
(2427, 3201, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2428, 3201, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3363, 3443, 'is_colibri-wp_front_page', '1'),
(3359, 3440, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3364, 3443, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(3834, 3566, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(408, 2125, '_wp_attached_file', '2023/03/cropped-cropped-scrum-books-1024x536-1-1-1.jpg'),
(409, 2125, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:536;s:6:\"height\";i:536;s:4:\"file\";s:54:\"2023/03/cropped-cropped-scrum-books-1024x536-1-1-1.jpg\";s:8:\"filesize\";i:55801;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-scrum-books-1024x536-1-1-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:21269;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-scrum-books-1024x536-1-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:7409;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(410, 2126, '_wp_attached_file', '2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png'),
(411, 2126, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:306;s:4:\"file\";s:66:\"2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\";s:8:\"filesize\";i:60983;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"cropped-cropped-cropped-spoc_certiifcate_product_owner-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"cropped-cropped-cropped-spoc_certiifcate_product_owner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17693;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(412, 2126, '_oembed_03df71a769e2458adede7e2f73df3bd8', '{{unknown}}'),
(3371, 3450, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(3366, 3447, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(421, 2134, '_thumbnail_id', '2831'),
(422, 2134, 'enclosure', 'https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4\n16882952\nvideo/mp4\n'),
(423, 2134, '_edit_last', '1'),
(424, 2134, '_wp_page_template', 'default'),
(425, 2134, '_wp_old_slug', 'lorem-ipsum'),
(426, 2134, '_wp_old_date', '2019-04-01'),
(427, 2134, '_elementor_edit_mode', 'builder'),
(428, 2134, '_elementor_template_type', 'wp-post'),
(429, 2134, '_elementor_version', '3.11.5'),
(430, 2134, '_eael_custom_js', ''),
(431, 2134, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(432, 2134, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Credit Card\",\"link\":{\"url\":\"creditcard-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false},\"link\":{\"url\":\"banktransfer-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(433, 2134, '_elementor_page_assets', 'a:0:{}'),
(434, 2134, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(435, 2134, '_wp_old_slug', 'scrum-master'),
(436, 2135, '_thumbnail_id', '173'),
(437, 2135, '_elementor_edit_mode', 'builder'),
(438, 2135, '_elementor_template_type', 'wp-post'),
(439, 2135, '_wp_old_slug', 'lorem-ipsum-2'),
(440, 2135, '_wp_old_date', '2019-04-01'),
(441, 2135, '_elementor_version', '3.11.5'),
(442, 2135, '_eael_custom_js', ''),
(443, 2135, 'enclosure', 'https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4\n5213276\nvideo/mp4\n'),
(444, 2135, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(445, 2135, '_edit_last', '1'),
(446, 2135, '_wp_page_template', 'default'),
(447, 2135, '_elementor_data', '[{\"id\":\"25b5600\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5d38f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c028a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e60ac8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"5822849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\\"Scrum Fundamentals Certified\\\".<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"faab04a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7dea270\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2af1f9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_SFC_updated.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa78ac9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ca06d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7adcd7\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Certificaton\",\"_id\":\"ba417bc\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"054e909\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"518019d\"},{\"eael_data_table_header_col\":\"Cost of Exam\",\"_id\":\"471e422\"},{\"_id\":\"9ff920d\",\"eael_data_table_header_col\":\"Target Audience\"},{\"_id\":\"66e5fad\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"e39e7de\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"25ce830\",\"eael_data_table_content_row_title\":\"Scrum Fundamentals Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"da6f7c3\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"6656573\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"90f34a5\",\"eael_data_table_content_row_title\":\"0\"},{\"_id\":\"54eead5\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Anyone interested to know more about Scrum and Agile\"},{\"_id\":\"a4b4612\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Valid for lifetime.\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fdce91d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3434366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddad1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Exam Format<\\/h3><ul style=\\\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\"><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Multiple choice<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">40 questions per exam<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">One mark awarded for every right answer<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">No negative marks for wrong answers<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">30 questions need to be answered correctly to pass<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">60 minutes duration<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Online unproctored exam<\\/li><\\/ul><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Audience Profile<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.<\\/p><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Prerequisites<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">There is no formal prerequisite for this course.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01bb102\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f1703dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"60bacae\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\",\"alt\":\"\"},\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1,\"loop\":\"yes\",\"download_button\":\"yes\",\"preload\":\"auto\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"902e36b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7.625},\"elements\":[],\"isInner\":false},{\"id\":\"d85f73d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"ed2e740\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"download_button\":\"yes\",\"preload\":\"auto\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8763764\",\"elType\":\"section\",\"settings\":{\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"}},\"elements\":[{\"id\":\"b04323f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"32d465b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(448, 2135, '_elementor_page_assets', 'a:0:{}'),
(449, 2135, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(3544, 3491, '_thumbnail_id', '2694'),
(3545, 3491, '_wp_page_template', 'default'),
(3429, 3479, '_thumbnail_id', '173'),
(451, 2135, '_wp_old_slug', 'scrum-fundamentals'),
(452, 2136, '_thumbnail_id', '1536'),
(453, 2136, '_wp_page_template', 'elementor_theme'),
(454, 2136, '_edit_last', '1'),
(455, 2136, '_elementor_template_type', 'wp-post'),
(456, 2136, '_wp_old_slug', 'lorem-ipsum-3'),
(457, 2136, '_wp_old_date', '2019-04-01'),
(458, 2136, '_elementor_edit_mode', 'builder'),
(459, 2136, '_elementor_version', '3.11.5'),
(460, 2136, '_eael_custom_js', ''),
(461, 2136, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(462, 2136, '_elementor_data', '[{\"id\":\"292996e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a9f526d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"106140f\",\"elType\":\"widget\",\"settings\":{\"title\":\"The world is adopting Scrum. Are you?\",\"header_size\":\"h3\",\"title_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5072839\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"04894bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"97f07b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SCRUMstudy<sup>\\u2122<\\/sup>\'s widely accepted certifications help individuals and organizations complete projects faster and more successfully.<\\/p>\\n<p>Several organizations around the globe are accepting Scrum as a primary project management framework for their projects, especially when they operate in a dynamic business environment.<\\/p>\",\"text_columns\":\"1\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cf15787\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d7c352\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Why_get_certified_in_SCRUM.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Why_get_certified_in_SCRUM.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\",\"css_filters_css_filter\":\"custom\",\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e4a29b9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_color\":\"#986B6B00\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6334d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf460c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"For Individuals\",\"description_text\":\"Growing popularity and acceptability of Scrum has created a great demand for Scrum-certified professionals in the job market. Grab the opportunity and join this growing community.\",\"position\":\"top\",\"title_size\":\"h5\",\"primary_color\":\"#0063A1\",\"icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"text_align\":\"left\",\"title_color\":\"#0063A1\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6969308\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ffc0952\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"For Organizations\",\"description_text\":\"Scrum-certified professionals help organizations with improved level of project management that leads to increased ROI.\",\"position\":\"top\",\"title_size\":\"h5\",\"primary_color\":\"#0063A1\",\"icon_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"text_align\":\"left\",\"title_color\":\"#0063A1\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"59fa45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"text_align\":\"left\"},\"elements\":[{\"id\":\"5493321\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chalkboard-teacher\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\" For A.T.P.\",\"description_text\":\"There are tremendous opportunities to tap the market potential for Scrum and Agile certifications with the leading Scrum certification body\",\"position\":\"top\",\"title_size\":\"h5\",\"primary_color\":\"#0063A1\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"left\",\"title_color\":\"#0063A1\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(463, 2136, 'enclosure', 'https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Why_get_certified_in_SCRUM.mp4\n10704046\nvideo/mp4\n'),
(464, 2136, '_elementor_page_assets', 'a:0:{}'),
(465, 2136, '_wp_old_date', '2022-01-17'),
(466, 2136, '_wp_old_date', '2019-03-01'),
(467, 2643, '_eael_custom_js', ''),
(468, 2643, '_elementor_version', '3.11.5'),
(469, 2643, '_edit_last', '1'),
(470, 2643, '_wp_page_template', 'default'),
(471, 2643, '_wp_old_slug', 'scrum-developer-certified-sdc'),
(472, 2643, '_wp_old_date', '2023-03-18'),
(473, 2643, '_elementor_edit_mode', 'builder'),
(474, 2643, '_elementor_template_type', 'wp-post'),
(475, 2643, '_thumbnail_id', '175'),
(476, 2643, '_wp_old_slug', 'sdc'),
(477, 2643, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(478, 2643, '_elementor_data', '[{\"id\":\"620a0a45\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f910805\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2aaf6acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<h3>How to become a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>)?<\\/h3>\\n<p class=\\\"inner-body-first-text-block\\\">SCRUM trainings for several certification exams (including SMC<sup>\\u00ae<\\/sup>, SPOC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and ESMC<sup>\\u2122<\\/sup>) should preferably be conducted in classrooms or through virtual instructor led sessions. It is important for every SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0faculty to be an expert in the particular SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0certification he or she is teaching, and be very familiar with the concepts in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide. It is also important for the faculty to be a good teacher and have adequate soft-skills to handle different situations in a class, and consistently deliver very high quality trainings.<\\/p>\\n<h3>Process for becoming an accredited SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>):<\\/h3>\\n<ol>\\n<li>Trainers need to have at least 2 years of relevant work experience and should be willing to share their experiences in the classes they teach.<\\/li>\\n<li>They need to successfully pass any three SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0certification exams (out of SDC<sup>\\u00ae<\\/sup>, SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>, and SPOC<sup>\\u00ae<\\/sup>), including the certification course that they wish to teach.<\\/li>\\n<li>They need to be aware of the training resources available in SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0A.T.P. site (including videos, handbooks, recording of past training sessions etc). SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0will provide substantial training resources which A.T.P.s and Trainers can customize and use for their classes - the training resources will focus more on SCRUM concepts rather than on how to pass SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0certification exams. Other than the training resources available in SCRUMstudy<sup>\\u2122<\\/sup>, additional custom content may need to be developed by individual A.T.P.s or Trainers.<\\/li>\\n<li>All Trainers should be associated with a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0A.T.P.<\\/li>\\n<\\/ol>\\n<p class=\\\"\\\">Once trainers complete the above requirements, they need to\\u00a0apply\\u00a0to SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0to become an accredited trainer (mentioning the details of the A.T.P. with whom they are associated). Accredited Trainers will be certified as \\\"SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainers (SCT<sup>\\u00ae<\\/sup>s)\\\" - and they will be awarded an accreditation certificate making them eligible to train students for SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0certifications. They should train only for the A.T.P.s with whom they have got associated.<\\/p>\\n<p class=\\\"\\\">To ensure a high-quality learning experience for all our students, trainers need to consistently get high rankings in student feedback forms. SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0will regularly ask for feedback from students who attend classes conducted by SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0A.T.P.s Faculty who receive unfavorable feedback must work on improving their course delivery, or their accreditation as SCT<sup>\\u00ae<\\/sup>s may be terminated. SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0reserves its right to terminate any SCT<sup>\\u00ae<\\/sup>\\u00a0from continuing training for SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0classes because of poor feedback or for other reasons.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(479, 2643, '_elementor_page_assets', 'a:0:{}'),
(480, 2656, '_thumbnail_id', '45'),
(481, 2656, 'enclosure', 'https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4\n79239727\nvideo/mp4\n'),
(482, 2656, '_edit_last', '1'),
(483, 2656, '_wp_page_template', 'default'),
(484, 2656, '_wp_old_slug', 'lorem-ipsum'),
(485, 2656, '_wp_old_date', '2019-04-01'),
(486, 2656, '_elementor_edit_mode', 'builder'),
(487, 2656, '_elementor_template_type', 'wp-post'),
(488, 2656, '_elementor_version', '3.15.2'),
(489, 2656, '_eael_custom_js', ''),
(490, 2656, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(491, 2656, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by PayPal\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(492, 2656, '_elementor_page_assets', 'a:0:{}'),
(493, 2656, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(494, 2656, '_wp_old_slug', 'scrum-master'),
(495, 2656, '_wp_old_date', '2023-03-18'),
(496, 2656, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(497, 2658, '_thumbnail_id', '2835'),
(498, 2658, '_edit_last', '1'),
(499, 2658, '_wp_page_template', 'default'),
(500, 2658, '_wp_old_slug', 'lorem-ipsum'),
(501, 2658, '_wp_old_date', '2019-04-01'),
(502, 2658, '_elementor_edit_mode', 'builder'),
(503, 2658, '_elementor_template_type', 'wp-post'),
(504, 2658, '_elementor_version', '3.15.2'),
(505, 2658, '_eael_custom_js', ''),
(506, 2658, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(507, 2658, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay byPaypal\",\"background_color\":\"#0063A1\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(508, 2658, '_elementor_page_assets', 'a:0:{}'),
(509, 2658, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(510, 2658, '_wp_old_slug', 'scrum-master'),
(511, 2658, '_wp_old_date', '2023-03-18'),
(512, 2658, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(513, 2658, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(514, 2658, '_wp_old_slug', 'samc'),
(515, 2660, 'enclosure', 'https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4\n21123896\nvideo/mp4\n'),
(516, 2660, '_thumbnail_id', '2107'),
(517, 2660, '_edit_last', '1'),
(518, 2660, '_wp_page_template', 'default'),
(519, 2660, '_wp_old_slug', 'lorem-ipsum'),
(520, 2660, '_wp_old_date', '2019-04-01'),
(521, 2660, '_elementor_edit_mode', 'builder'),
(522, 2660, '_elementor_template_type', 'wp-post'),
(523, 2660, '_elementor_version', '3.11.5'),
(524, 2660, '_eael_custom_js', ''),
(525, 2660, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(526, 2660, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(527, 2660, '_elementor_page_assets', 'a:0:{}'),
(528, 2660, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(529, 2660, '_wp_old_slug', 'scrum-master'),
(530, 2660, '_wp_old_date', '2023-03-18'),
(531, 2660, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(532, 2660, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(533, 2661, '_thumbnail_id', '2694'),
(534, 2661, '_edit_last', '1'),
(535, 2661, '_wp_page_template', 'default'),
(536, 2661, '_wp_old_slug', 'lorem-ipsum'),
(537, 2661, '_wp_old_date', '2019-04-01'),
(538, 2661, '_elementor_edit_mode', 'builder'),
(539, 2661, '_elementor_template_type', 'wp-post'),
(540, 2661, '_elementor_version', '3.11.5'),
(541, 2661, '_eael_custom_js', ''),
(542, 2661, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(543, 2661, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1152, 3030, '_thumbnail_id', '2694'),
(1153, 3030, '_wp_page_template', 'default'),
(1154, 3030, '_elementor_edit_mode', 'builder'),
(1155, 3030, '_elementor_template_type', 'wp-post'),
(1156, 3030, '_elementor_version', '3.11.5'),
(1157, 3030, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1158, 3030, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(544, 2661, '_elementor_page_assets', 'a:0:{}'),
(545, 2661, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(546, 2661, '_wp_old_slug', 'scrum-master'),
(547, 2661, '_wp_old_date', '2023-03-18'),
(548, 2661, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(549, 2661, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(1163, 3031, '_thumbnail_id', '2831'),
(551, 2662, '_thumbnail_id', '2835'),
(552, 2662, '_edit_last', '1'),
(553, 2662, '_wp_page_template', 'default'),
(554, 2662, '_wp_old_slug', 'lorem-ipsum'),
(555, 2662, '_wp_old_date', '2019-04-01'),
(556, 2662, '_elementor_edit_mode', 'builder'),
(557, 2662, '_elementor_template_type', 'wp-post'),
(558, 2662, '_elementor_version', '3.11.5'),
(559, 2662, '_eael_custom_js', ''),
(560, 2662, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(561, 2662, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"hover_color\":\"#657E7D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(562, 2662, '_elementor_page_assets', 'a:0:{}'),
(563, 2662, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(564, 2662, '_wp_old_slug', 'scrum-master'),
(565, 2662, '_wp_old_date', '2023-03-18'),
(566, 2662, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(567, 2662, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(568, 2663, '_thumbnail_id', '2125'),
(569, 2663, '_edit_last', '1'),
(570, 2663, '_wp_page_template', 'default'),
(571, 2663, '_wp_old_slug', 'lorem-ipsum'),
(572, 2663, '_wp_old_date', '2019-04-01'),
(573, 2663, '_elementor_edit_mode', 'builder'),
(574, 2663, '_elementor_template_type', 'wp-post'),
(575, 2663, '_elementor_version', '3.11.5'),
(576, 2663, '_eael_custom_js', ''),
(577, 2663, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(578, 2663, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#0063A1\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3027, 3323, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(579, 2663, '_elementor_page_assets', 'a:0:{}'),
(580, 2663, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(581, 2663, '_wp_old_slug', 'scrum-master'),
(582, 2663, '_wp_old_date', '2023-03-18'),
(583, 2663, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(584, 2663, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(585, 2664, '_thumbnail_id', '47'),
(586, 2664, '_edit_last', '1'),
(587, 2664, '_wp_page_template', 'default'),
(588, 2664, '_wp_old_slug', 'lorem-ipsum'),
(589, 2664, '_wp_old_date', '2019-04-01'),
(590, 2664, '_elementor_edit_mode', 'builder'),
(591, 2664, '_elementor_template_type', 'wp-post'),
(592, 2664, '_elementor_version', '3.11.5'),
(593, 2664, '_eael_custom_js', ''),
(594, 2664, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(595, 2664, '_elementor_data', '[{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.<\\/p>\\n<h3>Audience Profile:<\\/h3>\\n<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) certification is meant for those SCRUM consultants\\/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations<\\/p>\\n<h3>Prerequisites<\\/h3>\\n<p>To become a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Should have more than 3 years of experience managing Scrum\\/Agile Projects and more than 6 years of project management experience.<\\/li>\\n<li>Should be SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>).<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0d2fa4\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage   \",\"link\":{\"url\":\"\\/Scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#618FCE\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(596, 2664, '_elementor_page_assets', 'a:0:{}'),
(597, 2664, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(598, 2664, '_wp_old_slug', 'scrum-master'),
(599, 2664, '_wp_old_date', '2023-03-18'),
(600, 2664, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(601, 2664, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(1105, 3025, '_thumbnail_id', '2835'),
(1106, 3025, '_wp_page_template', 'default'),
(1107, 3025, '_elementor_edit_mode', 'builder'),
(1108, 3025, '_elementor_template_type', 'wp-post'),
(1167, 3031, '_elementor_version', '3.11.5'),
(1168, 3031, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(618, 1903, '_oembed_ce2e89a8e7707817ac288ccf1ab2eae6', '{{unknown}}'),
(619, 2670, '_wp_attached_file', '2019/11/cropped-work-2196609_640-1.jpg'),
(620, 2670, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:426;s:6:\"height\";i:426;s:4:\"file\";s:38:\"2019/11/cropped-work-2196609_640-1.jpg\";s:8:\"filesize\";i:22001;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"cropped-work-2196609_640-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:13148;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"cropped-work-2196609_640-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:5205;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(621, 2670, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.138451479322181825182269676588475704193115234375;s:5:\"bytes\";i:576;s:11:\"size_before\";i:18353;s:10:\"size_after\";i:17777;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:336;s:11:\"size_before\";i:13148;s:10:\"size_after\";i:12812;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:240;s:11:\"size_before\";i:5205;s:10:\"size_after\";i:4965;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(622, 2671, '_wp_attached_file', '2023/03/cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61.png'),
(623, 2671, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:847;s:6:\"height\";i:712;s:4:\"file\";s:68:\"2023/03/cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61.png\";s:8:\"filesize\";i:83816;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-300x252.png\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32539;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-768x646.png\";s:5:\"width\";i:768;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(624, 2671, '_oembed_25b7d393268879743b889e39204f61ab', '{{unknown}}'),
(625, 2671, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.5709162632239550561052965349517762660980224609375;s:5:\"bytes\";i:14340;s:11:\"size_before\";i:167310;s:10:\"size_after\";i:152970;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1737;s:11:\"size_before\";i:13911;s:10:\"size_after\";i:12174;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3678;s:11:\"size_before\";i:32539;s:10:\"size_after\";i:28861;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:8925;s:11:\"size_before\";i:120860;s:10:\"size_after\";i:111935;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),
(626, 2672, '_wp_attached_file', '2023/03/cropped-cropped-cropped-cropped-cropped-bs-in-the-news-1.png'),
(627, 2672, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:864;s:6:\"height\";i:990;s:4:\"file\";s:68:\"2023/03/cropped-cropped-cropped-cropped-cropped-bs-in-the-news-1.png\";s:8:\"filesize\";i:575477;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"cropped-cropped-cropped-cropped-cropped-bs-in-the-news-1-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"cropped-cropped-cropped-cropped-cropped-bs-in-the-news-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30332;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"cropped-cropped-cropped-cropped-cropped-bs-in-the-news-1-768x880.png\";s:5:\"width\";i:768;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:482360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(628, 2672, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:599109;s:10:\"size_after\";i:599109;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30332;s:10:\"size_after\";i:30332;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:86417;s:10:\"size_after\";i:86417;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:482360;s:10:\"size_after\";i:482360;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}}}'),
(629, 2673, '_wp_attached_file', '2023/03/cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61.png'),
(630, 2673, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:846;s:6:\"height\";i:712;s:4:\"file\";s:76:\"2023/03/cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61.png\";s:8:\"filesize\";i:83788;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-300x252.png\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32594;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-768x646.png\";s:5:\"width\";i:768;s:6:\"height\";i:646;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120422;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(631, 2673, '_oembed_25b7d393268879743b889e39204f61ab', '{{unknown}}'),
(632, 2673, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.46597614526110220367627334780991077423095703125;s:5:\"bytes\";i:14132;s:11:\"size_before\";i:166927;s:10:\"size_after\";i:152795;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1737;s:11:\"size_before\";i:13911;s:10:\"size_after\";i:12174;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3694;s:11:\"size_before\";i:32594;s:10:\"size_after\";i:28900;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8701;s:11:\"size_before\";i:120422;s:10:\"size_after\";i:111721;s:4:\"time\";d:0.25;}}}'),
(633, 2674, '_wp_attached_file', '2023/03/scrum-books-1024x536-1.jpg'),
(634, 2674, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:536;s:4:\"file\";s:34:\"2023/03/scrum-books-1024x536-1.jpg\";s:8:\"filesize\";i:109785;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"scrum-books-1024x536-1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14412;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"scrum-books-1024x536-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:7242;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"scrum-books-1024x536-1-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64989;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(635, 2674, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.054072458248214161358191631734371185302734375;s:5:\"bytes\";i:4379;s:11:\"size_before\";i:86643;s:10:\"size_after\";i:82264;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:450;s:11:\"size_before\";i:7242;s:10:\"size_after\";i:6792;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:866;s:11:\"size_before\";i:14412;s:10:\"size_after\";i:13546;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3063;s:11:\"size_before\";i:64989;s:10:\"size_after\";i:61926;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(636, 2675, '_wp_attached_file', '2023/03/cropped-scrum-books-1024x536-1.jpg'),
(637, 2675, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:431;s:6:\"height\";i:536;s:4:\"file\";s:42:\"2023/03/cropped-scrum-books-1024x536-1.jpg\";s:8:\"filesize\";i:47559;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"cropped-scrum-books-1024x536-1-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17969;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"cropped-scrum-books-1024x536-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:7331;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(638, 2675, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1897233201581034478522269637323915958404541015625;s:5:\"bytes\";i:1313;s:11:\"size_before\";i:25300;s:10:\"size_after\";i:23987;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:435;s:11:\"size_before\";i:7331;s:10:\"size_after\";i:6896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:878;s:11:\"size_before\";i:17969;s:10:\"size_after\";i:17091;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(639, 2676, '_wp_attached_file', '2023/03/cropped-scrum-books-1024x536-1-1-2.jpg'),
(640, 2676, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:536;s:6:\"height\";i:536;s:4:\"file\";s:46:\"2023/03/cropped-scrum-books-1024x536-1-1-2.jpg\";s:8:\"filesize\";i:55802;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"cropped-scrum-books-1024x536-1-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21286;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"cropped-scrum-books-1024x536-1-1-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:7428;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(641, 2676, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.39458104060736953755395006737671792507171630859375;s:5:\"bytes\";i:1549;s:11:\"size_before\";i:28714;s:10:\"size_after\";i:27165;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:435;s:11:\"size_before\";i:7428;s:10:\"size_after\";i:6993;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1114;s:11:\"size_before\";i:21286;s:10:\"size_after\";i:20172;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(642, 2677, '_wp_attached_file', '2023/03/cropped-scrum-books-1024x536-1-2.jpg'),
(643, 2677, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:536;s:6:\"height\";i:536;s:4:\"file\";s:44:\"2023/03/cropped-scrum-books-1024x536-1-2.jpg\";s:8:\"filesize\";i:57436;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"cropped-scrum-books-1024x536-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21322;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"cropped-scrum-books-1024x536-1-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:7254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(644, 2677, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.82222844344904810753860147087834775447845458984375;s:5:\"bytes\";i:1378;s:11:\"size_before\";i:28576;s:10:\"size_after\";i:27198;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:409;s:11:\"size_before\";i:7254;s:10:\"size_after\";i:6845;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:969;s:11:\"size_before\";i:21322;s:10:\"size_after\";i:20353;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(645, 2678, '_wp_attached_file', '2023/03/cropped-cropped-scrum-books-1024x536-1-2.jpg'),
(646, 2678, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:536;s:6:\"height\";i:536;s:4:\"file\";s:52:\"2023/03/cropped-cropped-scrum-books-1024x536-1-2.jpg\";s:8:\"filesize\";i:57383;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-scrum-books-1024x536-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21329;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-scrum-books-1024x536-1-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:7263;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(647, 2678, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9664241745942927508394859614782035350799560546875;s:5:\"bytes\";i:1420;s:11:\"size_before\";i:28592;s:10:\"size_after\";i:27172;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:425;s:11:\"size_before\";i:7263;s:10:\"size_after\";i:6838;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:995;s:11:\"size_before\";i:21329;s:10:\"size_after\";i:20334;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(648, 2679, '_wp_attached_file', '2023/03/SCRUMStudy.png'),
(649, 2679, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2023/03/SCRUMStudy.png\";s:8:\"filesize\";i:32993;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"SCRUMStudy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"SCRUMStudy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(650, 2679, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.1156497759393317892318009398877620697021484375;s:5:\"bytes\";i:12586;s:11:\"size_before\";i:46416;s:10:\"size_after\";i:33830;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3741;s:11:\"size_before\";i:13549;s:10:\"size_after\";i:9808;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8845;s:11:\"size_before\";i:32867;s:10:\"size_after\";i:24022;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),
(651, 2680, '_wp_attached_file', '2023/03/cropped-SCRUMStudy.png'),
(652, 2680, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2023/03/cropped-SCRUMStudy.png\";s:8:\"filesize\";i:37252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"cropped-SCRUMStudy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"cropped-SCRUMStudy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(653, 2680, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.1156497759393317892318009398877620697021484375;s:5:\"bytes\";i:12586;s:11:\"size_before\";i:46416;s:10:\"size_after\";i:33830;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3741;s:11:\"size_before\";i:13549;s:10:\"size_after\";i:9808;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8845;s:11:\"size_before\";i:32867;s:10:\"size_after\";i:24022;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),
(654, 2681, '_wp_attached_file', '2023/03/cropped-cropped-cropped-cropped-PrepMajorLogo-1.png'),
(655, 2681, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:561;s:6:\"height\";i:144;s:4:\"file\";s:59:\"2023/03/cropped-cropped-cropped-cropped-PrepMajorLogo-1.png\";s:8:\"filesize\";i:26189;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"cropped-cropped-cropped-cropped-PrepMajorLogo-1-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"cropped-cropped-cropped-cropped-PrepMajorLogo-1-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(656, 2681, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.31966135562917230572566040791571140289306640625;s:5:\"bytes\";i:2533;s:11:\"size_before\";i:19017;s:10:\"size_after\";i:16484;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:583;s:11:\"size_before\";i:4255;s:10:\"size_after\";i:3672;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1950;s:11:\"size_before\";i:14762;s:10:\"size_after\";i:12812;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(657, 2682, '_wp_attached_file', '2023/03/cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1.png'),
(658, 2682, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:559;s:6:\"height\";i:144;s:4:\"file\";s:67:\"2023/03/cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1.png\";s:8:\"filesize\";i:26006;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14619;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4288;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(659, 2682, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.30724070450097684670254238881170749664306640625;s:5:\"bytes\";i:2516;s:11:\"size_before\";i:18907;s:10:\"size_after\";i:16391;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:587;s:11:\"size_before\";i:4288;s:10:\"size_after\";i:3701;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1929;s:11:\"size_before\";i:14619;s:10:\"size_after\";i:12690;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(660, 2683, '_wp_attached_file', '2023/03/cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1-1.png'),
(661, 2683, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:561;s:6:\"height\";i:144;s:4:\"file\";s:69:\"2023/03/cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1-1.png\";s:8:\"filesize\";i:26189;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1-1-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1-1-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(662, 2683, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.31966135562917230572566040791571140289306640625;s:5:\"bytes\";i:2533;s:11:\"size_before\";i:19017;s:10:\"size_after\";i:16484;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:583;s:11:\"size_before\";i:4255;s:10:\"size_after\";i:3672;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1950;s:11:\"size_before\";i:14762;s:10:\"size_after\";i:12812;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(663, 2684, '_wp_attached_file', '2023/03/fundovendas.jpg'),
(664, 2684, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1401;s:4:\"file\";s:23:\"2023/03/fundovendas.jpg\";s:8:\"filesize\";i:140810;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"fundovendas-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8850;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"fundovendas-1024x747.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51152;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"fundovendas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4248;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"fundovendas-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33286;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"fundovendas-1536x1121.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91496;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(665, 2684, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.665157222057640939993916617822833359241485595703125;s:5:\"bytes\";i:5038;s:11:\"size_before\";i:189032;s:10:\"size_after\";i:183994;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:180;s:11:\"size_before\";i:8850;s:10:\"size_after\";i:8670;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:193;s:11:\"size_before\";i:4248;s:10:\"size_after\";i:4055;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:475;s:11:\"size_before\";i:33286;s:10:\"size_after\";i:32811;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:957;s:11:\"size_before\";i:51152;s:10:\"size_after\";i:50195;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:3233;s:11:\"size_before\";i:91496;s:10:\"size_after\";i:88263;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(666, 2685, '_wp_attached_file', '2023/03/certificacoes_scrum.jpg'),
(667, 2685, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1096;s:6:\"height\";i:738;s:4:\"file\";s:31:\"2023/03/certificacoes_scrum.jpg\";s:8:\"filesize\";i:98616;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"certificacoes_scrum-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11036;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"certificacoes_scrum-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68425;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"certificacoes_scrum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4527;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"certificacoes_scrum-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44895;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(668, 2685, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.6361350992760872458120502415113151073455810546875;s:5:\"bytes\";i:14997;s:11:\"size_before\";i:128883;s:10:\"size_after\";i:113886;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:301;s:11:\"size_before\";i:4527;s:10:\"size_after\";i:4226;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:761;s:11:\"size_before\";i:11036;s:10:\"size_after\";i:10275;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4950;s:11:\"size_before\";i:44895;s:10:\"size_after\";i:39945;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:8985;s:11:\"size_before\";i:68425;s:10:\"size_after\";i:59440;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(669, 2686, '_wp_attached_file', '2023/03/cropped-fundovendas.jpg'),
(670, 2686, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1913;s:6:\"height\";i:1401;s:4:\"file\";s:31:\"2023/03/cropped-fundovendas.jpg\";s:8:\"filesize\";i:128690;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"cropped-fundovendas-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8856;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"cropped-fundovendas-1024x750.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51174;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"cropped-fundovendas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4255;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"cropped-fundovendas-768x562.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34162;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"cropped-fundovendas-1536x1125.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93753;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(671, 2686, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.82778355879292409014169606962241232395172119140625;s:5:\"bytes\";i:5435;s:11:\"size_before\";i:192200;s:10:\"size_after\";i:186765;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:198;s:11:\"size_before\";i:8856;s:10:\"size_after\";i:8658;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:202;s:11:\"size_before\";i:4255;s:10:\"size_after\";i:4053;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:589;s:11:\"size_before\";i:34162;s:10:\"size_after\";i:33573;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1061;s:11:\"size_before\";i:51174;s:10:\"size_after\";i:50113;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:3385;s:11:\"size_before\";i:93753;s:10:\"size_after\";i:90368;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(672, 2687, '_wp_attached_file', '2023/03/cropped-cropped-SCRUMStudy-2.png'),
(673, 2687, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:40:\"2023/03/cropped-cropped-SCRUMStudy-2.png\";s:8:\"filesize\";i:37252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"cropped-cropped-SCRUMStudy-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"cropped-cropped-SCRUMStudy-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(674, 2687, '_oembed_9af600ff65a37af3e1d6117c97a2038e', '{{unknown}}'),
(675, 2687, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.1156497759393317892318009398877620697021484375;s:5:\"bytes\";i:12586;s:11:\"size_before\";i:46416;s:10:\"size_after\";i:33830;s:4:\"time\";d:0.09000000000000001054711873393898713402450084686279296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3741;s:11:\"size_before\";i:13549;s:10:\"size_after\";i:9808;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8845;s:11:\"size_before\";i:32867;s:10:\"size_after\";i:24022;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(676, 2688, '_wp_attached_file', '2023/03/cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-1.png'),
(677, 2688, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:844;s:6:\"height\";i:712;s:4:\"file\";s:78:\"2023/03/cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-1.png\";s:8:\"filesize\";i:83787;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-1-300x253.png\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32679;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-1-768x648.png\";s:5:\"width\";i:768;s:6:\"height\";i:648;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121013;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(678, 2688, '_oembed_25b7d393268879743b889e39204f61ab', '{{unknown}}'),
(679, 2688, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.9871229283414795219186999020166695117950439453125;s:5:\"bytes\";i:15075;s:11:\"size_before\";i:167740;s:10:\"size_after\";i:152665;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1639;s:11:\"size_before\";i:14048;s:10:\"size_after\";i:12409;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3525;s:11:\"size_before\";i:32679;s:10:\"size_after\";i:29154;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:9911;s:11:\"size_before\";i:121013;s:10:\"size_after\";i:111102;s:4:\"time\";d:0.25;}}}'),
(680, 2689, '_wp_attached_file', '2023/03/cropped-cropped-cropped-SCRUMStudy-1.png'),
(681, 2689, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:48:\"2023/03/cropped-cropped-cropped-SCRUMStudy-1.png\";s:8:\"filesize\";i:37252;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"cropped-cropped-cropped-SCRUMStudy-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"cropped-cropped-cropped-SCRUMStudy-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(682, 2689, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.1156497759393317892318009398877620697021484375;s:5:\"bytes\";i:12586;s:11:\"size_before\";i:46416;s:10:\"size_after\";i:33830;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3741;s:11:\"size_before\";i:13549;s:10:\"size_after\";i:9808;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8845;s:11:\"size_before\";i:32867;s:10:\"size_after\";i:24022;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),
(683, 2690, '_wp_attached_file', '2023/03/spoc_certiifcate_product_owner-1.png'),
(684, 2690, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:539;s:6:\"height\";i:314;s:4:\"file\";s:44:\"2023/03/spoc_certiifcate_product_owner-1.png\";s:8:\"filesize\";i:62324;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"spoc_certiifcate_product_owner-1-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26956;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"spoc_certiifcate_product_owner-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17341;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(685, 2690, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.19084813870014016856657690368592739105224609375;s:5:\"bytes\";i:8058;s:11:\"size_before\";i:44297;s:10:\"size_after\";i:36239;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:3357;s:11:\"size_before\";i:17341;s:10:\"size_after\";i:13984;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:4701;s:11:\"size_before\";i:26956;s:10:\"size_after\";i:22255;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(686, 2691, '_wp_attached_file', '2023/03/cropped-cropped-cropped-scrum-books-1024x536-1-2-1.jpg'),
(687, 2691, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:536;s:6:\"height\";i:536;s:4:\"file\";s:62:\"2023/03/cropped-cropped-cropped-scrum-books-1024x536-1-2-1.jpg\";s:8:\"filesize\";i:57357;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"cropped-cropped-cropped-scrum-books-1024x536-1-2-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:21289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"cropped-cropped-cropped-scrum-books-1024x536-1-2-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:7254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(688, 2691, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.84882458045755537767718124086968600749969482421875;s:5:\"bytes\";i:1384;s:11:\"size_before\";i:28543;s:10:\"size_after\";i:27159;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:414;s:11:\"size_before\";i:7254;s:10:\"size_after\";i:6840;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:970;s:11:\"size_before\";i:21289;s:10:\"size_after\";i:20319;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(689, 2691, '_oembed_17b8ed6585efb0eb22f767ef8dc53049', '{{unknown}}'),
(690, 2692, '_wp_attached_file', '2023/03/cropped-cropped-scrum-books-1024x536-1-1-2.jpg'),
(691, 2692, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:536;s:6:\"height\";i:536;s:4:\"file\";s:54:\"2023/03/cropped-cropped-scrum-books-1024x536-1-1-2.jpg\";s:8:\"filesize\";i:55801;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-scrum-books-1024x536-1-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21269;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-scrum-books-1024x536-1-1-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:7409;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(692, 2692, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4292489015970435417557382606901228427886962890625;s:5:\"bytes\";i:1557;s:11:\"size_before\";i:28678;s:10:\"size_after\";i:27121;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:432;s:11:\"size_before\";i:7409;s:10:\"size_after\";i:6977;s:4:\"time\";i:0;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1125;s:11:\"size_before\";i:21269;s:10:\"size_after\";i:20144;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(693, 2693, '_wp_attached_file', '2023/03/cropped-cropped-fundovendas.jpg'),
(694, 2693, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1889;s:6:\"height\";i:1401;s:4:\"file\";s:39:\"2023/03/cropped-cropped-fundovendas.jpg\";s:8:\"filesize\";i:130201;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-fundovendas-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8788;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"cropped-cropped-fundovendas-1024x759.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52424;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-fundovendas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4270;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"cropped-cropped-fundovendas-768x570.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34121;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"cropped-cropped-fundovendas-1536x1139.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1139;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96187;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(695, 2693, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.81628275192808619209472453803755342960357666015625;s:5:\"bytes\";i:5514;s:11:\"size_before\";i:195790;s:10:\"size_after\";i:190276;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:188;s:11:\"size_before\";i:8788;s:10:\"size_after\";i:8600;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:195;s:11:\"size_before\";i:4270;s:10:\"size_after\";i:4075;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:461;s:11:\"size_before\";i:34121;s:10:\"size_after\";i:33660;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:52424;s:10:\"size_after\";i:51252;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:3498;s:11:\"size_before\";i:96187;s:10:\"size_after\";i:92689;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(696, 2694, '_wp_attached_file', '2019/11/cropped-cropped-work-2196609_640-1.jpg'),
(697, 2694, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:426;s:6:\"height\";i:426;s:4:\"file\";s:46:\"2019/11/cropped-cropped-work-2196609_640-1.jpg\";s:8:\"filesize\";i:21985;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"cropped-cropped-work-2196609_640-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:13161;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"cropped-cropped-work-2196609_640-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:5201;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(698, 2694, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.207711578259448526040387150715105235576629638671875;s:5:\"bytes\";i:589;s:11:\"size_before\";i:18362;s:10:\"size_after\";i:17773;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:237;s:11:\"size_before\";i:5201;s:10:\"size_after\";i:4964;s:4:\"time\";i:0;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:352;s:11:\"size_before\";i:13161;s:10:\"size_after\";i:12809;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(699, 2189, '_wp_attached_file', '2023/03/sfc-home-2.png'),
(700, 2189, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:171;s:6:\"height\";i:24;s:4:\"file\";s:22:\"2023/03/sfc-home-2.png\";s:8:\"filesize\";i:1274;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"sfc-home-2-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(701, 2189, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.67709147771696365225579938851296901702880859375;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(702, 2190, '_wp_attached_file', '2023/03/sspoc-home-1.png'),
(703, 2190, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:204;s:6:\"height\";i:24;s:4:\"file\";s:24:\"2023/03/sspoc-home-1.png\";s:8:\"filesize\";i:17166;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"sspoc-home-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2038;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(704, 2190, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.20510304219823893845386919565498828887939453125;s:5:\"bytes\";i:799;s:11:\"size_before\";i:2038;s:10:\"size_after\";i:1239;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:799;s:11:\"size_before\";i:2038;s:10:\"size_after\";i:1239;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(705, 2191, '_wp_attached_file', '2023/03/ssmc-home-1.png'),
(706, 2191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:196;s:6:\"height\";i:24;s:4:\"file\";s:23:\"2023/03/ssmc-home-1.png\";s:8:\"filesize\";i:17007;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"ssmc-home-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2094;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(707, 2191, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.2072588347659944929546327330172061920166015625;s:5:\"bytes\";i:821;s:11:\"size_before\";i:2094;s:10:\"size_after\";i:1273;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:821;s:11:\"size_before\";i:2094;s:10:\"size_after\";i:1273;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(708, 2192, '_wp_attached_file', '2023/03/spoc-home-1.png'),
(709, 2192, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:193;s:6:\"height\";i:24;s:4:\"file\";s:23:\"2023/03/spoc-home-1.png\";s:8:\"filesize\";i:17116;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"spoc-home-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(710, 2192, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:42.7050997782705081817766767926514148712158203125;s:5:\"bytes\";i:963;s:11:\"size_before\";i:2255;s:10:\"size_after\";i:1292;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:963;s:11:\"size_before\";i:2255;s:10:\"size_after\";i:1292;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(711, 2193, '_wp_attached_file', '2023/03/smc-home-1-1.png'),
(712, 2193, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:179;s:6:\"height\";i:24;s:4:\"file\";s:24:\"2023/03/smc-home-1-1.png\";s:8:\"filesize\";i:2387;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"smc-home-1-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(713, 2193, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.2346703550023079287711880169808864593505859375;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(714, 2194, '_wp_attached_file', '2023/03/sfc-home-1-1.png'),
(715, 2194, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:171;s:6:\"height\";i:24;s:4:\"file\";s:24:\"2023/03/sfc-home-1-1.png\";s:8:\"filesize\";i:1274;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"sfc-home-1-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(716, 2194, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.67709147771696365225579938851296901702880859375;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(717, 2195, '_wp_attached_file', '2023/03/sdc-home-1.png'),
(718, 2195, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:174;s:6:\"height\";i:24;s:4:\"file\";s:22:\"2023/03/sdc-home-1.png\";s:8:\"filesize\";i:2242;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"sdc-home-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(719, 2195, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.16548127074442930961595266126096248626708984375;s:5:\"bytes\";i:826;s:11:\"size_before\";i:2109;s:10:\"size_after\";i:1283;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:826;s:11:\"size_before\";i:2109;s:10:\"size_after\";i:1283;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(720, 2196, '_wp_attached_file', '2023/03/esmc-home-1.png'),
(721, 2196, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:191;s:6:\"height\";i:24;s:4:\"file\";s:23:\"2023/03/esmc-home-1.png\";s:8:\"filesize\";i:5316;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"esmc-home-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(722, 2196, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.75120076849183448075564228929579257965087890625;s:5:\"bytes\";i:989;s:11:\"size_before\";i:4164;s:10:\"size_after\";i:3175;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.75;s:5:\"bytes\";i:989;s:11:\"size_before\";i:4164;s:10:\"size_after\";i:3175;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(723, 2197, '_wp_attached_file', '2023/03/aec-home-1.png'),
(724, 2197, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:191;s:6:\"height\";i:24;s:4:\"file\";s:22:\"2023/03/aec-home-1.png\";s:8:\"filesize\";i:2456;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"aec-home-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(725, 2197, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:41.01277372262773468492014217190444469451904296875;s:5:\"bytes\";i:899;s:11:\"size_before\";i:2192;s:10:\"size_after\";i:1293;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:899;s:11:\"size_before\";i:2192;s:10:\"size_after\";i:1293;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(726, 2198, '_wp_attached_file', '2023/03/smc-home-2.png');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(727, 2198, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:179;s:6:\"height\";i:24;s:4:\"file\";s:22:\"2023/03/smc-home-2.png\";s:8:\"filesize\";i:2387;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"smc-home-2-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(728, 2198, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.2346703550023079287711880169808864593505859375;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(729, 2199, '_wp_attached_file', '2023/03/sfc-home-2-1.png'),
(730, 2199, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:171;s:6:\"height\";i:24;s:4:\"file\";s:24:\"2023/03/sfc-home-2-1.png\";s:8:\"filesize\";i:1274;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"sfc-home-2-1-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(731, 2199, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.67709147771696365225579938851296901702880859375;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(732, 2351, '_wp_attached_file', '2023/03/cropped-sfc-home-2.png'),
(733, 2351, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:171;s:6:\"height\";i:24;s:4:\"file\";s:30:\"2023/03/cropped-sfc-home-2.png\";s:8:\"filesize\";i:3072;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"cropped-sfc-home-2-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(734, 2351, '_oembed_fe2ab4ecfa5f6fc89924b249aa12f341', '{{unknown}}'),
(735, 2351, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.67709147771696365225579938851296901702880859375;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(736, 2394, '_wp_attached_file', '2023/03/cropped-smc-home.png'),
(737, 2394, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:179;s:6:\"height\";i:24;s:4:\"file\";s:28:\"2023/03/cropped-smc-home.png\";s:8:\"filesize\";i:2708;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-smc-home-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(738, 2394, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.2346703550023079287711880169808864593505859375;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(739, 2394, '_oembed_db7f80dbdf3a71b87216e24aee9f7037', '{{unknown}}'),
(740, 2402, '_wp_attached_file', '2023/03/cropped-sdc-home.png'),
(741, 2402, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:174;s:6:\"height\";i:24;s:4:\"file\";s:28:\"2023/03/cropped-sdc-home.png\";s:8:\"filesize\";i:2531;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-sdc-home-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(742, 2402, '_oembed_62e253f27f61815f1405e2b8f164ad15', '{{unknown}}'),
(743, 2402, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.16548127074442930961595266126096248626708984375;s:5:\"bytes\";i:826;s:11:\"size_before\";i:2109;s:10:\"size_after\";i:1283;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:826;s:11:\"size_before\";i:2109;s:10:\"size_after\";i:1283;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(744, 2417, '_wp_attached_file', '2023/03/cropped-cropped-smc-home.png'),
(745, 2417, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:36:\"2023/03/cropped-cropped-smc-home.png\";s:8:\"filesize\";i:284;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:{}}}'),
(746, 2417, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:35.746606334841629859511158429086208343505859375;s:5:\"bytes\";i:158;s:11:\"size_before\";i:442;s:10:\"size_after\";i:284;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.75;s:5:\"bytes\";i:158;s:11:\"size_before\";i:442;s:10:\"size_after\";i:284;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(747, 2417, '_oembed_db7f80dbdf3a71b87216e24aee9f7037', '{{unknown}}'),
(748, 2418, '_wp_attached_file', '2023/03/cropped-cropped-sfc-home-2.png'),
(749, 2418, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:171;s:6:\"height\";i:24;s:4:\"file\";s:38:\"2023/03/cropped-cropped-sfc-home-2.png\";s:8:\"filesize\";i:3072;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"cropped-cropped-sfc-home-2-150x24.png\";s:5:\"width\";i:150;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(750, 2418, '_oembed_fe2ab4ecfa5f6fc89924b249aa12f341', '{{unknown}}'),
(751, 2418, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.67709147771696365225579938851296901702880859375;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),
(752, 2829, '_wp_attached_file', '2023/03/cropped-cropped-cropped-fundovendas.jpg'),
(753, 2829, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1401;s:6:\"height\";i:1401;s:4:\"file\";s:47:\"2023/03/cropped-cropped-cropped-fundovendas.jpg\";s:8:\"filesize\";i:99180;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"cropped-cropped-cropped-fundovendas-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10703;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"cropped-cropped-cropped-fundovendas-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"cropped-cropped-cropped-fundovendas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"cropped-cropped-cropped-fundovendas-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(754, 2829, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4551848175578800947960189660079777240753173828125;s:5:\"bytes\";i:2894;s:11:\"size_before\";i:117873;s:10:\"size_after\";i:114979;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:197;s:11:\"size_before\";i:4257;s:10:\"size_after\";i:4060;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:173;s:11:\"size_before\";i:10703;s:10:\"size_after\";i:10530;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:747;s:11:\"size_before\";i:40407;s:10:\"size_after\";i:39660;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1777;s:11:\"size_before\";i:62506;s:10:\"size_after\";i:60729;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(1166, 3031, '_elementor_template_type', 'wp-post'),
(756, 2135, '_edit_lock', '1679697657:1'),
(757, 2135, '_oembed_976df26cf80ff2e8d4b2b9de09b53be4', '{{unknown}}'),
(758, 2663, '_edit_lock', '1679697862:1'),
(759, 2125, '_oembed_f85610862c1f36861b5c605ec1b34840', '{{unknown}}'),
(771, 2831, '_wp_attached_file', '2023/03/Certified-Scrum-Master-Certificatio-Benefits-2023.png'),
(762, 2830, '_thumbnail_id', '2083'),
(763, 2830, '_wp_page_template', 'default'),
(764, 2830, '_elementor_edit_mode', 'builder'),
(765, 2830, '_elementor_template_type', 'wp-post'),
(766, 2830, '_elementor_version', '3.11.5'),
(767, 2830, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(768, 2830, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Get access to online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(769, 2830, '_elementor_page_assets', 'a:0:{}'),
(772, 2831, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:61:\"2023/03/Certified-Scrum-Master-Certificatio-Benefits-2023.png\";s:8:\"filesize\";i:890611;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"Certified-Scrum-Master-Certificatio-Benefits-2023-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90147;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"Certified-Scrum-Master-Certificatio-Benefits-2023-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:695731;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"Certified-Scrum-Master-Certificatio-Benefits-2023-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44953;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"Certified-Scrum-Master-Certificatio-Benefits-2023-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:437845;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(787, 2833, '_wp_attached_file', '2023/01/scrum-imagem-1024x535-1.png'),
(775, 2662, '_edit_lock', '1679697557:1'),
(778, 2832, '_thumbnail_id', '2083'),
(779, 2832, '_wp_page_template', 'default'),
(780, 2832, '_elementor_edit_mode', 'builder'),
(781, 2832, '_elementor_template_type', 'wp-post'),
(782, 2832, '_elementor_version', '3.11.5'),
(783, 2832, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(784, 2832, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(785, 2832, '_elementor_page_assets', 'a:0:{}'),
(1134, 3028, '_thumbnail_id', '2694'),
(1135, 3028, '_wp_page_template', 'default'),
(1136, 3028, '_elementor_edit_mode', 'builder'),
(1137, 3028, '_elementor_template_type', 'wp-post'),
(788, 2833, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:535;s:4:\"file\";s:35:\"2023/01/scrum-imagem-1024x535-1.png\";s:8:\"filesize\";i:560899;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"scrum-imagem-1024x535-1-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"scrum-imagem-1024x535-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34766;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"scrum-imagem-1024x535-1-768x401.png\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:384074;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(3981, 3596, '_menu_item_xfn', ''),
(3982, 3596, '_menu_item_url', '/scrum/sdc/'),
(3984, 3597, '_menu_item_type', 'custom'),
(1130, 3027, '_elementor_page_assets', 'a:0:{}'),
(1127, 3027, '_elementor_version', '3.11.5'),
(1128, 3027, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1129, 3027, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1123, 3027, '_thumbnail_id', '2835'),
(1124, 3027, '_wp_page_template', 'default'),
(1125, 3027, '_elementor_edit_mode', 'builder'),
(1126, 3027, '_elementor_template_type', 'wp-post'),
(798, 2835, '_wp_attached_file', '2023/01/scrum.jpg'),
(799, 2835, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:17:\"2023/01/scrum.jpg\";s:8:\"filesize\";i:132969;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"scrum-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13618;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"scrum-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74709;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"scrum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7948;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"scrum-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52074;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(804, 2836, '_thumbnail_id', '2831'),
(805, 2836, '_wp_page_template', 'default'),
(806, 2836, '_elementor_edit_mode', 'builder'),
(807, 2836, '_elementor_template_type', 'wp-post'),
(808, 2836, '_elementor_version', '3.11.5'),
(809, 2836, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(810, 2836, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Get access to online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(811, 2836, '_elementor_page_assets', 'a:0:{}'),
(825, 2694, '_oembed_6080079c88890c7a65c215c7bf9e2230', '{{unknown}}'),
(815, 2837, '_thumbnail_id', '2083'),
(816, 2837, '_wp_page_template', 'default'),
(817, 2837, '_elementor_edit_mode', 'builder'),
(818, 2837, '_elementor_template_type', 'wp-post'),
(819, 2837, '_elementor_version', '3.11.5'),
(820, 2837, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(821, 2837, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c18912a\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"a2defe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">This is highly recommended for everyone in a company who works in a Scrum Team or anyone who interacts with any Scrum Team. This will also be very useful for those who are interested in understanding the basics of Scrum and how this method could be used effectively.<\\/span><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(822, 2837, '_elementor_page_assets', 'a:0:{}'),
(824, 2661, '_edit_lock', '1679697477:1'),
(837, 2134, '_edit_lock', '1679694351:1'),
(828, 2838, '_thumbnail_id', '2083'),
(829, 2838, '_wp_page_template', 'default'),
(830, 2838, '_elementor_edit_mode', 'builder'),
(831, 2838, '_elementor_template_type', 'wp-post'),
(832, 2838, '_elementor_version', '3.11.5'),
(833, 2838, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(834, 2838, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c18912a\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"a2defe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">This is highly recommended for everyone in a company who works in a Scrum Team or anyone who interacts with any Scrum Team. This will also be very useful for those who are interested in understanding the basics of Scrum and how this method could be used effectively.<\\/span><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(835, 2838, '_elementor_page_assets', 'a:0:{}'),
(4001, 3598, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(4002, 3598, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by PayPal\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"07cf527\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Credit Card\",\"link\":{\"url\":\"\\/scrum\\/creditcard-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b47613c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"link\":{\"url\":\"\\/scrum\\/banktransfer-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(840, 2839, '_thumbnail_id', '2083'),
(841, 2839, '_wp_page_template', 'default'),
(842, 2839, '_elementor_edit_mode', 'builder'),
(843, 2839, '_elementor_template_type', 'wp-post'),
(844, 2839, '_elementor_version', '3.11.5'),
(845, 2839, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(846, 2839, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(847, 2839, '_elementor_page_assets', 'a:0:{}'),
(3431, 3479, '_elementor_template_type', 'wp-post'),
(3432, 3479, '_elementor_version', '3.11.5'),
(3433, 3479, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(872, 2656, '_edit_lock', '1691977072:1'),
(851, 2840, '_thumbnail_id', '2083'),
(852, 2840, '_wp_page_template', 'default'),
(853, 2840, '_elementor_edit_mode', 'builder'),
(854, 2840, '_elementor_template_type', 'wp-post'),
(855, 2840, '_elementor_version', '3.11.5'),
(856, 2840, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(857, 2840, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(858, 2840, '_elementor_page_assets', 'a:0:{}'),
(859, 2660, '_edit_lock', '1679697395:1'),
(871, 2643, '_edit_lock', '1679266212:1'),
(862, 2841, '_thumbnail_id', '2083'),
(863, 2841, '_wp_page_template', 'default'),
(864, 2841, '_elementor_edit_mode', 'builder'),
(865, 2841, '_elementor_template_type', 'wp-post'),
(866, 2841, '_elementor_version', '3.11.5'),
(867, 2841, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(868, 2841, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(869, 2841, '_elementor_page_assets', 'a:0:{}'),
(1222, 3037, '_thumbnail_id', '45'),
(1223, 3037, '_wp_page_template', 'default'),
(1224, 3037, '_elementor_edit_mode', 'builder'),
(1225, 3037, '_elementor_template_type', 'wp-post'),
(884, 2664, '_edit_lock', '1679697273:1'),
(875, 2842, '_thumbnail_id', '2083'),
(876, 2842, '_wp_page_template', 'default'),
(877, 2842, '_elementor_edit_mode', 'builder'),
(878, 2842, '_elementor_template_type', 'wp-post'),
(879, 2842, '_elementor_version', '3.11.5'),
(880, 2842, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(881, 2842, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(882, 2842, '_elementor_page_assets', 'a:0:{}'),
(896, 2658, '_edit_lock', '1691975213:1'),
(887, 2843, '_thumbnail_id', '2083'),
(888, 2843, '_wp_page_template', 'default'),
(889, 2843, '_elementor_edit_mode', 'builder'),
(890, 2843, '_elementor_template_type', 'wp-post'),
(891, 2843, '_elementor_version', '3.11.5'),
(892, 2843, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(893, 2843, '_elementor_data', '[{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.<\\/p>\\n<h3>Audience Profile:<\\/h3>\\n<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) certification is meant for those SCRUM consultants\\/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations<\\/p>\\n<h3>Prerequisites<\\/h3>\\n<p>To become a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Should have more than 3 years of experience managing Scrum\\/Agile Projects and more than 6 years of project management experience.<\\/li>\\n<li>Should be SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>).<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(894, 2843, '_elementor_page_assets', 'a:0:{}'),
(899, 2844, '_thumbnail_id', '2083'),
(900, 2844, '_wp_page_template', 'default'),
(901, 2844, '_elementor_edit_mode', 'builder'),
(902, 2844, '_elementor_template_type', 'wp-post'),
(903, 2844, '_elementor_version', '3.11.5'),
(904, 2844, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(905, 2844, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(906, 2844, '_elementor_page_assets', 'a:0:{}'),
(3377, 3457, 'is_colibri-wp_front_page', '1'),
(3373, 3454, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3378, 3457, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(1757, 2158, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Credit Card  Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1755, 2158, '_eael_custom_js', ''),
(1756, 2158, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1822, 3072, '_elementor_page_assets', 'a:0:{}'),
(1842, 3075, '_elementor_page_assets', 'a:0:{}'),
(1845, 3077, '_wp_attached_file', '2023/03/cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-1.png'),
(1846, 3077, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:791;s:6:\"height\";i:305;s:4:\"file\";s:104:\"2023/03/cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-1.png\";s:8:\"filesize\";i:61638;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:104:\"cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-1-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:104:\"cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9650;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:104:\"cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-1-768x296.png\";s:5:\"width\";i:768;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67513;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(1847, 3079, '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:28:{i:0;i:35;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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:59;i:24;i:60;i:25;i:61;i:26;i:62;i:27;i:349;}}}'),
(3391, 3471, 'is_colibri-wp_front_page', '1'),
(3387, 3468, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3392, 3471, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1013, 2985, 'forminator_form_meta', 'a:6:{s:6:\"fields\";a:4:{i:0;a:16:{s:2:\"id\";s:6:\"text-1\";s:10:\"element_id\";s:6:\"text-1\";s:7:\"form_id\";s:17:\"wrapper-8714-7273\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:10:\"wrapper_id\";s:17:\"wrapper-8714-7273\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:9:\"Your Name\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";}i:1;a:17:{s:2:\"id\";s:7:\"email-1\";s:10:\"element_id\";s:7:\"email-1\";s:7:\"form_id\";s:17:\"wrapper-4410-3004\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:10:\"wrapper_id\";s:17:\"wrapper-4410-3004\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:10:\"Your Email\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";s:18:\"validation_message\";s:30:\"Please enter an email address.\";}i:2;a:16:{s:2:\"id\";s:6:\"text-2\";s:10:\"element_id\";s:6:\"text-2\";s:7:\"form_id\";s:17:\"wrapper-5450-5669\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:10:\"wrapper_id\";s:17:\"wrapper-5450-5669\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:0:\"\";s:11:\"field_label\";s:7:\"Subject\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";}i:3;a:17:{s:2:\"id\";s:10:\"textarea-1\";s:10:\"element_id\";s:10:\"textarea-1\";s:7:\"form_id\";s:17:\"wrapper-6060-6887\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:10:\"wrapper_id\";s:17:\"wrapper-6060-6887\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:12:\"Your Message\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";s:11:\"editor-type\";s:4:\"true\";}}s:8:\"settings\";a:32:{s:17:\"pagination-header\";s:3:\"nav\";s:14:\"paginationData\";a:2:{s:24:\"pagination-header-design\";s:4:\"show\";s:17:\"pagination-header\";s:3:\"nav\";}s:9:\"form-type\";s:7:\"default\";s:17:\"form-border-style\";s:5:\"solid\";s:12:\"form-padding\";s:0:\"\";s:11:\"form-border\";s:0:\"\";s:12:\"fields-style\";s:4:\"open\";s:10:\"validation\";s:9:\"on_submit\";s:10:\"form-style\";s:7:\"default\";s:11:\"enable-ajax\";s:4:\"true\";s:9:\"autoclose\";s:4:\"true\";s:20:\"submission-indicator\";s:4:\"show\";s:15:\"indicator-label\";s:13:\"Submitting...\";s:15:\"use-admin-email\";s:0:\"\";s:14:\"use-user-email\";s:0:\"\";s:8:\"formName\";s:12:\"Contact form\";s:16:\"thankyou-message\";s:45:\"Thank you for your message. It has been sent.\";s:8:\"honeypot\";s:0:\"\";s:17:\"validation-inline\";s:1:\"1\";s:10:\"submitData\";a:2:{s:18:\"custom-submit-text\";s:4:\"Send\";s:12:\"custom-class\";s:0:\"\";}s:24:\"pagination-header-design\";s:3:\"off\";s:12:\"poll-padding\";s:6:\"custom\";s:11:\"poll-border\";s:6:\"custom\";s:17:\"store_submissions\";s:1:\"1\";s:20:\"submission-behaviour\";s:18:\"behaviour-thankyou\";s:9:\"form_name\";s:14:\"Contact form 1\";s:11:\"form_status\";s:7:\"publish\";s:18:\"akismet-protection\";s:1:\"0\";s:13:\"sc_email_link\";s:1:\"1\";s:10:\"sc_message\";s:417:\"<p>Your form has been saved as draft and a resume link has been generated so you can return to the form anytime within {retention_period} days from today. Copy and save the link or enter your email address below to have the link sent to your mail.</p><p>These fields weren\'t saved to your submission draft: Paypal, Stripe, Signature, Password, Captcha, and Upload. Kindly fill them out before submitting the form.</p>\";s:7:\"version\";s:6:\"1.22.1\";s:7:\"form_id\";s:4:\"2985\";}s:9:\"client_id\";s:0:\"\";s:22:\"integration_conditions\";a:0:{}s:9:\"behaviors\";a:1:{i:0;a:10:{s:4:\"slug\";s:18:\"behavior-1234-4567\";s:5:\"label\";s:0:\"\";s:14:\"autoclose-time\";s:1:\"5\";s:9:\"autoclose\";s:4:\"true\";s:6:\"newtab\";s:7:\"sametab\";s:16:\"thankyou-message\";s:45:\"Thank you for your message. It has been sent.\";s:22:\"email-thankyou-message\";s:0:\"\";s:23:\"manual-thankyou-message\";s:0:\"\";s:20:\"submission-behaviour\";s:18:\"behaviour-thankyou\";s:12:\"redirect-url\";s:0:\"\";}}s:13:\"notifications\";a:0:{}}'),
(1015, 2987, '_wp_attached_file', '2023/03/How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1.png'),
(1016, 2987, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:445;s:4:\"file\";s:94:\"2023/03/How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1.png\";s:8:\"filesize\";i:55519;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:94:\"How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21856;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:94:\"How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10054;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:94:\"How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-768x427.png\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67995;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(1017, 2988, '_wp_attached_file', '2023/03/cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1.png'),
(1018, 2988, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:398;s:6:\"height\";i:445;s:4:\"file\";s:102:\"2023/03/cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1.png\";s:8:\"filesize\";i:14444;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:102:\"cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-268x300.png\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9834;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:102:\"cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4862;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(1019, 2990, '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:28:{i:0;i:35;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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:59;i:24;i:60;i:25;i:61;i:26;i:62;i:27;i:349;}}}'),
(1022, 2996, 'extend_builder', 'a:2:{s:4:\"json\";i:1754;s:4:\"meta\";a:2:{s:7:\"1753-s5\";a:1:{s:4:\"data\";a:1:{s:21:\"componentsWithEffects\";a:0:{}}}s:9:\"styleRefs\";a:16:{i:0;i:332;i:1;i:333;i:2;i:338;i:3;i:339;i:4;i:340;i:5;i:341;i:6;i:342;i:7;i:343;i:8;i:344;i:9;i:345;i:10;i:346;i:11;i:347;i:12;i:334;i:13;i:335;i:14;i:336;i:15;i:337;}}}'),
(2044, 3105, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2045, 3105, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1871, 3083, '_elementor_page_assets', 'a:0:{}'),
(1972, 3096, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1973, 3096, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1974, 3096, '_elementor_page_assets', 'a:0:{}'),
(1975, 3097, '_elementor_version', '3.11.5'),
(1976, 3097, '_wp_page_template', 'default'),
(1977, 3097, '_elementor_edit_mode', 'builder'),
(1978, 3097, '_elementor_template_type', 'wp-page'),
(1979, 3097, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1980, 3097, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1981, 3097, '_elementor_page_assets', 'a:0:{}'),
(1982, 3098, '_elementor_version', '3.11.5'),
(1983, 3098, '_wp_page_template', 'default'),
(1984, 3098, '_elementor_edit_mode', 'builder'),
(1985, 3098, '_elementor_template_type', 'wp-page'),
(1986, 3098, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1987, 3098, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1988, 3098, '_elementor_page_assets', 'a:0:{}'),
(1989, 3099, '_elementor_version', '3.11.5'),
(1990, 3099, '_wp_page_template', 'default'),
(1991, 3099, '_elementor_edit_mode', 'builder'),
(1992, 3099, '_elementor_template_type', 'wp-page'),
(1993, 3099, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1994, 3099, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1995, 3099, '_elementor_page_assets', 'a:0:{}'),
(1996, 3100, '_elementor_version', '3.11.5'),
(1997, 3100, '_wp_page_template', 'default'),
(1998, 3100, '_elementor_edit_mode', 'builder'),
(1999, 3100, '_elementor_template_type', 'wp-page'),
(2000, 3100, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2001, 3100, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2002, 3100, '_elementor_page_assets', 'a:0:{}'),
(2026, 3103, '_elementor_template_type', 'wp-post'),
(2027, 3103, '_elementor_version', '3.11.5'),
(2028, 3103, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2029, 3103, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Get access to online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2708, 3286, '_elementor_version', '3.11.5'),
(2709, 3286, '_wp_page_template', 'default'),
(2710, 3286, '_elementor_edit_mode', 'builder'),
(2711, 3286, '_elementor_template_type', 'wp-page'),
(2712, 3286, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2713, 3286, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Credit Card  Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2714, 3286, '_elementor_page_assets', 'a:0:{}'),
(3954, 3593, '_elementor_page_assets', 'a:0:{}'),
(3955, 3593, '_elementor_css', 'a:6:{s:4:\"time\";i:1689696155;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2719, 3287, '_thumbnail_id', '2835'),
(2720, 3287, '_wp_page_template', 'default'),
(2721, 3287, '_elementor_edit_mode', 'builder'),
(2722, 3287, '_elementor_template_type', 'wp-post'),
(2723, 3287, '_elementor_version', '3.11.5'),
(2724, 3287, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1863, 3082, '_elementor_page_assets', 'a:0:{}'),
(1865, 3083, '_elementor_version', '3.11.5'),
(1866, 3083, '_wp_page_template', 'default'),
(1867, 3083, '_elementor_edit_mode', 'builder'),
(1868, 3083, '_elementor_template_type', 'wp-page'),
(1869, 3083, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1870, 3083, '_elementor_data', '[{\"id\":\"28ff757\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"3eecb39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"19e0105\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"\",\"_id\":\"702dffa\",\"eael_data_table_header_col_icon_enabled\":\"\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":\"\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home-2.png\",\"id\":2199,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"bbb0507\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sdc-home.png\",\"id\":2195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"8d0f859\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"id\":2198,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"f57ee87\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"id\":2192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"b11193c\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/aec-home.png\",\"id\":2197,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"7ec42de\"},{\"eael_data_table_header_col\":\"\",\"_id\":\"61f17e1\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/ssmc-home.png\",\"id\":2191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"_id\":\"4be3bd4\",\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sspoc-home.png\",\"id\":2190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"eael_data_table_header_col\":\"\",\"_id\":\"ed60bdf\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/esmc-home.png\",\"id\":2196,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500}],\"eael_data_table_content_rows\":[{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bdfecbc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"template\",\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"03d662a\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_primary_templates_for_tables\":\"2137\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>Scrum Fundamentals Certified<\\/h5>\",\"_id\":\"1717abf\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Developer Certified<\\/strong><\\/h5>\",\"_id\":\"45cb2d7\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"ac90c09\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"5544e07\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>SCRUMstudy Agile Master Certified<\\/h5>\",\"_id\":\"b42ce1c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"de34654\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"8e7d950\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Expert Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"f251916\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"457762d\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"5a15ed8\",\"eael_data_table_content_row_title\":\"Prerequisites\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\",\"_id\":\"814e5cd\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b8c56ec\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"9909b4f\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"730708a\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: SMC\\u00ae certified professional\",\"_id\":\"1d9bdfd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation:SMC\\u00ae certified professional\",\"_id\":\"4e503bd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation: SPOC\\u00ae certified professional\",\"_id\":\"5f24d81\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing Scrum\\/Agile projects\\nEducation Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\",\"_id\":\"8fbbaf3\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fcd53e4\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Online Certification Exam\\n(Valid for 180 days)\",\"_id\":\"3810e03\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6e5e311\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5e70e56\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"b9b8729\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5172453\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"a73a23f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6d85bcc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"3102d5f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"02e5dba\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"e7f310c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Free e-copy of SBOK\\u00ae Guide and online preparatory course *\",\"_id\":\"3744cfa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fd67005\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1d8f3fa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"21fdab8\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4b7a730\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"8e2abfb\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fa0aa1d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"af052e6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bec7490\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4356fc0\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Exam Format\",\"_id\":\"401f956\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>40 questions per exam<\\/li><li>60 minutes duration<\\/li><li>Online un-proctored exam<\\/li><\\/ul>\",\"_id\":\"2c35c9c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\".Multiple choice\\n40 questions per exam\\n60 minutes duration\\nOnline un-proctored exam\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>75 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"ece21be\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"2746209\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>140 questions per exam<\\/li><li>180 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"3ecf62d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"51afd05\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"7887337\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"4c5669b\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>200 questions per exam<\\/li><li>240 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"8f85d5a\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1e5a5c3\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Certificate\",\"_id\":\"c431180\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"c067ca6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"0141cc5\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"f541750\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"da01556\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"a9a046e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"c5aa90e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"18a820e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"ac79068\"}],\"eael_section_data_table_header_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_bg_color\":\"#FFFFFF\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_color\":\"#54595F\",\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_family\":\"Tahoma\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_position_from_top\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_data_table_content_bg_odd\":\"#33333312\",\"eael_data_table_content_even_color\":\"\",\"eael_data_table_content_bg_even_color\":\"#33333312\",\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_family\":\"Tiro Bangla\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_data_table_content_typography_font_weight\":\"100\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_typography_word_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_content_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_data_table_icon_normal_color\":\"#4A4893\",\"eael_enable_responsive_header_styles\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_data_table_header_border_color\":\"globals\\/colors?id=secondary\",\"eael_data_table_content_bg_odd\":\"\"},\"eael_data_table_content_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Registration Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f3b09c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2946\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1851, 1631, '_wp_old_date', '2023-03-19'),
(1852, 1626, '_wp_old_date', '2023-03-19'),
(1912, 3089, '_elementor_version', '3.11.5'),
(1854, 1628, '_wp_old_date', '2023-03-19'),
(1855, 1629, '_wp_old_date', '2023-03-19'),
(1917, 3089, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1857, 3082, '_elementor_version', '3.11.5'),
(1858, 3082, '_wp_page_template', 'default'),
(1859, 3082, '_elementor_edit_mode', 'builder'),
(1860, 3082, '_elementor_template_type', 'wp-page'),
(1861, 3082, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1862, 3082, '_elementor_data', '[{\"id\":\"28ff757\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"3eecb39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"19e0105\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"\",\"_id\":\"702dffa\",\"eael_data_table_header_col_icon_enabled\":\"\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":\"\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home-2.png\",\"id\":2199,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"bbb0507\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sdc-home.png\",\"id\":2195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"8d0f859\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"id\":2198,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"f57ee87\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"id\":2192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"b11193c\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/aec-home.png\",\"id\":2197,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"7ec42de\"},{\"eael_data_table_header_col\":\"\",\"_id\":\"61f17e1\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/ssmc-home.png\",\"id\":2191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"_id\":\"4be3bd4\",\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sspoc-home.png\",\"id\":2190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"eael_data_table_header_col\":\"\",\"_id\":\"ed60bdf\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/esmc-home.png\",\"id\":2196,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500}],\"eael_data_table_content_rows\":[{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bdfecbc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"template\",\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"03d662a\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_primary_templates_for_tables\":\"2137\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>Scrum Fundamentals Certified<\\/h5>\",\"_id\":\"1717abf\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Developer Certified<\\/strong><\\/h5>\",\"_id\":\"45cb2d7\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"ac90c09\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"5544e07\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>SCRUMstudy Agile Master Certified<\\/h5>\",\"_id\":\"b42ce1c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"de34654\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"8e7d950\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Expert Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"f251916\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"457762d\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"5a15ed8\",\"eael_data_table_content_row_title\":\"Prerequisites\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\",\"_id\":\"814e5cd\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b8c56ec\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"9909b4f\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"730708a\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: SMC\\u00ae certified professional\",\"_id\":\"1d9bdfd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation:SMC\\u00ae certified professional\",\"_id\":\"4e503bd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation: SPOC\\u00ae certified professional\",\"_id\":\"5f24d81\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing Scrum\\/Agile projects\\nEducation Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\",\"_id\":\"8fbbaf3\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fcd53e4\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Online Certification Exam\\n(Valid for 180 days)\",\"_id\":\"3810e03\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6e5e311\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5e70e56\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"b9b8729\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5172453\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"a73a23f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6d85bcc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"3102d5f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"02e5dba\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"e7f310c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Free e-copy of SBOK\\u00ae Guide and online preparatory course *\",\"_id\":\"3744cfa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fd67005\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1d8f3fa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"21fdab8\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4b7a730\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"8e2abfb\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fa0aa1d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"af052e6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bec7490\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4356fc0\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Exam Format\",\"_id\":\"401f956\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>40 questions per exam<\\/li><li>60 minutes duration<\\/li><li>Online un-proctored exam<\\/li><\\/ul>\",\"_id\":\"2c35c9c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\".Multiple choice\\n40 questions per exam\\n60 minutes duration\\nOnline un-proctored exam\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>75 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"ece21be\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"2746209\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>140 questions per exam<\\/li><li>180 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"3ecf62d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"51afd05\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"7887337\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"4c5669b\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>200 questions per exam<\\/li><li>240 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"8f85d5a\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1e5a5c3\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Certificate\",\"_id\":\"c431180\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"c067ca6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"0141cc5\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"f541750\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"da01556\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"a9a046e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"c5aa90e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"18a820e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"ac79068\"}],\"eael_section_data_table_header_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_bg_color\":\"#FFFFFF\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_color\":\"#54595F\",\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_family\":\"Tahoma\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_position_from_top\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_data_table_content_bg_odd\":\"#33333312\",\"eael_data_table_content_even_color\":\"\",\"eael_data_table_content_bg_even_color\":\"#33333312\",\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_family\":\"Tiro Bangla\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_data_table_content_typography_font_weight\":\"100\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_typography_word_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_content_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_data_table_icon_normal_color\":\"#4A4893\",\"eael_enable_responsive_header_styles\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_data_table_header_border_color\":\"globals\\/colors?id=secondary\",\"eael_data_table_content_bg_odd\":\"\"},\"eael_data_table_content_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Registration Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f3b09c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2946\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3734, 3524, 'is_colibri-wp_front_page', '1'),
(3730, 3521, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3735, 3524, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(3780, 3546, 'is_colibri-wp_front_page', '1'),
(3781, 3546, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(1083, 3022, '_elementor_page_assets', 'a:0:{}'),
(3998, 3598, '_elementor_edit_mode', 'builder'),
(3999, 3598, '_elementor_template_type', 'wp-post'),
(4000, 3598, '_elementor_version', '3.11.5'),
(1085, 3023, '_thumbnail_id', '2125'),
(1086, 3023, '_wp_page_template', 'default'),
(1087, 3023, '_elementor_edit_mode', 'builder'),
(1088, 3023, '_elementor_template_type', 'wp-post'),
(1089, 3023, '_elementor_version', '3.11.5'),
(1090, 3023, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1091, 3023, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Get access to online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1092, 3023, '_elementor_page_assets', 'a:0:{}'),
(4023, 2656, '_elementor_css', 'a:6:{s:4:\"time\";i:1691975669;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3996, 3598, '_thumbnail_id', '45'),
(3997, 3598, '_wp_page_template', 'default'),
(1094, 3024, '_thumbnail_id', '2125'),
(1095, 3024, '_wp_page_template', 'default'),
(1096, 3024, '_elementor_edit_mode', 'builder'),
(1097, 3024, '_elementor_template_type', 'wp-post'),
(1098, 3024, '_elementor_version', '3.11.5'),
(1099, 3024, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1100, 3024, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Get access to online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1101, 3024, '_elementor_page_assets', 'a:0:{}'),
(4024, 3601, '_menu_item_type', 'custom'),
(1109, 3025, '_elementor_version', '3.11.5'),
(1110, 3025, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1111, 3025, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1112, 3025, '_elementor_page_assets', 'a:0:{}'),
(3989, 3597, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3990, 3597, '_menu_item_xfn', ''),
(3991, 3597, '_menu_item_url', '/scrum/spoc/'),
(1114, 3026, '_thumbnail_id', '2835'),
(1115, 3026, '_wp_page_template', 'default'),
(1116, 3026, '_elementor_edit_mode', 'builder'),
(1117, 3026, '_elementor_template_type', 'wp-post'),
(1118, 3026, '_elementor_version', '3.11.5'),
(1119, 3026, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1120, 3026, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1121, 3026, '_elementor_page_assets', 'a:0:{}'),
(3985, 3597, '_menu_item_menu_item_parent', '3503'),
(3986, 3597, '_menu_item_object_id', '3597'),
(3987, 3597, '_menu_item_object', 'custom'),
(3988, 3597, '_menu_item_target', ''),
(1138, 3028, '_elementor_version', '3.11.5'),
(1139, 3028, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1140, 3028, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c18912a\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"a2defe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">This is highly recommended for everyone in a company who works in a Scrum Team or anyone who interacts with any Scrum Team. This will also be very useful for those who are interested in understanding the basics of Scrum and how this method could be used effectively.<\\/span><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1141, 3028, '_elementor_page_assets', 'a:0:{}'),
(3977, 3596, '_menu_item_object_id', '3596'),
(3978, 3596, '_menu_item_object', 'custom'),
(3979, 3596, '_menu_item_target', ''),
(3980, 3596, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1143, 3029, '_thumbnail_id', '2694'),
(1144, 3029, '_wp_page_template', 'default'),
(1145, 3029, '_elementor_edit_mode', 'builder'),
(1146, 3029, '_elementor_template_type', 'wp-post'),
(1147, 3029, '_elementor_version', '3.11.5'),
(1148, 3029, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1149, 3029, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c18912a\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"a2defe0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">This is highly recommended for everyone in a company who works in a Scrum Team or anyone who interacts with any Scrum Team. This will also be very useful for those who are interested in understanding the basics of Scrum and how this method could be used effectively.<\\/span><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1150, 3029, '_elementor_page_assets', 'a:0:{}'),
(3976, 3596, '_menu_item_menu_item_parent', '3503'),
(1159, 3030, '_elementor_page_assets', 'a:0:{}'),
(3972, 3595, '_elementor_page_assets', 'a:0:{}'),
(3973, 3595, '_elementor_css', 'a:6:{s:4:\"time\";i:1689696155;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1169, 3031, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1170, 3031, '_elementor_page_assets', 'a:0:{}'),
(1172, 3032, '_thumbnail_id', '2831'),
(1173, 3032, '_wp_page_template', 'default'),
(1174, 3032, '_elementor_edit_mode', 'builder'),
(1175, 3032, '_elementor_template_type', 'wp-post'),
(1176, 3032, '_elementor_version', '3.11.5'),
(1177, 3032, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1178, 3032, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1179, 3032, '_elementor_page_assets', 'a:0:{}'),
(1181, 3033, '_thumbnail_id', '2831'),
(1182, 3033, '_wp_page_template', 'default'),
(1183, 3033, '_elementor_edit_mode', 'builder'),
(1184, 3033, '_elementor_template_type', 'wp-post'),
(1185, 3033, '_elementor_version', '3.11.5'),
(1186, 3033, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1187, 3033, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1188, 3033, '_elementor_page_assets', 'a:0:{}'),
(1193, 3034, '_thumbnail_id', '2107'),
(1194, 3034, '_wp_page_template', 'default'),
(1195, 3034, '_elementor_edit_mode', 'builder'),
(1196, 3034, '_elementor_template_type', 'wp-post'),
(1197, 3034, '_elementor_version', '3.11.5'),
(1198, 3034, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1199, 3034, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1200, 3034, '_elementor_page_assets', 'a:0:{}'),
(1202, 3035, '_thumbnail_id', '2107'),
(1203, 3035, '_wp_page_template', 'default'),
(1204, 3035, '_elementor_edit_mode', 'builder'),
(1205, 3035, '_elementor_template_type', 'wp-post'),
(1206, 3035, '_elementor_version', '3.11.5'),
(1207, 3035, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1208, 3035, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1209, 3035, '_elementor_page_assets', 'a:0:{}'),
(1211, 3036, '_thumbnail_id', '2107'),
(1212, 3036, '_wp_page_template', 'default'),
(1213, 3036, '_elementor_edit_mode', 'builder'),
(1214, 3036, '_elementor_template_type', 'wp-post'),
(1215, 3036, '_elementor_version', '3.11.5'),
(1216, 3036, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1217, 3036, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1218, 3036, '_elementor_page_assets', 'a:0:{}'),
(1226, 3037, '_elementor_version', '3.11.5'),
(1227, 3037, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1228, 3037, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1229, 3037, '_elementor_page_assets', 'a:0:{}'),
(1231, 3038, '_thumbnail_id', '45'),
(1232, 3038, '_wp_page_template', 'default'),
(1233, 3038, '_elementor_edit_mode', 'builder'),
(1234, 3038, '_elementor_template_type', 'wp-post'),
(1235, 3038, '_elementor_version', '3.11.5'),
(1236, 3038, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1237, 3038, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1238, 3038, '_elementor_page_assets', 'a:0:{}'),
(1240, 3039, '_thumbnail_id', '45'),
(1241, 3039, '_wp_page_template', 'default'),
(1242, 3039, '_elementor_edit_mode', 'builder'),
(1243, 3039, '_elementor_template_type', 'wp-post'),
(1244, 3039, '_elementor_version', '3.11.5'),
(1245, 3039, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1246, 3039, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1247, 3039, '_elementor_page_assets', 'a:0:{}'),
(2263, 3128, '_thumbnail_id', '45'),
(2264, 3128, '_wp_page_template', 'default'),
(3034, 3324, '_elementor_edit_mode', 'builder'),
(1252, 3040, '_thumbnail_id', '2835'),
(1253, 3040, '_wp_page_template', 'default'),
(1254, 3040, '_elementor_edit_mode', 'builder'),
(1255, 3040, '_elementor_template_type', 'wp-post'),
(1256, 3040, '_elementor_version', '3.11.5'),
(1257, 3040, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1258, 3040, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1259, 3040, '_elementor_page_assets', 'a:0:{}'),
(1261, 3041, '_thumbnail_id', '2835'),
(1262, 3041, '_wp_page_template', 'default'),
(1263, 3041, '_elementor_edit_mode', 'builder'),
(1264, 3041, '_elementor_template_type', 'wp-post'),
(1265, 3041, '_elementor_version', '3.11.5'),
(1266, 3041, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1267, 3041, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrums\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1268, 3041, '_elementor_page_assets', 'a:0:{}'),
(1270, 3042, '_thumbnail_id', '2835'),
(1271, 3042, '_wp_page_template', 'default'),
(1272, 3042, '_elementor_edit_mode', 'builder'),
(1273, 3042, '_elementor_template_type', 'wp-post'),
(1274, 3042, '_elementor_version', '3.11.5'),
(1275, 3042, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1276, 3042, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1277, 3042, '_elementor_page_assets', 'a:0:{}'),
(2075, 3108, '_elementor_page_assets', 'a:0:{}'),
(2083, 3109, '_elementor_version', '3.11.5'),
(2084, 3109, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2085, 3109, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br><ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>&nbsp;Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2086, 3109, '_elementor_page_assets', 'a:0:{}'),
(2087, 3110, '_thumbnail_id', '2835'),
(2088, 3110, '_wp_page_template', 'default'),
(2089, 3110, '_elementor_edit_mode', 'builder'),
(2090, 3110, '_elementor_template_type', 'wp-post'),
(2091, 3110, '_elementor_version', '3.11.5'),
(2092, 3110, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2093, 3110, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br><ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>&nbsp;Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1336, 2670, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.138451479322181825182269676588475704193115234375;s:5:\"bytes\";i:576;s:11:\"size_before\";i:18353;s:10:\"size_after\";i:17777;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:336;s:11:\"size_before\";i:13148;s:10:\"size_after\";i:12812;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:240;s:11:\"size_before\";i:5205;s:10:\"size_after\";i:4965;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1335, 1903, '_oembed_ce2e89a8e7707817ac288ccf1ab2eae6', '{{unknown}}'),
(1814, 3071, '_elementor_page_assets', 'a:0:{}'),
(1816, 3072, '_elementor_version', '3.11.5'),
(1817, 3072, '_wp_page_template', 'default'),
(1818, 3072, '_elementor_edit_mode', 'builder'),
(1819, 3072, '_elementor_template_type', 'wp-page'),
(1820, 3072, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1821, 3072, '_elementor_data', '[{\"id\":\"28ff757\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"3eecb39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"19e0105\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"\",\"_id\":\"702dffa\",\"eael_data_table_header_col_icon_enabled\":\"\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":\"\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home-2.png\",\"id\":2199,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"bbb0507\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sdc-home.png\",\"id\":2195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"8d0f859\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"id\":2198,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"f57ee87\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"id\":2192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"b11193c\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/aec-home.png\",\"id\":2197,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"7ec42de\"},{\"eael_data_table_header_col\":\"\",\"_id\":\"61f17e1\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/ssmc-home.png\",\"id\":2191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"_id\":\"4be3bd4\",\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sspoc-home.png\",\"id\":2190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"eael_data_table_header_col\":\"\",\"_id\":\"ed60bdf\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/esmc-home.png\",\"id\":2196,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500}],\"eael_data_table_content_rows\":[{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bdfecbc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"template\",\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"03d662a\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_primary_templates_for_tables\":\"2137\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>Scrum Fundamentals Certified<\\/h5>\",\"_id\":\"1717abf\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Developer Certified<\\/strong><\\/h5>\",\"_id\":\"45cb2d7\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"ac90c09\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"5544e07\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>SCRUMstudy Agile Master Certified<\\/h5>\",\"_id\":\"b42ce1c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"de34654\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"8e7d950\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Expert Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"f251916\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"457762d\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"5a15ed8\",\"eael_data_table_content_row_title\":\"Prerequisites\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\",\"_id\":\"814e5cd\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b8c56ec\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"9909b4f\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"730708a\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: SMC\\u00ae certified professional\",\"_id\":\"1d9bdfd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation:SMC\\u00ae certified professional\",\"_id\":\"4e503bd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation: SPOC\\u00ae certified professional\",\"_id\":\"5f24d81\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing Scrum\\/Agile projects\\nEducation Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\",\"_id\":\"8fbbaf3\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fcd53e4\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Online Certification Exam\\n(Valid for 180 days)\",\"_id\":\"3810e03\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6e5e311\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5e70e56\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"b9b8729\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5172453\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"a73a23f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6d85bcc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"3102d5f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"02e5dba\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"e7f310c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Free e-copy of SBOK\\u00ae Guide and online preparatory course *\",\"_id\":\"3744cfa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fd67005\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1d8f3fa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"21fdab8\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4b7a730\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"8e2abfb\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fa0aa1d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"af052e6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bec7490\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4356fc0\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Exam Format\",\"_id\":\"401f956\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>40 questions per exam<\\/li><li>60 minutes duration<\\/li><li>Online un-proctored exam<\\/li><\\/ul>\",\"_id\":\"2c35c9c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\".Multiple choice\\n40 questions per exam\\n60 minutes duration\\nOnline un-proctored exam\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>75 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"ece21be\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"2746209\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>140 questions per exam<\\/li><li>180 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"3ecf62d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"51afd05\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"7887337\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"4c5669b\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>200 questions per exam<\\/li><li>240 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"8f85d5a\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1e5a5c3\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Certificate\",\"_id\":\"c431180\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"c067ca6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"0141cc5\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"f541750\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"da01556\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"a9a046e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"c5aa90e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"18a820e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"ac79068\"}],\"eael_section_data_table_header_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_bg_color\":\"#FFFFFF\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_color\":\"#54595F\",\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_family\":\"Tahoma\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_position_from_top\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_data_table_content_bg_odd\":\"#33333312\",\"eael_data_table_content_even_color\":\"\",\"eael_data_table_content_bg_even_color\":\"#33333312\",\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_family\":\"Tiro Bangla\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_data_table_content_typography_font_weight\":\"100\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_typography_word_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_content_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_data_table_icon_normal_color\":\"#4A4893\",\"eael_enable_responsive_header_styles\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_data_table_header_border_color\":\"globals\\/colors?id=secondary\",\"eael_data_table_content_bg_odd\":\"\"},\"eael_data_table_content_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Registration Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f3b09c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2946\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3774, 3543, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3787, 3551, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:56:\"2023/03/cropped-cropped-cropped-cropped-cropped-pic1.jpg\";s:8:\"filesize\";s:5:\"62489\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"cropped-cropped-cropped-cropped-cropped-pic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"10662\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"cropped-cropped-cropped-cropped-cropped-pic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";s:4:\"4262\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"cropped-cropped-cropped-cropped-cropped-pic1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"40268\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"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\";}}'),
(2057, 3106, '_elementor_page_assets', 'a:0:{}'),
(2059, 3107, '_thumbnail_id', '2835'),
(2060, 3107, '_wp_page_template', 'default'),
(2061, 3107, '_elementor_edit_mode', 'builder'),
(2062, 3107, '_elementor_template_type', 'wp-post'),
(2063, 3107, '_elementor_version', '3.11.5'),
(2064, 3107, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2065, 3107, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2066, 3107, '_elementor_page_assets', 'a:0:{}'),
(3963, 3594, '_elementor_page_assets', 'a:0:{}'),
(3964, 3594, '_elementor_css', 'a:6:{s:4:\"time\";i:1689696155;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3054, 3326, '_elementor_version', '3.11.5'),
(3055, 3326, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3056, 3326, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3050, 3326, '_thumbnail_id', '2835'),
(3051, 3326, '_wp_page_template', 'default'),
(3052, 3326, '_elementor_edit_mode', 'builder'),
(3053, 3326, '_elementor_template_type', 'wp-post'),
(2095, 3111, '_thumbnail_id', '2835'),
(2096, 3111, '_wp_page_template', 'default'),
(2097, 3111, '_elementor_edit_mode', 'builder'),
(2098, 3111, '_elementor_template_type', 'wp-post'),
(2099, 3111, '_elementor_version', '3.11.5'),
(2100, 3111, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2101, 3111, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2068, 3108, '_thumbnail_id', '2835'),
(2069, 3108, '_wp_page_template', 'default'),
(2070, 3108, '_elementor_edit_mode', 'builder'),
(2071, 3108, '_elementor_template_type', 'wp-post'),
(2072, 3108, '_elementor_version', '3.11.5'),
(2073, 3108, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2074, 3108, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br><ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>&nbsp;Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3021, 3323, '_thumbnail_id', '2125'),
(3022, 3323, '_wp_page_template', 'default'),
(2039, 3105, '_thumbnail_id', '2125'),
(2040, 3105, '_wp_page_template', 'default'),
(2041, 3105, '_elementor_edit_mode', 'builder'),
(2042, 3105, '_elementor_template_type', 'wp-post'),
(3025, 3323, '_elementor_version', '3.11.5'),
(3026, 3323, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2030, 3103, '_elementor_page_assets', 'a:0:{}'),
(2031, 3104, '_thumbnail_id', '2125'),
(2032, 3104, '_wp_page_template', 'default'),
(2033, 3104, '_elementor_edit_mode', 'builder'),
(2034, 3104, '_elementor_template_type', 'wp-post'),
(2035, 3104, '_elementor_version', '3.11.5'),
(2036, 3104, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2037, 3104, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Get access to online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2038, 3104, '_elementor_page_assets', 'a:0:{}'),
(2046, 3105, '_elementor_page_assets', 'a:0:{}'),
(2079, 3109, '_thumbnail_id', '2835'),
(2080, 3109, '_wp_page_template', 'default'),
(2081, 3109, '_elementor_edit_mode', 'builder'),
(2208, 3122, '_elementor_version', '3.11.5'),
(2209, 3122, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2050, 3106, '_thumbnail_id', '2835'),
(2051, 3106, '_wp_page_template', 'default'),
(2052, 3106, '_elementor_edit_mode', 'builder'),
(2053, 3106, '_elementor_template_type', 'wp-post'),
(2054, 3106, '_elementor_version', '3.11.5'),
(2055, 3106, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2056, 3106, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2043, 3105, '_elementor_version', '3.11.5'),
(1337, 2671, '_oembed_25b7d393268879743b889e39204f61ab', '{{unknown}}'),
(1338, 2671, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.5709162632239550561052965349517762660980224609375;s:5:\"bytes\";i:14340;s:11:\"size_before\";i:167310;s:10:\"size_after\";i:152970;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1737;s:11:\"size_before\";i:13911;s:10:\"size_after\";i:12174;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3678;s:11:\"size_before\";i:32539;s:10:\"size_after\";i:28861;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:8925;s:11:\"size_before\";i:120860;s:10:\"size_after\";i:111935;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),
(1339, 2672, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:599109;s:10:\"size_after\";i:599109;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30332;s:10:\"size_after\";i:30332;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:86417;s:10:\"size_after\";i:86417;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:482360;s:10:\"size_after\";i:482360;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}}}'),
(1340, 2673, '_oembed_25b7d393268879743b889e39204f61ab', '{{unknown}}'),
(1341, 2673, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.46597614526110220367627334780991077423095703125;s:5:\"bytes\";i:14132;s:11:\"size_before\";i:166927;s:10:\"size_after\";i:152795;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1737;s:11:\"size_before\";i:13911;s:10:\"size_after\";i:12174;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3694;s:11:\"size_before\";i:32594;s:10:\"size_after\";i:28900;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:8701;s:11:\"size_before\";i:120422;s:10:\"size_after\";i:111721;s:4:\"time\";d:0.25;}}}'),
(1342, 2674, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.054072458248214161358191631734371185302734375;s:5:\"bytes\";i:4379;s:11:\"size_before\";i:86643;s:10:\"size_after\";i:82264;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:450;s:11:\"size_before\";i:7242;s:10:\"size_after\";i:6792;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:866;s:11:\"size_before\";i:14412;s:10:\"size_after\";i:13546;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3063;s:11:\"size_before\";i:64989;s:10:\"size_after\";i:61926;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1343, 2675, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1897233201581034478522269637323915958404541015625;s:5:\"bytes\";i:1313;s:11:\"size_before\";i:25300;s:10:\"size_after\";i:23987;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:435;s:11:\"size_before\";i:7331;s:10:\"size_after\";i:6896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:878;s:11:\"size_before\";i:17969;s:10:\"size_after\";i:17091;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1344, 2676, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.39458104060736953755395006737671792507171630859375;s:5:\"bytes\";i:1549;s:11:\"size_before\";i:28714;s:10:\"size_after\";i:27165;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:435;s:11:\"size_before\";i:7428;s:10:\"size_after\";i:6993;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1114;s:11:\"size_before\";i:21286;s:10:\"size_after\";i:20172;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1345, 2677, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.82222844344904810753860147087834775447845458984375;s:5:\"bytes\";i:1378;s:11:\"size_before\";i:28576;s:10:\"size_after\";i:27198;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:409;s:11:\"size_before\";i:7254;s:10:\"size_after\";i:6845;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:969;s:11:\"size_before\";i:21322;s:10:\"size_after\";i:20353;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1346, 2678, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9664241745942927508394859614782035350799560546875;s:5:\"bytes\";i:1420;s:11:\"size_before\";i:28592;s:10:\"size_after\";i:27172;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:425;s:11:\"size_before\";i:7263;s:10:\"size_after\";i:6838;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:995;s:11:\"size_before\";i:21329;s:10:\"size_after\";i:20334;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1347, 2679, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.1156497759393317892318009398877620697021484375;s:5:\"bytes\";i:12586;s:11:\"size_before\";i:46416;s:10:\"size_after\";i:33830;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3741;s:11:\"size_before\";i:13549;s:10:\"size_after\";i:9808;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8845;s:11:\"size_before\";i:32867;s:10:\"size_after\";i:24022;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),
(1348, 2680, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.1156497759393317892318009398877620697021484375;s:5:\"bytes\";i:12586;s:11:\"size_before\";i:46416;s:10:\"size_after\";i:33830;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3741;s:11:\"size_before\";i:13549;s:10:\"size_after\";i:9808;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8845;s:11:\"size_before\";i:32867;s:10:\"size_after\";i:24022;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),
(1349, 2681, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.31966135562917230572566040791571140289306640625;s:5:\"bytes\";i:2533;s:11:\"size_before\";i:19017;s:10:\"size_after\";i:16484;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:583;s:11:\"size_before\";i:4255;s:10:\"size_after\";i:3672;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1950;s:11:\"size_before\";i:14762;s:10:\"size_after\";i:12812;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(1350, 2682, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.30724070450097684670254238881170749664306640625;s:5:\"bytes\";i:2516;s:11:\"size_before\";i:18907;s:10:\"size_after\";i:16391;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:587;s:11:\"size_before\";i:4288;s:10:\"size_after\";i:3701;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1929;s:11:\"size_before\";i:14619;s:10:\"size_after\";i:12690;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(1351, 2683, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.31966135562917230572566040791571140289306640625;s:5:\"bytes\";i:2533;s:11:\"size_before\";i:19017;s:10:\"size_after\";i:16484;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:583;s:11:\"size_before\";i:4255;s:10:\"size_after\";i:3672;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1950;s:11:\"size_before\";i:14762;s:10:\"size_after\";i:12812;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(1352, 2684, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.665157222057640939993916617822833359241485595703125;s:5:\"bytes\";i:5038;s:11:\"size_before\";i:189032;s:10:\"size_after\";i:183994;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:180;s:11:\"size_before\";i:8850;s:10:\"size_after\";i:8670;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:193;s:11:\"size_before\";i:4248;s:10:\"size_after\";i:4055;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:475;s:11:\"size_before\";i:33286;s:10:\"size_after\";i:32811;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:957;s:11:\"size_before\";i:51152;s:10:\"size_after\";i:50195;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:3233;s:11:\"size_before\";i:91496;s:10:\"size_after\";i:88263;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(1353, 2685, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.6361350992760872458120502415113151073455810546875;s:5:\"bytes\";i:14997;s:11:\"size_before\";i:128883;s:10:\"size_after\";i:113886;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:301;s:11:\"size_before\";i:4527;s:10:\"size_after\";i:4226;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:761;s:11:\"size_before\";i:11036;s:10:\"size_after\";i:10275;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4950;s:11:\"size_before\";i:44895;s:10:\"size_after\";i:39945;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:8985;s:11:\"size_before\";i:68425;s:10:\"size_after\";i:59440;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(1354, 2686, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.82778355879292409014169606962241232395172119140625;s:5:\"bytes\";i:5435;s:11:\"size_before\";i:192200;s:10:\"size_after\";i:186765;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:198;s:11:\"size_before\";i:8856;s:10:\"size_after\";i:8658;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:202;s:11:\"size_before\";i:4255;s:10:\"size_after\";i:4053;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:589;s:11:\"size_before\";i:34162;s:10:\"size_after\";i:33573;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1061;s:11:\"size_before\";i:51174;s:10:\"size_after\";i:50113;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:3385;s:11:\"size_before\";i:93753;s:10:\"size_after\";i:90368;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(1355, 2687, '_oembed_9af600ff65a37af3e1d6117c97a2038e', '{{unknown}}'),
(1356, 2687, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.1156497759393317892318009398877620697021484375;s:5:\"bytes\";i:12586;s:11:\"size_before\";i:46416;s:10:\"size_after\";i:33830;s:4:\"time\";d:0.09000000000000001054711873393898713402450084686279296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3741;s:11:\"size_before\";i:13549;s:10:\"size_after\";i:9808;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8845;s:11:\"size_before\";i:32867;s:10:\"size_after\";i:24022;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),
(1357, 2688, '_oembed_25b7d393268879743b889e39204f61ab', '{{unknown}}'),
(1358, 2688, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.9871229283414795219186999020166695117950439453125;s:5:\"bytes\";i:15075;s:11:\"size_before\";i:167740;s:10:\"size_after\";i:152665;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1639;s:11:\"size_before\";i:14048;s:10:\"size_after\";i:12409;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3525;s:11:\"size_before\";i:32679;s:10:\"size_after\";i:29154;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:9911;s:11:\"size_before\";i:121013;s:10:\"size_after\";i:111102;s:4:\"time\";d:0.25;}}}'),
(1359, 2689, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.1156497759393317892318009398877620697021484375;s:5:\"bytes\";i:12586;s:11:\"size_before\";i:46416;s:10:\"size_after\";i:33830;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:3741;s:11:\"size_before\";i:13549;s:10:\"size_after\";i:9808;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8845;s:11:\"size_before\";i:32867;s:10:\"size_after\";i:24022;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),
(1360, 2690, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.19084813870014016856657690368592739105224609375;s:5:\"bytes\";i:8058;s:11:\"size_before\";i:44297;s:10:\"size_after\";i:36239;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:3357;s:11:\"size_before\";i:17341;s:10:\"size_after\";i:13984;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:4701;s:11:\"size_before\";i:26956;s:10:\"size_after\";i:22255;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(1361, 2691, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.84882458045755537767718124086968600749969482421875;s:5:\"bytes\";i:1384;s:11:\"size_before\";i:28543;s:10:\"size_after\";i:27159;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:414;s:11:\"size_before\";i:7254;s:10:\"size_after\";i:6840;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:970;s:11:\"size_before\";i:21289;s:10:\"size_after\";i:20319;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1362, 2691, '_oembed_17b8ed6585efb0eb22f767ef8dc53049', '{{unknown}}'),
(1363, 2692, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4292489015970435417557382606901228427886962890625;s:5:\"bytes\";i:1557;s:11:\"size_before\";i:28678;s:10:\"size_after\";i:27121;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:432;s:11:\"size_before\";i:7409;s:10:\"size_after\";i:6977;s:4:\"time\";i:0;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1125;s:11:\"size_before\";i:21269;s:10:\"size_after\";i:20144;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1364, 2693, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.81628275192808619209472453803755342960357666015625;s:5:\"bytes\";i:5514;s:11:\"size_before\";i:195790;s:10:\"size_after\";i:190276;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:188;s:11:\"size_before\";i:8788;s:10:\"size_after\";i:8600;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:195;s:11:\"size_before\";i:4270;s:10:\"size_after\";i:4075;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:461;s:11:\"size_before\";i:34121;s:10:\"size_after\";i:33660;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:52424;s:10:\"size_after\";i:51252;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:3498;s:11:\"size_before\";i:96187;s:10:\"size_after\";i:92689;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(1365, 2694, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.207711578259448526040387150715105235576629638671875;s:5:\"bytes\";i:589;s:11:\"size_before\";i:18362;s:10:\"size_after\";i:17773;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:237;s:11:\"size_before\";i:5201;s:10:\"size_after\";i:4964;s:4:\"time\";i:0;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:352;s:11:\"size_before\";i:13161;s:10:\"size_after\";i:12809;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1366, 2189, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.67709147771696365225579938851296901702880859375;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(1367, 2190, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.20510304219823893845386919565498828887939453125;s:5:\"bytes\";i:799;s:11:\"size_before\";i:2038;s:10:\"size_after\";i:1239;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:799;s:11:\"size_before\";i:2038;s:10:\"size_after\";i:1239;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1368, 2191, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.2072588347659944929546327330172061920166015625;s:5:\"bytes\";i:821;s:11:\"size_before\";i:2094;s:10:\"size_after\";i:1273;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:821;s:11:\"size_before\";i:2094;s:10:\"size_after\";i:1273;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1369, 2192, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:42.7050997782705081817766767926514148712158203125;s:5:\"bytes\";i:963;s:11:\"size_before\";i:2255;s:10:\"size_after\";i:1292;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:963;s:11:\"size_before\";i:2255;s:10:\"size_after\";i:1292;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(1370, 2193, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.2346703550023079287711880169808864593505859375;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1371, 2194, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.67709147771696365225579938851296901702880859375;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(1372, 2195, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.16548127074442930961595266126096248626708984375;s:5:\"bytes\";i:826;s:11:\"size_before\";i:2109;s:10:\"size_after\";i:1283;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:826;s:11:\"size_before\";i:2109;s:10:\"size_after\";i:1283;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1373, 2196, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.75120076849183448075564228929579257965087890625;s:5:\"bytes\";i:989;s:11:\"size_before\";i:4164;s:10:\"size_after\";i:3175;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.75;s:5:\"bytes\";i:989;s:11:\"size_before\";i:4164;s:10:\"size_after\";i:3175;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1374, 2197, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:41.01277372262773468492014217190444469451904296875;s:5:\"bytes\";i:899;s:11:\"size_before\";i:2192;s:10:\"size_after\";i:1293;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:899;s:11:\"size_before\";i:2192;s:10:\"size_after\";i:1293;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(1375, 2198, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.2346703550023079287711880169808864593505859375;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1376, 2199, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.67709147771696365225579938851296901702880859375;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(1377, 2351, '_oembed_fe2ab4ecfa5f6fc89924b249aa12f341', '{{unknown}}'),
(1378, 2351, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.67709147771696365225579938851296901702880859375;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(1379, 2394, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.2346703550023079287711880169808864593505859375;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:851;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1380, 2394, '_oembed_db7f80dbdf3a71b87216e24aee9f7037', '{{unknown}}'),
(1381, 2402, '_oembed_62e253f27f61815f1405e2b8f164ad15', '{{unknown}}'),
(1382, 2402, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.16548127074442930961595266126096248626708984375;s:5:\"bytes\";i:826;s:11:\"size_before\";i:2109;s:10:\"size_after\";i:1283;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:826;s:11:\"size_before\";i:2109;s:10:\"size_after\";i:1283;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(1383, 2417, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:35.746606334841629859511158429086208343505859375;s:5:\"bytes\";i:158;s:11:\"size_before\";i:442;s:10:\"size_after\";i:284;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.75;s:5:\"bytes\";i:158;s:11:\"size_before\";i:442;s:10:\"size_after\";i:284;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(1384, 2417, '_oembed_db7f80dbdf3a71b87216e24aee9f7037', '{{unknown}}'),
(1385, 2418, '_oembed_fe2ab4ecfa5f6fc89924b249aa12f341', '{{unknown}}'),
(1386, 2418, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.67709147771696365225579938851296901702880859375;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1194;s:11:\"size_before\";i:2558;s:10:\"size_after\";i:1364;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),
(1387, 2829, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4551848175578800947960189660079777240753173828125;s:5:\"bytes\";i:2894;s:11:\"size_before\";i:117873;s:10:\"size_after\";i:114979;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:197;s:11:\"size_before\";i:4257;s:10:\"size_after\";i:4060;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:173;s:11:\"size_before\";i:10703;s:10:\"size_after\";i:10530;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:747;s:11:\"size_before\";i:40407;s:10:\"size_after\";i:39660;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1777;s:11:\"size_before\";i:62506;s:10:\"size_after\";i:60729;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(1390, 1540, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(1391, 1540, '_mail', 'a:8:{s:7:\"subject\";s:30:\"Contact Form: \"[your-subject]\"\";s:6:\"sender\";s:31:\"Contact Form <mail@example.com>\";s:4:\"body\";s:132:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n\n[your-message]\n\n--\nThis e-mail was sent from a contact form\";s:9:\"recipient\";s:16:\"mail@example.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(1392, 1540, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"Contact Form: \"[your-subject]\"\";s:6:\"sender\";s:31:\"Contact Form <mail@example.com>\";s:4:\"body\";s:132:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n\n[your-message]\n\n--\nThis e-mail was sent from a contact form\";s:9:\"recipient\";s:16:\"mail@example.com\";s:18:\"additional_headers\";s:29:\"Reply-To: example@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(1393, 1540, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(1394, 1540, '_additional_settings', ''),
(1395, 1540, '_locale', 'en_US'),
(1398, 2134, '_thumbnail_id', '2083'),
(1399, 2134, 'enclosure', 'https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4\n16882952\nvideo/mp4\n'),
(1400, 2134, '_edit_last', '1'),
(1401, 2134, '_wp_page_template', 'default'),
(1402, 2134, '_wp_old_slug', 'lorem-ipsum'),
(1403, 2134, '_wp_old_date', '2019-04-01'),
(1404, 2134, '_elementor_edit_mode', 'builder'),
(1405, 2134, '_elementor_template_type', 'wp-post'),
(1406, 2134, '_elementor_version', '3.11.5'),
(1407, 2134, '_eael_custom_js', ''),
(1408, 2134, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1409, 2134, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Credit Card\",\"link\":{\"url\":\"creditcard-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false},\"link\":{\"url\":\"banktransfer-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1410, 2134, '_elementor_page_assets', 'a:0:{}'),
(1411, 2134, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(1412, 2134, '_wp_old_slug', 'scrum-master'),
(1413, 2135, '_thumbnail_id', '173'),
(1414, 2135, '_elementor_edit_mode', 'builder'),
(1415, 2135, '_elementor_template_type', 'wp-post'),
(1416, 2135, '_wp_old_slug', 'lorem-ipsum-2'),
(1417, 2135, '_wp_old_date', '2019-04-01'),
(1418, 2135, '_elementor_version', '3.11.5'),
(1419, 2135, '_eael_custom_js', ''),
(1420, 2135, 'enclosure', 'https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4\n5213276\nvideo/mp4\n'),
(1421, 2135, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1422, 2135, '_edit_last', '1'),
(1423, 2135, '_wp_page_template', 'default'),
(1424, 2135, '_elementor_data', '[{\"id\":\"25b5600\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5d38f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c028a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e60ac8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"5822849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\\"Scrum Fundamentals Certified\\\".<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"faab04a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7dea270\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2af1f9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_SFC_updated.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa78ac9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ca06d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7adcd7\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Certificaton\",\"_id\":\"ba417bc\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"054e909\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"518019d\"},{\"eael_data_table_header_col\":\"Cost of Exam\",\"_id\":\"471e422\"},{\"_id\":\"9ff920d\",\"eael_data_table_header_col\":\"Target Audience\"},{\"_id\":\"66e5fad\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"e39e7de\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"25ce830\",\"eael_data_table_content_row_title\":\"Scrum Fundamentals Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"da6f7c3\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"6656573\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"90f34a5\",\"eael_data_table_content_row_title\":\"0\"},{\"_id\":\"54eead5\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Anyone interested to know more about Scrum and Agile\"},{\"_id\":\"a4b4612\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Valid for lifetime.\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fdce91d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3434366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddad1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Exam Format<\\/h3><ul style=\\\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\"><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Multiple choice<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">40 questions per exam<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">One mark awarded for every right answer<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">No negative marks for wrong answers<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">30 questions need to be answered correctly to pass<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">60 minutes duration<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Online unproctored exam<\\/li><\\/ul><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Audience Profile<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.<\\/p><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Prerequisites<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">There is no formal prerequisite for this course.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01bb102\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f1703dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"60bacae\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\",\"alt\":\"\"},\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1,\"loop\":\"yes\",\"download_button\":\"yes\",\"preload\":\"auto\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"902e36b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7.625},\"elements\":[],\"isInner\":false},{\"id\":\"d85f73d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"ed2e740\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"download_button\":\"yes\",\"preload\":\"auto\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8763764\",\"elType\":\"section\",\"settings\":{\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"}},\"elements\":[{\"id\":\"b04323f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"32d465b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(1425, 2135, '_elementor_page_assets', 'a:0:{}'),
(1426, 2135, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(3481, 2135, 'enclosure', 'https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrum_In_6_Minutes.mp4\n12169087\nvideo/mp4\n'),
(1428, 2135, '_wp_old_slug', 'scrum-fundamentals'),
(1429, 2136, '_thumbnail_id', '1536'),
(1430, 2136, '_wp_page_template', 'elementor_theme'),
(1431, 2136, '_edit_last', '1'),
(1432, 2136, '_elementor_template_type', 'wp-post'),
(1433, 2136, '_wp_old_slug', 'lorem-ipsum-3'),
(1434, 2136, '_wp_old_date', '2019-04-01'),
(1435, 2136, '_elementor_edit_mode', 'builder'),
(1436, 2136, '_elementor_version', '3.11.5'),
(1437, 2136, '_eael_custom_js', ''),
(1438, 2136, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1439, 2136, '_elementor_data', '[{\"id\":\"292996e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a9f526d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"106140f\",\"elType\":\"widget\",\"settings\":{\"title\":\"The world is adopting Scrum. Are you?\",\"header_size\":\"h3\",\"title_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5072839\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"04894bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"97f07b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SCRUMstudy<sup>\\u2122<\\/sup>\'s widely accepted certifications help individuals and organizations complete projects faster and more successfully.<\\/p>\\n<p>Several organizations around the globe are accepting Scrum as a primary project management framework for their projects, especially when they operate in a dynamic business environment.<\\/p>\",\"text_columns\":\"1\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cf15787\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d7c352\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Why_get_certified_in_SCRUM.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Why_get_certified_in_SCRUM.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\",\"css_filters_css_filter\":\"custom\",\"_border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e4a29b9\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_color\":\"#986B6B00\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6334d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cf460c5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"For Individuals\",\"description_text\":\"Growing popularity and acceptability of Scrum has created a great demand for Scrum-certified professionals in the job market. Grab the opportunity and join this growing community.\",\"position\":\"top\",\"title_size\":\"h5\",\"primary_color\":\"#0063A1\",\"icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"text_align\":\"left\",\"title_color\":\"#0063A1\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"6969308\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ffc0952\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"For Organizations\",\"description_text\":\"Scrum-certified professionals help organizations with improved level of project management that leads to increased ROI.\",\"position\":\"top\",\"title_size\":\"h5\",\"primary_color\":\"#0063A1\",\"icon_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"text_align\":\"left\",\"title_color\":\"#0063A1\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"59fa45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"text_align\":\"left\"},\"elements\":[{\"id\":\"5493321\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chalkboard-teacher\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\" For A.T.P.\",\"description_text\":\"There are tremendous opportunities to tap the market potential for Scrum and Agile certifications with the leading Scrum certification body\",\"position\":\"top\",\"title_size\":\"h5\",\"primary_color\":\"#0063A1\",\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"left\",\"title_color\":\"#0063A1\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"description_color\":\"#000000\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}]'),
(1440, 2136, 'enclosure', 'https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Why_get_certified_in_SCRUM.mp4\n10704046\nvideo/mp4\n'),
(1441, 2136, '_elementor_page_assets', 'a:0:{}'),
(1442, 2136, '_wp_old_date', '2022-01-17'),
(1443, 2136, '_wp_old_date', '2019-03-01'),
(1444, 2643, '_eael_custom_js', ''),
(1445, 2643, '_elementor_version', '3.11.5'),
(1446, 2643, '_edit_last', '1'),
(1447, 2643, '_wp_page_template', 'default'),
(1448, 2643, '_wp_old_slug', 'scrum-developer-certified-sdc'),
(1449, 2643, '_wp_old_date', '2023-03-18'),
(1450, 2643, '_elementor_edit_mode', 'builder'),
(1451, 2643, '_elementor_template_type', 'wp-post'),
(1452, 2643, '_thumbnail_id', '175'),
(1453, 2643, '_wp_old_slug', 'sdc'),
(1454, 2643, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1455, 2643, '_elementor_data', '[{\"id\":\"620a0a45\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f910805\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2aaf6acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<h3>How to become a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>)?<\\/h3>\\n<p class=\\\"inner-body-first-text-block\\\">SCRUM trainings for several certification exams (including SMC<sup>\\u00ae<\\/sup>, SPOC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and ESMC<sup>\\u2122<\\/sup>) should preferably be conducted in classrooms or through virtual instructor led sessions. It is important for every SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0faculty to be an expert in the particular SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0certification he or she is teaching, and be very familiar with the concepts in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide. It is also important for the faculty to be a good teacher and have adequate soft-skills to handle different situations in a class, and consistently deliver very high quality trainings.<\\/p>\\n<h3>Process for becoming an accredited SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>):<\\/h3>\\n<ol>\\n<li>Trainers need to have at least 2 years of relevant work experience and should be willing to share their experiences in the classes they teach.<\\/li>\\n<li>They need to successfully pass any three SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0certification exams (out of SDC<sup>\\u00ae<\\/sup>, SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>, and SPOC<sup>\\u00ae<\\/sup>), including the certification course that they wish to teach.<\\/li>\\n<li>They need to be aware of the training resources available in SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0A.T.P. site (including videos, handbooks, recording of past training sessions etc). SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0will provide substantial training resources which A.T.P.s and Trainers can customize and use for their classes - the training resources will focus more on SCRUM concepts rather than on how to pass SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0certification exams. Other than the training resources available in SCRUMstudy<sup>\\u2122<\\/sup>, additional custom content may need to be developed by individual A.T.P.s or Trainers.<\\/li>\\n<li>All Trainers should be associated with a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0A.T.P.<\\/li>\\n<\\/ol>\\n<p class=\\\"\\\">Once trainers complete the above requirements, they need to\\u00a0apply\\u00a0to SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0to become an accredited trainer (mentioning the details of the A.T.P. with whom they are associated). Accredited Trainers will be certified as \\\"SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainers (SCT<sup>\\u00ae<\\/sup>s)\\\" - and they will be awarded an accreditation certificate making them eligible to train students for SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0certifications. They should train only for the A.T.P.s with whom they have got associated.<\\/p>\\n<p class=\\\"\\\">To ensure a high-quality learning experience for all our students, trainers need to consistently get high rankings in student feedback forms. SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0will regularly ask for feedback from students who attend classes conducted by SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0A.T.P.s Faculty who receive unfavorable feedback must work on improving their course delivery, or their accreditation as SCT<sup>\\u00ae<\\/sup>s may be terminated. SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0reserves its right to terminate any SCT<sup>\\u00ae<\\/sup>\\u00a0from continuing training for SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0classes because of poor feedback or for other reasons.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1456, 2643, '_elementor_page_assets', 'a:0:{}'),
(1457, 2656, '_thumbnail_id', '2083'),
(1458, 2656, 'enclosure', 'https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4\n79239727\nvideo/mp4\n'),
(1459, 2656, '_edit_last', '1'),
(1460, 2656, '_wp_page_template', 'default'),
(1461, 2656, '_wp_old_slug', 'lorem-ipsum'),
(1462, 2656, '_wp_old_date', '2019-04-01'),
(1463, 2656, '_elementor_edit_mode', 'builder'),
(1464, 2656, '_elementor_template_type', 'wp-post'),
(1465, 2656, '_elementor_version', '3.15.2'),
(1466, 2656, '_eael_custom_js', ''),
(1467, 2656, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1468, 2656, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by PayPal\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1469, 2656, '_elementor_page_assets', 'a:0:{}'),
(1470, 2656, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(1471, 2656, '_wp_old_slug', 'scrum-master'),
(1472, 2656, '_wp_old_date', '2023-03-18'),
(1473, 2656, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(1474, 2658, '_thumbnail_id', '2083'),
(1475, 2658, '_edit_last', '1'),
(1476, 2658, '_wp_page_template', 'default'),
(1477, 2658, '_wp_old_slug', 'lorem-ipsum'),
(1478, 2658, '_wp_old_date', '2019-04-01'),
(1479, 2658, '_elementor_edit_mode', 'builder'),
(1480, 2658, '_elementor_template_type', 'wp-post'),
(1481, 2658, '_elementor_version', '3.15.2'),
(1482, 2658, '_eael_custom_js', ''),
(1483, 2658, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1484, 2658, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay byPaypal\",\"background_color\":\"#0063A1\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1485, 2658, '_elementor_page_assets', 'a:0:{}'),
(1486, 2658, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(1487, 2658, '_wp_old_slug', 'scrum-master'),
(1488, 2658, '_wp_old_date', '2023-03-18'),
(1489, 2658, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(1490, 2658, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(1491, 2658, '_wp_old_slug', 'samc'),
(1492, 2660, 'enclosure', 'https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4\n21123896\nvideo/mp4\n'),
(1493, 2660, '_thumbnail_id', '2083'),
(1494, 2660, '_edit_last', '1'),
(1495, 2660, '_wp_page_template', 'default'),
(1496, 2660, '_wp_old_slug', 'lorem-ipsum'),
(1497, 2660, '_wp_old_date', '2019-04-01'),
(1498, 2660, '_elementor_edit_mode', 'builder'),
(1499, 2660, '_elementor_template_type', 'wp-post'),
(1500, 2660, '_elementor_version', '3.11.5'),
(1501, 2660, '_eael_custom_js', ''),
(1502, 2660, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1503, 2660, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1504, 2660, '_elementor_page_assets', 'a:0:{}'),
(1505, 2660, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(1506, 2660, '_wp_old_slug', 'scrum-master'),
(1507, 2660, '_wp_old_date', '2023-03-18'),
(1508, 2660, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(1509, 2660, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(1510, 2661, '_thumbnail_id', '2083'),
(1511, 2661, '_edit_last', '1'),
(1512, 2661, '_wp_page_template', 'default'),
(1513, 2661, '_wp_old_slug', 'lorem-ipsum'),
(1514, 2661, '_wp_old_date', '2019-04-01'),
(1515, 2661, '_elementor_edit_mode', 'builder'),
(1516, 2661, '_elementor_template_type', 'wp-post'),
(1517, 2661, '_elementor_version', '3.11.5'),
(1518, 2661, '_eael_custom_js', ''),
(1519, 2661, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1520, 2661, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2193, 3121, '_thumbnail_id', '2694'),
(2194, 3121, '_wp_page_template', 'default'),
(2195, 3121, '_elementor_edit_mode', 'builder'),
(2196, 3121, '_elementor_template_type', 'wp-post'),
(2197, 3121, '_elementor_version', '3.11.5'),
(2198, 3121, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2199, 3121, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1521, 2661, '_elementor_page_assets', 'a:0:{}'),
(1522, 2661, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(1523, 2661, '_wp_old_slug', 'scrum-master'),
(1524, 2661, '_wp_old_date', '2023-03-18'),
(1525, 2661, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(1526, 2661, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(2265, 3128, '_elementor_edit_mode', 'builder'),
(2266, 3128, '_elementor_template_type', 'wp-post'),
(2204, 3122, '_thumbnail_id', '2107'),
(1528, 2662, '_thumbnail_id', '2083'),
(1529, 2662, '_edit_last', '1'),
(1530, 2662, '_wp_page_template', 'default'),
(1531, 2662, '_wp_old_slug', 'lorem-ipsum'),
(1532, 2662, '_wp_old_date', '2019-04-01'),
(1533, 2662, '_elementor_edit_mode', 'builder'),
(1534, 2662, '_elementor_template_type', 'wp-post'),
(1535, 2662, '_elementor_version', '3.11.5'),
(1536, 2662, '_eael_custom_js', ''),
(1537, 2662, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1538, 2662, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"hover_color\":\"#657E7D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1539, 2662, '_elementor_page_assets', 'a:0:{}'),
(1540, 2662, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(1541, 2662, '_wp_old_slug', 'scrum-master'),
(1542, 2662, '_wp_old_date', '2023-03-18'),
(1543, 2662, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(1544, 2662, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(1545, 2663, '_thumbnail_id', '2083'),
(1546, 2663, '_edit_last', '1'),
(1547, 2663, '_wp_page_template', 'default'),
(1548, 2663, '_wp_old_slug', 'lorem-ipsum'),
(1549, 2663, '_wp_old_date', '2019-04-01'),
(1550, 2663, '_elementor_edit_mode', 'builder'),
(1551, 2663, '_elementor_template_type', 'wp-post'),
(1552, 2663, '_elementor_version', '3.11.5'),
(1553, 2663, '_eael_custom_js', ''),
(1554, 2663, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1555, 2663, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#0063A1\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3023, 3323, '_elementor_edit_mode', 'builder'),
(3024, 3323, '_elementor_template_type', 'wp-post'),
(1556, 2663, '_elementor_page_assets', 'a:0:{}'),
(1557, 2663, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(1558, 2663, '_wp_old_slug', 'scrum-master'),
(1559, 2663, '_wp_old_date', '2023-03-18'),
(1560, 2663, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(1561, 2663, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(1562, 2664, '_thumbnail_id', '2083'),
(1563, 2664, '_edit_last', '1'),
(1564, 2664, '_wp_page_template', 'default'),
(1565, 2664, '_wp_old_slug', 'lorem-ipsum'),
(1566, 2664, '_wp_old_date', '2019-04-01'),
(1567, 2664, '_elementor_edit_mode', 'builder'),
(1568, 2664, '_elementor_template_type', 'wp-post'),
(1569, 2664, '_elementor_version', '3.11.5'),
(1570, 2664, '_eael_custom_js', ''),
(1571, 2664, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1572, 2664, '_elementor_data', '[{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.<\\/p>\\n<h3>Audience Profile:<\\/h3>\\n<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) certification is meant for those SCRUM consultants\\/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations<\\/p>\\n<h3>Prerequisites<\\/h3>\\n<p>To become a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Should have more than 3 years of experience managing Scrum\\/Agile Projects and more than 6 years of project management experience.<\\/li>\\n<li>Should be SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>).<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0d2fa4\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage   \",\"link\":{\"url\":\"\\/Scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#618FCE\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1573, 2664, '_elementor_page_assets', 'a:0:{}'),
(1574, 2664, '_eael_widget_elements', 'a:1:{s:10:\"data-table\";s:10:\"data-table\";}'),
(1575, 2664, '_wp_old_slug', 'scrum-master'),
(1576, 2664, '_wp_old_date', '2023-03-18'),
(1577, 2664, '_wp_old_slug', 'scrum-product-owner-certified-spoc'),
(1578, 2664, '_wp_old_slug', 'scrumstudy-agile-master-certified-samc'),
(1968, 3096, '_elementor_version', '3.11.5'),
(1969, 3096, '_wp_page_template', 'default'),
(1754, 2158, '_elementor_template_type', 'wp-page'),
(1753, 2158, '_elementor_edit_mode', 'builder'),
(1752, 2158, '_wp_page_template', 'default'),
(1751, 2158, '_edit_last', '1'),
(3849, 3568, '_elementor_data', '[{\"id\":\"4c9fed0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bf7c467\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9eba914\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"title_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5198fe9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"ed3be59\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.595000000000000195399252334027551114559173583984375},\"elements\":[],\"isInner\":false},{\"id\":\"c3ba979\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":91.61299999999999954525264911353588104248046875},\"elements\":[{\"id\":\"a1fb99b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3561\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"c1c587b\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":4.1219999999999998863131622783839702606201171875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1750, 2158, '_elementor_version', '3.11.5'),
(1971, 3096, '_elementor_template_type', 'wp-page'),
(1830, 3073, '_elementor_page_assets', 'a:0:{}'),
(1836, 3075, '_elementor_version', '3.11.5'),
(1837, 3075, '_wp_page_template', 'default'),
(1838, 3075, '_elementor_edit_mode', 'builder'),
(1839, 3075, '_elementor_template_type', 'wp-page'),
(1840, 3075, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1841, 3075, '_elementor_data', '[{\"id\":\"28ff757\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"3eecb39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"19e0105\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"\",\"_id\":\"702dffa\",\"eael_data_table_header_col_icon_enabled\":\"\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":\"\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home-2.png\",\"id\":2199,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"bbb0507\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sdc-home.png\",\"id\":2195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"8d0f859\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"id\":2198,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"f57ee87\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"id\":2192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"b11193c\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/aec-home.png\",\"id\":2197,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"7ec42de\"},{\"eael_data_table_header_col\":\"\",\"_id\":\"61f17e1\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/ssmc-home.png\",\"id\":2191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"_id\":\"4be3bd4\",\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sspoc-home.png\",\"id\":2190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"eael_data_table_header_col\":\"\",\"_id\":\"ed60bdf\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/esmc-home.png\",\"id\":2196,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500}],\"eael_data_table_content_rows\":[{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bdfecbc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"template\",\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"03d662a\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_primary_templates_for_tables\":\"2137\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>Scrum Fundamentals Certified<\\/h5>\",\"_id\":\"1717abf\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Developer Certified<\\/strong><\\/h5>\",\"_id\":\"45cb2d7\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"ac90c09\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"5544e07\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>SCRUMstudy Agile Master Certified<\\/h5>\",\"_id\":\"b42ce1c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"de34654\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"8e7d950\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Expert Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"f251916\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"457762d\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"5a15ed8\",\"eael_data_table_content_row_title\":\"Prerequisites\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\",\"_id\":\"814e5cd\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b8c56ec\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"9909b4f\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"730708a\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: SMC\\u00ae certified professional\",\"_id\":\"1d9bdfd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation:SMC\\u00ae certified professional\",\"_id\":\"4e503bd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation: SPOC\\u00ae certified professional\",\"_id\":\"5f24d81\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing Scrum\\/Agile projects\\nEducation Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\",\"_id\":\"8fbbaf3\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fcd53e4\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Online Certification Exam\\n(Valid for 180 days)\",\"_id\":\"3810e03\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6e5e311\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5e70e56\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"b9b8729\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5172453\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"a73a23f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6d85bcc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"3102d5f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"02e5dba\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"e7f310c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Free e-copy of SBOK\\u00ae Guide and online preparatory course *\",\"_id\":\"3744cfa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fd67005\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1d8f3fa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"21fdab8\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4b7a730\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"8e2abfb\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fa0aa1d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"af052e6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bec7490\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4356fc0\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Exam Format\",\"_id\":\"401f956\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>40 questions per exam<\\/li><li>60 minutes duration<\\/li><li>Online un-proctored exam<\\/li><\\/ul>\",\"_id\":\"2c35c9c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\".Multiple choice\\n40 questions per exam\\n60 minutes duration\\nOnline un-proctored exam\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>75 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"ece21be\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"2746209\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>140 questions per exam<\\/li><li>180 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"3ecf62d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"51afd05\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"7887337\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"4c5669b\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>200 questions per exam<\\/li><li>240 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"8f85d5a\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1e5a5c3\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Certificate\",\"_id\":\"c431180\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"c067ca6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"0141cc5\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"f541750\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"da01556\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"a9a046e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"c5aa90e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"18a820e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"ac79068\"}],\"eael_section_data_table_header_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_bg_color\":\"#FFFFFF\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_color\":\"#54595F\",\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_family\":\"Tahoma\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_position_from_top\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_data_table_content_bg_odd\":\"#33333312\",\"eael_data_table_content_even_color\":\"\",\"eael_data_table_content_bg_even_color\":\"#33333312\",\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_family\":\"Tiro Bangla\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_data_table_content_typography_font_weight\":\"100\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_typography_word_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_content_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_data_table_icon_normal_color\":\"#4A4893\",\"eael_enable_responsive_header_styles\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_data_table_header_border_color\":\"globals\\/colors?id=secondary\",\"eael_data_table_content_bg_odd\":\"\"},\"eael_data_table_content_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Registration Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f3b09c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2946\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1808, 3071, '_elementor_version', '3.11.5'),
(1809, 3071, '_wp_page_template', 'default'),
(1810, 3071, '_elementor_edit_mode', 'builder'),
(1811, 3071, '_elementor_template_type', 'wp-page'),
(1812, 3071, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1813, 3071, '_elementor_data', '[{\"id\":\"28ff757\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"3eecb39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"content_position\":\"space-between\"},\"elements\":[{\"id\":\"19e0105\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"\",\"_id\":\"702dffa\",\"eael_data_table_header_col_icon_enabled\":\"\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":\"\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home-2.png\",\"id\":2199,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"bbb0507\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sdc-home.png\",\"id\":2195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"8d0f859\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"id\":2198,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"f57ee87\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"id\":2192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"b11193c\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/aec-home.png\",\"id\":2197,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"7ec42de\"},{\"eael_data_table_header_col\":\"\",\"_id\":\"61f17e1\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/ssmc-home.png\",\"id\":2191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"_id\":\"4be3bd4\",\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sspoc-home.png\",\"id\":2190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"eael_data_table_header_col\":\"\",\"_id\":\"ed60bdf\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/esmc-home.png\",\"id\":2196,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500}],\"eael_data_table_content_rows\":[{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bdfecbc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"template\",\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"03d662a\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_primary_templates_for_tables\":\"2137\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>Scrum Fundamentals Certified<\\/h5>\",\"_id\":\"1717abf\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Developer Certified<\\/strong><\\/h5>\",\"_id\":\"45cb2d7\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"ac90c09\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"5544e07\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>SCRUMstudy Agile Master Certified<\\/h5>\",\"_id\":\"b42ce1c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"de34654\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"8e7d950\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Expert Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"f251916\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"457762d\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"5a15ed8\",\"eael_data_table_content_row_title\":\"Prerequisites\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\",\"_id\":\"814e5cd\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b8c56ec\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"9909b4f\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"730708a\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: SMC\\u00ae certified professional\",\"_id\":\"1d9bdfd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation:SMC\\u00ae certified professional\",\"_id\":\"4e503bd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation: SPOC\\u00ae certified professional\",\"_id\":\"5f24d81\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing Scrum\\/Agile projects\\nEducation Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\",\"_id\":\"8fbbaf3\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fcd53e4\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Online Certification Exam\\n(Valid for 180 days)\",\"_id\":\"3810e03\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6e5e311\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5e70e56\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"b9b8729\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5172453\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"a73a23f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6d85bcc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"3102d5f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"02e5dba\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"e7f310c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Free e-copy of SBOK\\u00ae Guide and online preparatory course *\",\"_id\":\"3744cfa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fd67005\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1d8f3fa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"21fdab8\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4b7a730\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"8e2abfb\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fa0aa1d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"af052e6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bec7490\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4356fc0\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Exam Format\",\"_id\":\"401f956\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>40 questions per exam<\\/li><li>60 minutes duration<\\/li><li>Online un-proctored exam<\\/li><\\/ul>\",\"_id\":\"2c35c9c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\".Multiple choice\\n40 questions per exam\\n60 minutes duration\\nOnline un-proctored exam\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>75 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"ece21be\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"2746209\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>140 questions per exam<\\/li><li>180 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"3ecf62d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"51afd05\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"7887337\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"4c5669b\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>200 questions per exam<\\/li><li>240 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"8f85d5a\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1e5a5c3\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Certificate\",\"_id\":\"c431180\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"c067ca6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"0141cc5\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"f541750\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"da01556\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"a9a046e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"c5aa90e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"18a820e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"ac79068\"}],\"eael_section_data_table_header_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_bg_color\":\"#FFFFFF\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_color\":\"#54595F\",\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_family\":\"Tahoma\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_position_from_top\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_data_table_content_bg_odd\":\"#33333312\",\"eael_data_table_content_even_color\":\"\",\"eael_data_table_content_bg_even_color\":\"#33333312\",\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_family\":\"Tiro Bangla\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_data_table_content_typography_font_weight\":\"100\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_typography_word_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_content_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_data_table_icon_normal_color\":\"#4A4893\",\"eael_enable_responsive_header_styles\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_data_table_header_border_color\":\"globals\\/colors?id=secondary\",\"eael_data_table_content_bg_odd\":\"\"},\"eael_data_table_content_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Registration Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f3b09c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2946\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1651, 1540, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(1652, 1540, '_mail', 'a:8:{s:7:\"subject\";s:30:\"Contact Form: \"[your-subject]\"\";s:6:\"sender\";s:31:\"Contact Form <mail@example.com>\";s:4:\"body\";s:132:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n\n[your-message]\n\n--\nThis e-mail was sent from a contact form\";s:9:\"recipient\";s:16:\"mail@example.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(1653, 1540, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"Contact Form: \"[your-subject]\"\";s:6:\"sender\";s:31:\"Contact Form <mail@example.com>\";s:4:\"body\";s:132:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n\n[your-message]\n\n--\nThis e-mail was sent from a contact form\";s:9:\"recipient\";s:16:\"mail@example.com\";s:18:\"additional_headers\";s:29:\"Reply-To: example@example.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(1654, 1540, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(1655, 1540, '_additional_settings', ''),
(1656, 1540, '_locale', 'en_US'),
(1970, 3096, '_elementor_edit_mode', 'builder'),
(1798, 2158, '_edit_lock', '1682311481:1'),
(1824, 3073, '_elementor_version', '3.11.5'),
(1825, 3073, '_wp_page_template', 'default'),
(1826, 3073, '_elementor_edit_mode', 'builder'),
(1827, 3073, '_elementor_template_type', 'wp-page'),
(1828, 3073, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1829, 3073, '_elementor_data', '[{\"id\":\"28ff757\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"layout\":\"full_width\",\"gap\":\"extended\"},\"elements\":[{\"id\":\"3eecb39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"19e0105\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"\",\"_id\":\"702dffa\",\"eael_data_table_header_col_icon_enabled\":\"\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":\"\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home-2.png\",\"id\":2199,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"bbb0507\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sdc-home.png\",\"id\":2195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"8d0f859\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"id\":2198,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"f57ee87\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"id\":2192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"b11193c\"},{\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/aec-home.png\",\"id\":2197,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500,\"_id\":\"7ec42de\"},{\"eael_data_table_header_col\":\"\",\"_id\":\"61f17e1\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/ssmc-home.png\",\"id\":2191,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"_id\":\"4be3bd4\",\"eael_data_table_header_col\":\"\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/sspoc-home.png\",\"id\":2190,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500},{\"eael_data_table_header_col\":\"\",\"_id\":\"ed60bdf\",\"eael_data_table_header_col_icon_enabled\":\"true\",\"eael_data_table_header_icon_type\":\"image\",\"eael_data_table_header_col_img\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrums\\/wp-content\\/uploads\\/2023\\/03\\/esmc-home.png\",\"id\":2196,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_data_table_header_col_img_size\":500}],\"eael_data_table_content_rows\":[{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bdfecbc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"template\",\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"03d662a\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_primary_templates_for_tables\":\"2137\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>Scrum Fundamentals Certified<\\/h5>\",\"_id\":\"1717abf\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Developer Certified<\\/strong><\\/h5>\",\"_id\":\"45cb2d7\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"ac90c09\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"5544e07\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"\",\"eael_data_table_content_row_content\":\"<h5>SCRUMstudy Agile Master Certified<\\/h5>\",\"_id\":\"b42ce1c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"de34654\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Scaled Scrum Product Owner Certified<\\/strong><\\/h5>\",\"_id\":\"8e7d950\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<h5><strong>Expert Scrum Master Certified<\\/strong><\\/h5>\",\"_id\":\"f251916\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"457762d\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"5a15ed8\",\"eael_data_table_content_row_title\":\"Prerequisites\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\",\"_id\":\"814e5cd\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"b8c56ec\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"9909b4f\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"730708a\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: Nil\\nEducation: SMC\\u00ae certified professional\",\"_id\":\"1d9bdfd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation:SMC\\u00ae certified professional\",\"_id\":\"4e503bd\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing SCRUM\\/AGILE projects\\nEducation: SPOC\\u00ae certified professional\",\"_id\":\"5f24d81\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Experience: 3 Years managing Scrum\\/Agile projects\\nEducation Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\",\"_id\":\"8fbbaf3\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fcd53e4\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Online Certification Exam\\n(Valid for 180 days)\",\"_id\":\"3810e03\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6e5e311\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5e70e56\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"b9b8729\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"5172453\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"a73a23f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"6d85bcc\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"3102d5f\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"02e5dba\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"e7f310c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Free e-copy of SBOK\\u00ae Guide and online preparatory course *\",\"_id\":\"3744cfa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fd67005\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1d8f3fa\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"21fdab8\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4b7a730\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"8e2abfb\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"fa0aa1d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"af052e6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"icon\",\"eael_data_table_icon_content_new\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"bec7490\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"4356fc0\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Exam Format\",\"_id\":\"401f956\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>40 questions per exam<\\/li><li>60 minutes duration<\\/li><li>Online un-proctored exam<\\/li><\\/ul>\",\"_id\":\"2c35c9c\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\".Multiple choice\\n40 questions per exam\\n60 minutes duration\\nOnline un-proctored exam\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>75 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"ece21be\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"2746209\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>140 questions per exam<\\/li><li>180 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"3ecf62d\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>100 questions per exam<\\/li><li>120 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"51afd05\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"7887337\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>70 questions per exam<\\/li><li>90 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"4c5669b\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>Multiple choice<\\/li><li>200 questions per exam<\\/li><li>240 minutes duration<\\/li><li>Proctored online exam<\\/li><\\/ul>\",\"_id\":\"8f85d5a\"},{\"eael_data_table_content_row_title\":\"Content\",\"_id\":\"1e5a5c3\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Certificate\",\"_id\":\"c431180\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"c067ca6\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><\\/ul>\",\"_id\":\"0141cc5\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"f541750\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"da01556\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"a9a046e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"c5aa90e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"18a820e\"},{\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_type\":\"editor\",\"eael_data_table_content_row_title\":\"Content\",\"eael_data_table_content_row_content\":\"<ul><li>e-copy \\/ soft copy<\\/li><li>physical copy<\\/li><\\/ul>\",\"_id\":\"ac79068\"}],\"eael_section_data_table_header_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_each_header_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"eael_data_table_header_title_bg_color\":\"#FFFFFF\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_color\":\"#54595F\",\"eael_data_table_header_title_typography_typography\":\"custom\",\"eael_data_table_header_title_typography_font_family\":\"Tahoma\",\"eael_data_table_header_title_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_data_table_header_title_typography_line_height\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_position_from_top\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_icon_space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"eael_data_table_content_bg_odd\":\"#33333312\",\"eael_data_table_content_even_color\":\"\",\"eael_data_table_content_bg_even_color\":\"#33333312\",\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_each_cell_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_data_table_content_typography_typography\":\"custom\",\"eael_data_table_content_typography_font_family\":\"Tiro Bangla\",\"eael_data_table_content_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_data_table_content_typography_font_weight\":\"100\",\"eael_data_table_content_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_data_table_content_typography_word_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_data_table_content_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_data_table_icon_normal_color\":\"#4A4893\",\"eael_enable_responsive_header_styles\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_data_table_header_border_color\":\"globals\\/colors?id=secondary\",\"eael_data_table_content_bg_odd\":\"\"},\"eael_data_table_content_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Registration Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f3b09c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2946\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1758, 2158, '_elementor_page_assets', 'a:0:{}'),
(1759, 2158, '_eael_widget_elements', 'a:0:{}'),
(3847, 3567, '_elementor_page_assets', 'a:0:{}'),
(3846, 3567, '_elementor_version', '3.12.1'),
(3845, 3567, '_wp_page_template', 'default'),
(3844, 3567, '_elementor_edit_mode', 'builder'),
(3843, 3567, '_elementor_template_type', 'wp-page'),
(3842, 3567, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3841, 3567, '_elementor_data', '[{\"id\":\"5198fe9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"ed3be59\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.595000000000000195399252334027551114559173583984375},\"elements\":[],\"isInner\":false},{\"id\":\"c3ba979\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":91.61299999999999954525264911353588104248046875},\"elements\":[{\"id\":\"a1fb99b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3561\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"c1c587b\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":4.1219999999999998863131622783839702606201171875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3837, 3566, '_wp_page_template', 'default'),
(3838, 3566, '_elementor_version', '3.12.1'),
(3839, 3566, '_elementor_page_assets', 'a:0:{}'),
(3836, 3566, '_elementor_edit_mode', 'builder'),
(3824, 3564, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(3822, 3564, '_wp_page_template', 'default'),
(3823, 3564, '_elementor_version', '3.11.5'),
(3821, 3564, '_elementor_edit_mode', 'builder'),
(3820, 3564, '_elementor_template_type', 'wp-page'),
(3819, 3564, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3835, 3566, '_elementor_template_type', 'wp-page'),
(1873, 3084, '_elementor_version', '3.11.5'),
(1874, 3084, '_wp_page_template', 'default'),
(1875, 3084, '_elementor_edit_mode', 'builder'),
(1876, 3084, '_elementor_template_type', 'wp-page'),
(1877, 3084, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1878, 3084, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1879, 3084, '_elementor_page_assets', 'a:0:{}'),
(1887, 3085, '_elementor_page_assets', 'a:0:{}'),
(1888, 3086, '_elementor_version', '3.11.5'),
(1889, 3086, '_wp_page_template', 'default'),
(1890, 3086, '_elementor_edit_mode', 'builder'),
(1891, 3086, '_elementor_template_type', 'wp-page'),
(1892, 3086, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1893, 3086, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1894, 3086, '_elementor_page_assets', 'a:0:{}'),
(1928, 3091, '_elementor_version', '3.11.5'),
(1895, 3087, '_elementor_version', '3.11.5'),
(1896, 3087, '_wp_page_template', 'default'),
(1897, 3087, '_elementor_edit_mode', 'builder'),
(1898, 3087, '_elementor_template_type', 'wp-page'),
(1899, 3087, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1900, 3087, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1901, 3087, '_elementor_page_assets', 'a:0:{}'),
(1961, 3095, '_elementor_version', '3.11.5'),
(1962, 3095, '_wp_page_template', 'default'),
(1963, 3095, '_elementor_edit_mode', 'builder'),
(1918, 3089, '_elementor_page_assets', 'a:0:{}'),
(1920, 3090, '_elementor_version', '3.11.5'),
(1921, 3090, '_wp_page_template', 'default'),
(1922, 3090, '_elementor_edit_mode', 'builder'),
(1923, 3090, '_elementor_template_type', 'wp-page'),
(1924, 3090, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1925, 3090, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true},\"gap\":\"extended\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1926, 3090, '_elementor_page_assets', 'a:0:{}'),
(1929, 3091, '_wp_page_template', 'default'),
(1930, 3091, '_elementor_edit_mode', 'builder'),
(1931, 3091, '_elementor_template_type', 'wp-page'),
(1932, 3091, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1933, 3091, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1934, 3091, '_elementor_page_assets', 'a:0:{}'),
(1937, 3092, '_elementor_version', '3.11.5'),
(1938, 3092, '_wp_page_template', 'default'),
(1939, 3092, '_elementor_edit_mode', 'builder'),
(1940, 3092, '_elementor_template_type', 'wp-page'),
(1941, 3092, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(1942, 3092, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.353000000000000202504679691628552973270416259765625},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":90.756000000000000227373675443232059478759765625},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":5.18400000000000016342482922482304275035858154296875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2094, 3110, '_elementor_page_assets', 'a:0:{}'),
(2102, 3111, '_elementor_page_assets', 'a:0:{}'),
(3061, 3327, '_thumbnail_id', '2835'),
(3062, 3327, '_wp_page_template', 'default'),
(3063, 3327, '_elementor_edit_mode', 'builder'),
(3064, 3327, '_elementor_template_type', 'wp-post'),
(2139, 3115, '_elementor_page_assets', 'a:0:{}'),
(2136, 3115, '_elementor_version', '3.11.5'),
(2137, 3115, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2138, 3115, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br><ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>&nbsp;Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2132, 3115, '_thumbnail_id', '2835'),
(2133, 3115, '_wp_page_template', 'default'),
(2134, 3115, '_elementor_edit_mode', 'builder'),
(2135, 3115, '_elementor_template_type', 'wp-post'),
(2114, 3113, '_thumbnail_id', '2835'),
(2115, 3113, '_wp_page_template', 'default'),
(2116, 3113, '_elementor_edit_mode', 'builder'),
(2117, 3113, '_elementor_template_type', 'wp-post'),
(2118, 3113, '_elementor_version', '3.11.5'),
(2119, 3113, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2120, 3113, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2121, 3113, '_elementor_page_assets', 'a:0:{}'),
(2123, 3114, '_thumbnail_id', '2835'),
(2124, 3114, '_wp_page_template', 'default'),
(2125, 3114, '_elementor_edit_mode', 'builder'),
(2126, 3114, '_elementor_template_type', 'wp-post'),
(2127, 3114, '_elementor_version', '3.11.5'),
(2128, 3114, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2129, 3114, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2130, 3114, '_elementor_page_assets', 'a:0:{}'),
(2144, 3116, '_thumbnail_id', '2835'),
(2145, 3116, '_wp_page_template', 'default'),
(2146, 3116, '_elementor_edit_mode', 'builder'),
(2147, 3116, '_elementor_template_type', 'wp-post'),
(2148, 3116, '_elementor_version', '3.11.5'),
(2149, 3116, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2150, 3116, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br><ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>&nbsp;Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2151, 3116, '_elementor_page_assets', 'a:0:{}'),
(2153, 3117, '_thumbnail_id', '2835'),
(2154, 3117, '_wp_page_template', 'default'),
(2155, 3117, '_elementor_edit_mode', 'builder'),
(2156, 3117, '_elementor_template_type', 'wp-post'),
(2157, 3117, '_elementor_version', '3.11.5'),
(2158, 3117, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2159, 3117, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br><ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>&nbsp;Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2160, 3117, '_elementor_page_assets', 'a:0:{}'),
(2162, 3118, '_thumbnail_id', '2835'),
(2163, 3118, '_wp_page_template', 'default'),
(2164, 3118, '_elementor_edit_mode', 'builder'),
(2165, 3118, '_elementor_template_type', 'wp-post'),
(2166, 3118, '_elementor_version', '3.11.5'),
(2167, 3118, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2168, 3118, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2169, 3118, '_elementor_page_assets', 'a:0:{}'),
(2206, 3122, '_elementor_edit_mode', 'builder'),
(2207, 3122, '_elementor_template_type', 'wp-post'),
(2205, 3122, '_wp_page_template', 'default'),
(2175, 3119, '_thumbnail_id', '2694'),
(2176, 3119, '_wp_page_template', 'default'),
(2177, 3119, '_elementor_edit_mode', 'builder'),
(2178, 3119, '_elementor_template_type', 'wp-post'),
(2179, 3119, '_elementor_version', '3.11.5'),
(2180, 3119, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2181, 3119, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2182, 3119, '_elementor_page_assets', 'a:0:{}'),
(2184, 3120, '_thumbnail_id', '2694'),
(2185, 3120, '_wp_page_template', 'default'),
(2186, 3120, '_elementor_edit_mode', 'builder'),
(2187, 3120, '_elementor_template_type', 'wp-post'),
(2188, 3120, '_elementor_version', '3.11.5'),
(2189, 3120, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2190, 3120, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2191, 3120, '_elementor_page_assets', 'a:0:{}'),
(2200, 3121, '_elementor_page_assets', 'a:0:{}'),
(2210, 3122, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2211, 3122, '_elementor_page_assets', 'a:0:{}'),
(2213, 3123, '_thumbnail_id', '2107'),
(2214, 3123, '_wp_page_template', 'default'),
(2215, 3123, '_elementor_edit_mode', 'builder'),
(2216, 3123, '_elementor_template_type', 'wp-post'),
(2217, 3123, '_elementor_version', '3.11.5'),
(2218, 3123, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2219, 3123, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2220, 3123, '_elementor_page_assets', 'a:0:{}'),
(2222, 3124, '_thumbnail_id', '2107'),
(2223, 3124, '_wp_page_template', 'default'),
(2224, 3124, '_elementor_edit_mode', 'builder'),
(2225, 3124, '_elementor_template_type', 'wp-post'),
(2226, 3124, '_elementor_version', '3.11.5'),
(2227, 3124, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2228, 3124, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2229, 3124, '_elementor_page_assets', 'a:0:{}'),
(2234, 3125, '_thumbnail_id', '45'),
(2235, 3125, '_wp_page_template', 'default'),
(2236, 3125, '_elementor_edit_mode', 'builder'),
(2237, 3125, '_elementor_template_type', 'wp-post'),
(2238, 3125, '_elementor_version', '3.11.5'),
(2239, 3125, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2240, 3125, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2241, 3125, '_elementor_page_assets', 'a:0:{}'),
(2243, 3126, '_thumbnail_id', '45'),
(2244, 3126, '_wp_page_template', 'default'),
(2245, 3126, '_elementor_edit_mode', 'builder'),
(2246, 3126, '_elementor_template_type', 'wp-post'),
(2247, 3126, '_elementor_version', '3.11.5'),
(2248, 3126, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2249, 3126, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2250, 3126, '_elementor_page_assets', 'a:0:{}'),
(2252, 3127, '_thumbnail_id', '45'),
(2253, 3127, '_wp_page_template', 'default'),
(2254, 3127, '_elementor_edit_mode', 'builder'),
(2255, 3127, '_elementor_template_type', 'wp-post'),
(2256, 3127, '_elementor_version', '3.11.5'),
(2257, 3127, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2258, 3127, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li><li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br><ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>&nbsp;Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2259, 3127, '_elementor_page_assets', 'a:0:{}'),
(2267, 3128, '_elementor_version', '3.11.5'),
(2268, 3128, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2269, 3128, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li><li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br><ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>&nbsp;Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2270, 3128, '_elementor_page_assets', 'a:0:{}'),
(2271, 3129, '_thumbnail_id', '45'),
(2272, 3129, '_wp_page_template', 'default'),
(2273, 3129, '_elementor_edit_mode', 'builder'),
(2274, 3129, '_elementor_template_type', 'wp-post'),
(2275, 3129, '_elementor_version', '3.11.5'),
(2276, 3129, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2277, 3129, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li><li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br><ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>&nbsp;Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2278, 3129, '_elementor_page_assets', 'a:0:{}'),
(2279, 3130, '_thumbnail_id', '45'),
(2280, 3130, '_wp_page_template', 'default'),
(2281, 3130, '_elementor_edit_mode', 'builder'),
(2282, 3130, '_elementor_template_type', 'wp-post'),
(2283, 3130, '_elementor_version', '3.11.5'),
(2284, 3130, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2285, 3130, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2286, 3130, '_elementor_page_assets', 'a:0:{}'),
(3032, 3324, '_thumbnail_id', '2835'),
(3033, 3324, '_wp_page_template', 'default'),
(3277, 3381, '_wp_page_template', 'default'),
(3278, 3381, '_elementor_edit_mode', 'builder'),
(3279, 3381, '_elementor_template_type', 'wp-post'),
(2316, 3146, '_thumbnail_id', '2831'),
(2317, 3146, '_wp_page_template', 'default'),
(3794, 3558, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3940, 3588, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:74:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:206;i:44;i:207;i:45;i:208;i:46;i:209;i:47;i:210;i:48;i:211;i:49;i:212;i:50;i:213;i:51;i:214;i:52;i:215;i:53;i:216;i:54;i:217;i:55;i:218;i:56;i:219;i:57;i:416;i:58;i:417;i:59;i:220;i:60;i:221;i:61;i:222;i:62;i:223;i:63;i:224;i:64;i:225;i:65;i:226;i:66;i:227;i:67;i:228;i:68;i:229;i:69;i:230;i:70;i:231;i:71;i:232;i:72;i:233;i:73;i:234;}}}'),
(3574, 3494, '_wp_page_template', 'default'),
(2361, 3151, '_thumbnail_id', '2831'),
(2332, 3148, '_thumbnail_id', '2831'),
(2333, 3148, '_wp_page_template', 'default'),
(2334, 3148, '_elementor_edit_mode', 'builder'),
(2335, 3148, '_elementor_template_type', 'wp-post'),
(2336, 3148, '_elementor_version', '3.11.5'),
(2337, 3148, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2338, 3148, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register and Pay with Credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2362, 3151, '_wp_page_template', 'default'),
(2318, 3146, '_elementor_edit_mode', 'builder'),
(2319, 3146, '_elementor_template_type', 'wp-post'),
(2320, 3146, '_elementor_version', '3.11.5'),
(2321, 3146, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2322, 3146, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2323, 3146, '_elementor_page_assets', 'a:0:{}'),
(2324, 3147, '_thumbnail_id', '2831'),
(2325, 3147, '_wp_page_template', 'default'),
(2326, 3147, '_elementor_edit_mode', 'builder'),
(2327, 3147, '_elementor_template_type', 'wp-post'),
(2328, 3147, '_elementor_version', '3.11.5'),
(2329, 3147, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2330, 3147, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2331, 3147, '_elementor_page_assets', 'a:0:{}'),
(2339, 3148, '_elementor_page_assets', 'a:0:{}'),
(2343, 3149, '_thumbnail_id', '2831'),
(2344, 3149, '_wp_page_template', 'default'),
(2345, 3149, '_elementor_edit_mode', 'builder'),
(2346, 3149, '_elementor_template_type', 'wp-post'),
(2347, 3149, '_elementor_version', '3.11.5'),
(2348, 3149, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2349, 3149, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register and Pay with Credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2350, 3149, '_elementor_page_assets', 'a:0:{}'),
(2352, 3150, '_thumbnail_id', '2831'),
(2353, 3150, '_wp_page_template', 'default'),
(2354, 3150, '_elementor_edit_mode', 'builder'),
(2355, 3150, '_elementor_template_type', 'wp-post'),
(2356, 3150, '_elementor_version', '3.11.5'),
(2357, 3150, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2358, 3150, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register and Pay with Credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2359, 3150, '_elementor_page_assets', 'a:0:{}'),
(2363, 3151, '_elementor_edit_mode', 'builder'),
(2364, 3151, '_elementor_template_type', 'wp-post'),
(2365, 3151, '_elementor_version', '3.11.5'),
(2366, 3151, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2367, 3151, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2368, 3151, '_elementor_page_assets', 'a:0:{}'),
(3942, 3592, 'extend_builder', 'a:2:{s:4:\"json\";i:8;s:4:\"meta\";a:4:{s:5:\"58-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:\"58-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"58-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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:25;i:24;i:26;i:25;i:27;i:26;i:28;}}}'),
(3323, 3403, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3934, 3583, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3337, 3417, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3833, 3566, '_elementor_data', '[{\"id\":\"5198fe9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"ed3be59\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.595000000000000195399252334027551114559173583984375},\"elements\":[],\"isInner\":false},{\"id\":\"c3ba979\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":91.61299999999999954525264911353588104248046875},\"elements\":[{\"id\":\"a1fb99b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3561\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"c1c587b\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":4.1219999999999998863131622783839702606201171875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3349, 3429, 'is_colibri-wp_front_page', '1'),
(3351, 3431, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3831, 3565, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2429, 3201, '_elementor_page_assets', 'a:0:{}'),
(2431, 3202, '_thumbnail_id', '2831'),
(2432, 3202, '_wp_page_template', 'default'),
(2433, 3202, '_elementor_edit_mode', 'builder'),
(2434, 3202, '_elementor_template_type', 'wp-post'),
(2435, 3202, '_elementor_version', '3.11.5'),
(2436, 3202, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2437, 3202, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2438, 3202, '_elementor_page_assets', 'a:0:{}'),
(2440, 3203, '_thumbnail_id', '2831'),
(2441, 3203, '_wp_page_template', 'default'),
(2442, 3203, '_elementor_edit_mode', 'builder'),
(2443, 3203, '_elementor_template_type', 'wp-post'),
(2444, 3203, '_elementor_version', '3.11.5'),
(2445, 3203, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2446, 3203, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2447, 3203, '_elementor_page_assets', 'a:0:{}'),
(2455, 3204, '_elementor_version', '3.11.5'),
(2456, 3204, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2457, 3204, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2458, 3204, '_elementor_page_assets', 'a:0:{}'),
(2460, 3205, '_thumbnail_id', '2835'),
(2461, 3205, '_wp_page_template', 'default'),
(2462, 3205, '_elementor_edit_mode', 'builder'),
(2463, 3205, '_elementor_template_type', 'wp-post'),
(2464, 3205, '_elementor_version', '3.11.5'),
(2465, 3205, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2466, 3205, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2467, 3205, '_elementor_page_assets', 'a:0:{}'),
(3969, 3595, '_elementor_version', '3.11.5'),
(3970, 3595, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3971, 3595, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay byPaypal\",\"background_color\":\"#0063A1\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2469, 3206, '_thumbnail_id', '2835'),
(2470, 3206, '_wp_page_template', 'default'),
(2471, 3206, '_elementor_edit_mode', 'builder'),
(2472, 3206, '_elementor_template_type', 'wp-post'),
(2473, 3206, '_elementor_version', '3.11.5'),
(2474, 3206, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2475, 3206, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay byPaypal\",\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354ea5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7ddb3bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and pay by Bank Transfer\",\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2476, 3206, '_elementor_page_assets', 'a:0:{}'),
(3828, 3565, '_elementor_edit_mode', 'builder'),
(3829, 3565, '_wp_page_template', 'default'),
(3830, 3565, '_elementor_version', '3.11.5'),
(3365, 3445, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3370, 3450, 'is_colibri-wp_front_page', '1'),
(3372, 3452, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3379, 3459, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3812, 3563, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2507, 3236, 'forminator_form_meta', 'a:6:{s:6:\"fields\";a:6:{i:0;a:16:{s:2:\"id\";s:6:\"text-1\";s:10:\"element_id\";s:6:\"text-1\";s:7:\"form_id\";s:17:\"wrapper-8714-7273\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:10:\"wrapper_id\";s:17:\"wrapper-8714-7273\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:9:\"Full Name\";s:7:\"options\";a:0:{}s:7:\"default\";s:7:\"Joe Joe\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";}i:1;a:17:{s:2:\"id\";s:7:\"email-1\";s:10:\"element_id\";s:7:\"email-1\";s:7:\"form_id\";s:17:\"wrapper-4410-3004\";s:12:\"parent_group\";s:0:\"\";s:11:\"placeholder\";s:13:\"joe@yahoo.com\";s:4:\"type\";s:5:\"email\";s:10:\"wrapper_id\";s:17:\"wrapper-4410-3004\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:1:\"1\";s:11:\"field_label\";s:10:\"Your Email\";s:7:\"options\";a:0:{}s:7:\"default\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}s:16:\"required_message\";s:22:\"The field is required.\";s:18:\"validation_message\";s:30:\"Please enter an email address.\";}i:2;a:17:{s:2:\"id\";s:10:\"currency-1\";s:10:\"element_id\";s:10:\"currency-1\";s:7:\"form_id\";s:17:\"wrapper-3572-5583\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:8:\"currency\";s:7:\"options\";a:0:{}s:4:\"cols\";s:1:\"6\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-3572-5583\";s:12:\"calculations\";s:4:\"true\";s:9:\"limit_min\";s:3:\"150\";s:9:\"limit_max\";s:3:\"151\";s:8:\"currency\";s:3:\"GBP\";s:11:\"field_label\";s:13:\"Amount to Pay\";s:11:\"placeholder\";s:8:\"E.g. 150\";s:8:\"required\";s:1:\"1\";s:16:\"required_message\";s:20:\"Select amount to Pay\";}i:3;a:32:{s:2:\"id\";s:8:\"stripe-1\";s:10:\"element_id\";s:8:\"stripe-1\";s:7:\"form_id\";s:17:\"wrapper-3572-5583\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:6:\"stripe\";s:7:\"options\";a:0:{}s:4:\"cols\";s:1:\"6\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-3572-5583\";s:11:\"field_label\";s:23:\"Enter Credit/Debit Card\";s:4:\"mode\";s:4:\"live\";s:8:\"currency\";s:3:\"GBP\";s:11:\"amount_type\";s:5:\"fixed\";s:4:\"logo\";s:0:\"\";s:12:\"company_name\";s:15:\"Admin Prepmajor\";s:19:\"product_description\";s:56:\"Thanks for making payment of £150 for the Scrum License\";s:14:\"customer_email\";s:9:\"{email-1}\";s:7:\"receipt\";s:4:\"true\";s:7:\"billing\";s:5:\"false\";s:10:\"verify_zip\";s:5:\"false\";s:9:\"card_icon\";s:4:\"true\";s:8:\"language\";s:4:\"auto\";s:10:\"base_class\";s:13:\"StripeElement\";s:14:\"complete_class\";s:23:\"StripeElement--complete\";s:11:\"empty_class\";s:20:\"StripeElement--empty\";s:13:\"focused_class\";s:20:\"StripeElement--focus\";s:13:\"invalid_class\";s:22:\"StripeElement--invalid\";s:16:\"autofilled_class\";s:30:\"StripeElement--webkit-autofill\";s:24:\"subscription_amount_type\";s:5:\"fixed\";s:13:\"quantity_type\";s:5:\"fixed\";s:8:\"payments\";a:1:{i:0;a:9:{s:9:\"plan_name\";s:28:\"Please Make Payment of £150\";s:14:\"payment_method\";s:6:\"single\";s:11:\"amount_type\";s:5:\"fixed\";s:6:\"amount\";s:3:\"150\";s:24:\"subscription_amount_type\";s:5:\"fixed\";s:13:\"quantity_type\";s:5:\"fixed\";s:8:\"quantity\";s:1:\"1\";s:10:\"bill_input\";s:1:\"1\";s:10:\"conditions\";a:0:{}}}s:11:\"description\";s:34:\"Payment of £150 for Scrum License\";}i:4;a:17:{s:2:\"id\";s:8:\"select-1\";s:10:\"element_id\";s:8:\"select-1\";s:7:\"form_id\";s:17:\"wrapper-1330-6723\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;a:6:{s:5:\"label\";s:28:\"Scrum Master Certified (SMC)\";s:5:\"value\";s:3:\"one\";s:5:\"limit\";s:0:\"\";s:3:\"key\";s:9:\"4112-3824\";s:5:\"error\";s:0:\"\";s:7:\"default\";s:0:\"\";}i:1;a:6:{s:5:\"label\";s:31:\"Scrum Developer Certified (SDC)\";s:5:\"value\";s:3:\"two\";s:5:\"limit\";s:0:\"\";s:3:\"key\";s:9:\"1810-1147\";s:5:\"error\";s:0:\"\";s:7:\"default\";s:0:\"\";}i:2;a:6:{s:5:\"label\";s:36:\"Scrum Product Owner Certified (SPOC)\";s:5:\"value\";s:36:\"Scrum-Product-Owner-Certified-(SPOC)\";s:5:\"limit\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"key\";s:9:\"6229-7599\";s:5:\"error\";s:0:\"\";}}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-1330-6723\";s:10:\"value_type\";s:6:\"single\";s:11:\"field_label\";s:56:\"Please Select Relevant License that you are Paying For!!\";s:19:\"options_bulk_editor\";s:152:\"Scrum Master Certified (SMC);one; 0\nScrum Developer Certified (SDC);two; 0\n Scrum Product Owner Certified (SPOC);Scrum-Product-Owner-Certified-(SPOC); 0\";s:16:\"options_expanded\";s:0:\"\";s:9:\"bulk_edit\";s:0:\"\";s:11:\"placeholder\";s:10:\"Select One\";s:11:\"description\";s:14:\"Select License\";s:8:\"required\";s:1:\"1\";}i:5;a:17:{s:2:\"id\";s:9:\"captcha-1\";s:10:\"element_id\";s:9:\"captcha-1\";s:7:\"form_id\";s:17:\"wrapper-2103-6410\";s:12:\"parent_group\";s:0:\"\";s:4:\"type\";s:7:\"captcha\";s:7:\"options\";a:0:{}s:4:\"cols\";s:2:\"12\";s:10:\"conditions\";a:0:{}s:10:\"wrapper_id\";s:17:\"wrapper-2103-6410\";s:16:\"captcha_provider\";s:9:\"recaptcha\";s:12:\"captcha_type\";s:11:\"v2_checkbox\";s:13:\"hcaptcha_type\";s:11:\"hc_checkbox\";s:15:\"score_threshold\";s:3:\"0.5\";s:13:\"captcha_badge\";s:11:\"bottomright\";s:19:\"hc_invisible_notice\";s:169:\"This site is protected by hCaptcha and its <a href=\"https://hcaptcha.com/privacy\">Privacy Policy</a> and <a href=\"https://hcaptcha.com/terms\">Terms of Service</a> apply.\";s:23:\"recaptcha_error_message\";s:48:\"reCAPTCHA verification failed. Please try again.\";s:22:\"hcaptcha_error_message\";s:47:\"hCaptcha verification failed. Please try again.\";}}s:8:\"settings\";a:35:{s:17:\"pagination-header\";s:3:\"nav\";s:14:\"paginationData\";a:2:{s:24:\"pagination-header-design\";s:4:\"show\";s:17:\"pagination-header\";s:3:\"nav\";}s:9:\"form-type\";s:7:\"default\";s:17:\"form-border-style\";s:5:\"solid\";s:12:\"form-padding\";s:0:\"\";s:11:\"form-border\";s:0:\"\";s:12:\"fields-style\";s:4:\"open\";s:10:\"validation\";s:9:\"on_submit\";s:10:\"form-style\";s:7:\"default\";s:11:\"enable-ajax\";s:4:\"true\";s:9:\"autoclose\";s:4:\"true\";s:20:\"submission-indicator\";s:4:\"show\";s:15:\"indicator-label\";s:25:\"Submitting your Form.....\";s:15:\"use-admin-email\";s:0:\"\";s:14:\"use-user-email\";s:0:\"\";s:8:\"formName\";s:33:\"Copy of Copy of Registration Form\";s:16:\"thankyou-message\";s:45:\"Thank you for your message. It has been sent.\";s:8:\"honeypot\";s:0:\"\";s:17:\"validation-inline\";s:1:\"1\";s:10:\"submitData\";a:3:{s:18:\"custom-submit-text\";s:11:\"Submit Form\";s:12:\"custom-class\";s:0:\"\";s:10:\"conditions\";a:0:{}}s:24:\"pagination-header-design\";s:3:\"off\";s:12:\"poll-padding\";s:6:\"custom\";s:11:\"poll-border\";s:6:\"custom\";s:17:\"store_submissions\";s:1:\"1\";s:20:\"submission-behaviour\";s:14:\"behaviour-hide\";s:9:\"form_name\";s:17:\"registration-form\";s:11:\"form_status\";s:7:\"publish\";s:18:\"akismet-protection\";s:1:\"0\";s:13:\"sc_email_link\";s:1:\"1\";s:10:\"sc_message\";s:417:\"<p>Your form has been saved as draft and a resume link has been generated so you can return to the form anytime within {retention_period} days from today. Copy and save the link or enter your email address below to have the link sent to your mail.</p><p>These fields weren\'t saved to your submission draft: Paypal, Stripe, Signature, Password, Captcha, and Upload. Kindly fill them out before submitting the form.</p>\";s:7:\"version\";s:6:\"1.22.1\";s:7:\"form_id\";i:3236;s:19:\"payment_require_ssl\";s:1:\"1\";s:12:\"use-autofill\";s:0:\"\";s:28:\"enable-submissions-retention\";s:5:\"false\";}s:9:\"client_id\";s:0:\"\";s:22:\"integration_conditions\";a:0:{}s:9:\"behaviors\";a:1:{i:0;a:11:{s:4:\"slug\";s:18:\"behavior-1234-4567\";s:5:\"label\";s:0:\"\";s:14:\"autoclose-time\";s:2:\"20\";s:9:\"autoclose\";s:4:\"true\";s:6:\"newtab\";s:7:\"sametab\";s:16:\"thankyou-message\";s:176:\"<p>Thank you for making Payment for your  Scrum License.  You will receive an Email from Prepmajor about your Registration and how to access your course materials online.</p>\";s:22:\"email-thankyou-message\";s:0:\"\";s:23:\"manual-thankyou-message\";s:0:\"\";s:20:\"submission-behaviour\";s:18:\"behaviour-thankyou\";s:12:\"redirect-url\";s:0:\"\";s:10:\"conditions\";a:0:{}}}s:13:\"notifications\";a:1:{i:0;a:14:{s:4:\"slug\";s:22:\"notification-5221-3896\";s:13:\"email-subject\";s:37:\"Scrum License Payment Submission Form\";s:5:\"label\";s:27:\"Scrum License Register Form\";s:12:\"email-editor\";s:176:\"<p>Thank you for making Payment for your  Scrum License.  You will receive an Email from Prepmajor about your Registration and how to access your course materials online.</p>\";s:10:\"recipients\";s:9:\"{email-1}\";s:16:\"email-recipients\";s:7:\"default\";s:7:\"routing\";a:1:{i:0;a:4:{s:5:\"email\";s:9:\"{email-1}\";s:10:\"element_id\";s:7:\"email-1\";s:4:\"rule\";s:2:\"is\";s:5:\"value\";s:0:\"\";}}s:5:\"email\";s:9:\"{email-1}\";s:9:\"from-name\";s:13:\"PrepMajor Ceo\";s:10:\"form-email\";s:13:\"{admin_email}\";s:13:\"replyto-email\";s:13:\"{admin_email}\";s:8:\"cc-email\";s:0:\"\";s:9:\"bcc-email\";s:18:\"abeebash@yahoo.com\";s:10:\"conditions\";a:0:{}}}}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2508, 3237, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"7d6d4e9\",\"text\":\"bank transfer Details \",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"}},{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_color_hover\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#000000\",\"text_color_hover\":\"#7A7A7A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#E0BCBC66\",\"_background_color_b\":\"\",\"_border_border\":\"solid\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2509, 3237, '_eael_custom_js', ''),
(2510, 3237, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2572, 3244, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2512, 3237, '_elementor_template_type', 'wp-page'),
(2513, 3237, '_elementor_edit_mode', 'builder'),
(2514, 3237, '_wp_page_template', 'default'),
(2515, 3237, '_edit_last', '1'),
(2516, 3237, '_elementor_version', '3.11.5'),
(2517, 3237, '_edit_lock', '1679698163:1'),
(2518, 3237, '_elementor_page_assets', 'a:0:{}'),
(2519, 3237, '_eael_widget_elements', 'a:0:{}'),
(2520, 3238, '_elementor_data', '[{\"id\":\"4c9fed0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bf7c467\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9eba914\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5198fe9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"ed3be59\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.595000000000000195399252334027551114559173583984375},\"elements\":[],\"isInner\":false},{\"id\":\"c3ba979\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":91.61299999999999954525264911353588104248046875},\"elements\":[{\"id\":\"a1fb99b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3561\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"c1c587b\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":4.1219999999999998863131622783839702606201171875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3826, 3565, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3827, 3565, '_elementor_template_type', 'wp-page'),
(2521, 3238, '_eael_custom_js', ''),
(2522, 3238, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2649, 3260, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[form\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2524, 3238, '_elementor_template_type', 'wp-page'),
(2525, 3238, '_elementor_edit_mode', 'builder'),
(2526, 3238, '_wp_page_template', 'default'),
(2527, 3238, '_edit_last', '1'),
(2528, 3238, '_elementor_version', '3.12.1'),
(2529, 3238, '_edit_lock', '1682311931:1'),
(2530, 3238, '_elementor_page_assets', 'a:0:{}'),
(2531, 3238, '_eael_widget_elements', 'a:0:{}'),
(2532, 3239, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2533, 3239, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2535, 3239, '_elementor_template_type', 'wp-page'),
(2536, 3239, '_elementor_edit_mode', 'builder'),
(2537, 3239, '_wp_page_template', 'default'),
(2538, 3239, '_elementor_version', '3.11.5'),
(2539, 3239, '_elementor_page_assets', 'a:0:{}'),
(2540, 3240, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2541, 3240, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2543, 3240, '_elementor_template_type', 'wp-page'),
(2544, 3240, '_elementor_edit_mode', 'builder'),
(2545, 3240, '_wp_page_template', 'default'),
(2546, 3240, '_elementor_version', '3.11.5'),
(2547, 3240, '_elementor_page_assets', 'a:0:{}'),
(2548, 3241, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2549, 3241, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2551, 3241, '_elementor_template_type', 'wp-page'),
(2552, 3241, '_elementor_edit_mode', 'builder'),
(2553, 3241, '_wp_page_template', 'default'),
(2554, 3241, '_elementor_version', '3.11.5'),
(2555, 3241, '_elementor_page_assets', 'a:0:{}'),
(2556, 3242, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2557, 3242, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2559, 3242, '_elementor_template_type', 'wp-page'),
(2560, 3242, '_elementor_edit_mode', 'builder'),
(2561, 3242, '_wp_page_template', 'default'),
(2562, 3242, '_elementor_version', '3.11.5'),
(2563, 3242, '_elementor_page_assets', 'a:0:{}'),
(2587, 3246, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2588, 3246, '_elementor_template_type', 'wp-page'),
(2589, 3246, '_elementor_edit_mode', 'builder'),
(2590, 3246, '_wp_page_template', 'default'),
(2591, 3246, '_elementor_version', '3.11.5'),
(2586, 3246, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2573, 3244, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2574, 3244, '_elementor_template_type', 'wp-page'),
(2575, 3244, '_elementor_edit_mode', 'builder'),
(2576, 3244, '_wp_page_template', 'default'),
(2577, 3244, '_elementor_version', '3.11.5'),
(2578, 3244, '_elementor_page_assets', 'a:0:{}'),
(2579, 3245, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2580, 3245, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2581, 3245, '_elementor_template_type', 'wp-page'),
(2582, 3245, '_elementor_edit_mode', 'builder'),
(2583, 3245, '_wp_page_template', 'default'),
(2584, 3245, '_elementor_version', '3.11.5'),
(2585, 3245, '_elementor_page_assets', 'a:0:{}'),
(2592, 3246, '_elementor_page_assets', 'a:0:{}'),
(2832, 3299, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3386, 3466, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3813, 3563, '_elementor_template_type', 'wp-page'),
(3814, 3563, '_elementor_edit_mode', 'builder'),
(3815, 3563, '_wp_page_template', 'default'),
(2607, 3254, '_elementor_page_assets', 'a:0:{}'),
(2609, 3255, '_elementor_version', '3.11.5'),
(2610, 3255, '_wp_page_template', 'default'),
(2611, 3255, '_elementor_edit_mode', 'builder'),
(2612, 3255, '_elementor_template_type', 'wp-page'),
(2613, 3255, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2614, 3255, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2615, 3255, '_elementor_page_assets', 'a:0:{}'),
(2617, 3256, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2618, 3256, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2620, 3256, '_elementor_template_type', 'wp-page'),
(2621, 3256, '_elementor_edit_mode', 'builder'),
(2622, 3256, '_wp_page_template', 'default'),
(2623, 3256, '_elementor_version', '3.11.5'),
(2624, 3256, '_elementor_page_assets', 'a:0:{}'),
(2625, 3257, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2626, 3257, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2628, 3257, '_elementor_template_type', 'wp-page'),
(2629, 3257, '_elementor_edit_mode', 'builder'),
(2630, 3257, '_wp_page_template', 'default'),
(2631, 3257, '_elementor_version', '3.11.5'),
(2632, 3257, '_elementor_page_assets', 'a:0:{}'),
(2633, 3258, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2634, 3258, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3962, 3594, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay byPaypal\",\"background_color\":\"#0063A1\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354ea5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by credit Card\",\"link\":{\"url\":\"\\/scrum\\/creditcard-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7ddb3bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and pay by Bank Transfer\",\"background_color\":\"#0063A1\",\"link\":{\"url\":\"\\/scrum\\/banktransfer-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2636, 3258, '_elementor_template_type', 'wp-page'),
(2637, 3258, '_elementor_edit_mode', 'builder'),
(2638, 3258, '_wp_page_template', 'default'),
(2639, 3258, '_elementor_version', '3.11.5'),
(2640, 3258, '_elementor_page_assets', 'a:0:{}'),
(2641, 3259, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[form\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2642, 3259, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3960, 3594, '_elementor_version', '3.11.5'),
(3961, 3594, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2644, 3259, '_elementor_template_type', 'wp-page'),
(2645, 3259, '_elementor_edit_mode', 'builder'),
(2646, 3259, '_wp_page_template', 'default'),
(2647, 3259, '_elementor_version', '3.11.5'),
(2648, 3259, '_elementor_page_assets', 'a:0:{}'),
(2650, 3260, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2651, 3260, '_elementor_template_type', 'wp-page'),
(2652, 3260, '_elementor_edit_mode', 'builder'),
(2653, 3260, '_wp_page_template', 'default'),
(2654, 3260, '_elementor_version', '3.11.5'),
(2655, 3260, '_elementor_page_assets', 'a:0:{}'),
(2656, 3261, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[form\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2657, 3261, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2658, 3261, '_elementor_template_type', 'wp-page'),
(2659, 3261, '_elementor_edit_mode', 'builder'),
(2660, 3261, '_wp_page_template', 'default'),
(2661, 3261, '_elementor_version', '3.11.5'),
(2662, 3261, '_elementor_page_assets', 'a:0:{}'),
(2663, 3262, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[f\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2664, 3262, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2665, 3262, '_elementor_template_type', 'wp-page'),
(2666, 3262, '_elementor_edit_mode', 'builder'),
(2667, 3262, '_wp_page_template', 'default'),
(2668, 3262, '_elementor_version', '3.11.5'),
(2669, 3262, '_elementor_page_assets', 'a:0:{}'),
(3850, 3568, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3393, 3473, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3816, 3563, '_elementor_version', '3.11.5'),
(3817, 3563, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(3729, 3519, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3818, 3564, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd1235\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Payment Form Available here Soon<\\/h3>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"RocknRoll One\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"oblique\",\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.0999999999999996447286321199499070644378662109375,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"swing\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3736, 3526, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(2698, 3284, '_elementor_page_assets', 'a:0:{}'),
(3957, 3594, '_wp_page_template', 'default'),
(3958, 3594, '_elementor_edit_mode', 'builder'),
(3959, 3594, '_elementor_template_type', 'wp-post'),
(2700, 3285, '_elementor_version', '3.11.5'),
(2701, 3285, '_wp_page_template', 'default'),
(2702, 3285, '_elementor_edit_mode', 'builder'),
(2703, 3285, '_elementor_template_type', 'wp-page'),
(2704, 3285, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2705, 3285, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2706, 3285, '_elementor_page_assets', 'a:0:{}'),
(3956, 3594, '_thumbnail_id', '2835'),
(2725, 3287, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay byPaypal\",\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354ea5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7ddb3bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and pay by Bank Transfer\",\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2726, 3287, '_elementor_page_assets', 'a:0:{}'),
(2728, 3288, '_thumbnail_id', '2835'),
(2729, 3288, '_wp_page_template', 'default'),
(2730, 3288, '_elementor_edit_mode', 'builder'),
(2731, 3288, '_elementor_template_type', 'wp-post'),
(2732, 3288, '_elementor_version', '3.11.5'),
(2733, 3288, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2734, 3288, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay byPaypal\",\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354ea5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7ddb3bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and pay by Bank Transfer\",\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2735, 3288, '_elementor_page_assets', 'a:0:{}'),
(3965, 3595, '_thumbnail_id', '2835'),
(3966, 3595, '_wp_page_template', 'default'),
(3967, 3595, '_elementor_edit_mode', 'builder'),
(3968, 3595, '_elementor_template_type', 'wp-post'),
(2737, 3289, '_thumbnail_id', '2835'),
(2738, 3289, '_wp_page_template', 'default'),
(2739, 3289, '_elementor_edit_mode', 'builder'),
(2740, 3289, '_elementor_template_type', 'wp-post'),
(2741, 3289, '_elementor_version', '3.11.5'),
(2742, 3289, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2743, 3289, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Scrum Developer Certified (SDC<\\/span><span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; color: #333333; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">\\u00ae<\\/span><span style=\\\"color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.<\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SDC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SDC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"de72180\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55a9ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8aa23aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Learn and take the exam.\\n<ol type=\\\"a\\\">\\n<li>Learn the relevant sections from the SBOK<sup>\\u00ae<\\/sup>(which will be specified).<\\/li>\\n<li>Schedule the one and half hour proctoredexam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application:confirms the exam date &amp; time.<\\/li>\\n<li>Take the proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<\\/li>\\n<li>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay byPaypal\",\"background_color\":\"#0063A1\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"354ea5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by credit Card\",\"link\":{\"url\":\"\\/scrum\\/creditcard-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7ddb3bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and pay by Bank Transfer\",\"background_color\":\"#0063A1\",\"link\":{\"url\":\"\\/scrum\\/banktransfer-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2744, 3289, '_elementor_page_assets', 'a:0:{}'),
(2751, 3290, '_thumbnail_id', '2831'),
(2752, 3290, '_wp_page_template', 'default'),
(2753, 3290, '_elementor_edit_mode', 'builder'),
(2754, 3290, '_elementor_template_type', 'wp-post'),
(2755, 3290, '_elementor_version', '3.11.5'),
(2756, 3290, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2757, 3290, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2758, 3290, '_elementor_page_assets', 'a:0:{}'),
(2760, 3291, '_thumbnail_id', '2831'),
(2761, 3291, '_wp_page_template', 'default'),
(2762, 3291, '_elementor_edit_mode', 'builder'),
(2763, 3291, '_elementor_template_type', 'wp-post'),
(2764, 3291, '_elementor_version', '3.11.5'),
(2765, 3291, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2766, 3291, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Credit Card\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2767, 3291, '_elementor_page_assets', 'a:0:{}'),
(2769, 3292, '_thumbnail_id', '2831'),
(2770, 3292, '_wp_page_template', 'default'),
(2771, 3292, '_elementor_edit_mode', 'builder'),
(2772, 3292, '_elementor_template_type', 'wp-post'),
(2773, 3292, '_elementor_version', '3.11.5'),
(2774, 3292, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2775, 3292, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p><\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification by SCRUMstudy<sup>\\u2122<\\/sup>&nbsp;after passing the certification exam.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 95%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Register on the website and Select the Certification you want to write Exam for<\\/li>\\n<li>Make a Payment of \\u00a3150<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff1c7f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Paypal\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-1\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay with Credit Card\",\"link\":{\"url\":\"creditcard-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"size\":\"md\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4358d3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"size\":\"md\",\"background_color\":\"#0063A1\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"-1\",\"isLinked\":false},\"link\":{\"url\":\"banktransfer-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2776, 3292, '_elementor_page_assets', 'a:0:{}'),
(2808, 3296, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2781, 3293, '_thumbnail_id', '45'),
(2782, 3293, '_wp_page_template', 'default'),
(2783, 3293, '_elementor_edit_mode', 'builder'),
(2784, 3293, '_elementor_template_type', 'wp-post'),
(2785, 3293, '_elementor_version', '3.11.5'),
(2786, 3293, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2787, 3293, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2788, 3293, '_elementor_page_assets', 'a:0:{}'),
(2790, 3294, '_thumbnail_id', '45'),
(2791, 3294, '_wp_page_template', 'default'),
(2792, 3294, '_elementor_edit_mode', 'builder'),
(2793, 3294, '_elementor_template_type', 'wp-post'),
(2794, 3294, '_elementor_version', '3.11.5'),
(2795, 3294, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2796, 3294, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2797, 3294, '_elementor_page_assets', 'a:0:{}'),
(4014, 3600, '_thumbnail_id', '45'),
(4015, 3600, '_wp_page_template', 'default'),
(4016, 3600, '_elementor_edit_mode', 'builder'),
(4017, 3600, '_elementor_template_type', 'wp-post'),
(4018, 3600, '_elementor_version', '3.11.5'),
(4019, 3600, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(4020, 3600, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by PayPal\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2799, 3295, '_thumbnail_id', '45'),
(2800, 3295, '_wp_page_template', 'default'),
(2801, 3295, '_elementor_edit_mode', 'builder'),
(2802, 3295, '_elementor_template_type', 'wp-post'),
(2803, 3295, '_elementor_version', '3.11.5'),
(2804, 3295, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2805, 3295, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by PayPal\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"07cf527\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Credit Card\",\"link\":{\"url\":\"\\/scrum\\/creditcard-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b47613c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"link\":{\"url\":\"\\/scrum\\/banktransfer-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2806, 3295, '_elementor_page_assets', 'a:0:{}'),
(2809, 3296, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2810, 3296, '_elementor_template_type', 'wp-page'),
(2811, 3296, '_elementor_edit_mode', 'builder'),
(2812, 3296, '_wp_page_template', 'default'),
(2813, 3296, '_elementor_version', '3.11.5'),
(2814, 3296, '_elementor_page_assets', 'a:0:{}'),
(2816, 3297, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2817, 3297, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2818, 3297, '_elementor_template_type', 'wp-page'),
(2819, 3297, '_elementor_edit_mode', 'builder'),
(2820, 3297, '_wp_page_template', 'default'),
(2821, 3297, '_elementor_version', '3.11.5'),
(2822, 3297, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2824, 3298, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2825, 3298, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2826, 3298, '_elementor_template_type', 'wp-page'),
(2827, 3298, '_elementor_edit_mode', 'builder'),
(2828, 3298, '_wp_page_template', 'default'),
(2829, 3298, '_elementor_version', '3.11.5'),
(2830, 3298, '_elementor_page_assets', 'a:0:{}'),
(2833, 3299, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2834, 3299, '_elementor_template_type', 'wp-page'),
(2835, 3299, '_elementor_edit_mode', 'builder'),
(2836, 3299, '_wp_page_template', 'default'),
(2837, 3299, '_elementor_version', '3.11.5'),
(2838, 3299, '_elementor_page_assets', 'a:0:{}'),
(2839, 3300, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2840, 3300, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2841, 3300, '_elementor_template_type', 'wp-page'),
(2842, 3300, '_elementor_edit_mode', 'builder'),
(2843, 3300, '_wp_page_template', 'default'),
(2844, 3300, '_elementor_version', '3.11.5'),
(2845, 3300, '_elementor_page_assets', 'a:0:{}'),
(2846, 3301, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2847, 3301, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2848, 3301, '_elementor_template_type', 'wp-page'),
(2849, 3301, '_elementor_edit_mode', 'builder'),
(2850, 3301, '_wp_page_template', 'default'),
(2851, 3301, '_elementor_version', '3.11.5'),
(2852, 3301, '_elementor_page_assets', 'a:0:{}'),
(2853, 3302, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2854, 3302, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2855, 3302, '_elementor_template_type', 'wp-page'),
(2856, 3302, '_elementor_edit_mode', 'builder'),
(2857, 3302, '_wp_page_template', 'default'),
(2858, 3302, '_elementor_version', '3.11.5'),
(2859, 3302, '_elementor_page_assets', 'a:0:{}'),
(2860, 3303, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2861, 3303, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2862, 3303, '_elementor_template_type', 'wp-page'),
(2863, 3303, '_elementor_edit_mode', 'builder'),
(2864, 3303, '_wp_page_template', 'default'),
(2865, 3303, '_elementor_version', '3.11.5'),
(2866, 3303, '_elementor_page_assets', 'a:0:{}'),
(2867, 3304, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2868, 3304, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2869, 3304, '_elementor_template_type', 'wp-page'),
(2870, 3304, '_elementor_edit_mode', 'builder'),
(2871, 3304, '_wp_page_template', 'default'),
(2872, 3304, '_elementor_version', '3.11.5'),
(2873, 3304, '_elementor_page_assets', 'a:0:{}'),
(2874, 3305, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2875, 3305, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2876, 3305, '_elementor_template_type', 'wp-page'),
(2877, 3305, '_elementor_edit_mode', 'builder'),
(2878, 3305, '_wp_page_template', 'default'),
(2879, 3305, '_elementor_version', '3.11.5'),
(2880, 3305, '_elementor_page_assets', 'a:0:{}'),
(2881, 3306, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2882, 3306, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2883, 3306, '_elementor_template_type', 'wp-page'),
(2884, 3306, '_elementor_edit_mode', 'builder'),
(2885, 3306, '_wp_page_template', 'default'),
(2886, 3306, '_elementor_version', '3.11.5'),
(2887, 3306, '_elementor_page_assets', 'a:0:{}'),
(2888, 3307, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2889, 3307, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2890, 3307, '_elementor_template_type', 'wp-page'),
(2891, 3307, '_elementor_edit_mode', 'builder'),
(2892, 3307, '_wp_page_template', 'default'),
(2893, 3307, '_elementor_version', '3.11.5'),
(2894, 3307, '_elementor_page_assets', 'a:0:{}'),
(2895, 3308, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2896, 3308, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2897, 3308, '_elementor_template_type', 'wp-page'),
(2898, 3308, '_elementor_edit_mode', 'builder'),
(2899, 3308, '_wp_page_template', 'default'),
(2900, 3308, '_elementor_version', '3.11.5'),
(2901, 3308, '_elementor_page_assets', 'a:0:{}'),
(2902, 3309, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2903, 3309, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2904, 3309, '_elementor_template_type', 'wp-page'),
(2905, 3309, '_elementor_edit_mode', 'builder'),
(2906, 3309, '_wp_page_template', 'default'),
(2907, 3309, '_elementor_version', '3.11.5'),
(2908, 3309, '_elementor_page_assets', 'a:0:{}'),
(2909, 3310, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2910, 3310, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2911, 3310, '_elementor_template_type', 'wp-page'),
(2912, 3310, '_elementor_edit_mode', 'builder'),
(2913, 3310, '_wp_page_template', 'default'),
(2914, 3310, '_elementor_version', '3.11.5'),
(2915, 3310, '_elementor_page_assets', 'a:0:{}'),
(2917, 3311, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2918, 3311, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2919, 3311, '_elementor_template_type', 'wp-page'),
(2920, 3311, '_elementor_edit_mode', 'builder'),
(2921, 3311, '_wp_page_template', 'default'),
(2922, 3311, '_elementor_version', '3.11.5'),
(2923, 3311, '_elementor_page_assets', 'a:0:{}'),
(2925, 3312, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"right\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2926, 3312, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2927, 3312, '_elementor_template_type', 'wp-page'),
(2928, 3312, '_elementor_edit_mode', 'builder'),
(2929, 3312, '_wp_page_template', 'default'),
(2930, 3312, '_elementor_version', '3.11.5'),
(2931, 3312, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2933, 3313, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"7d6d4e9\",\"text\":\"bank transfer Details \",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"}},{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2934, 3313, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2935, 3313, '_elementor_template_type', 'wp-page'),
(2936, 3313, '_elementor_edit_mode', 'builder'),
(2937, 3313, '_wp_page_template', 'default'),
(2938, 3313, '_elementor_version', '3.11.5'),
(2939, 3313, '_elementor_page_assets', 'a:0:{}'),
(2942, 3314, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"7d6d4e9\",\"text\":\"bank transfer Details \",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"}},{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2943, 3314, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2944, 3314, '_elementor_template_type', 'wp-page'),
(2945, 3314, '_elementor_edit_mode', 'builder'),
(2946, 3314, '_wp_page_template', 'default'),
(2947, 3314, '_elementor_version', '3.11.5'),
(2948, 3314, '_elementor_page_assets', 'a:0:{}'),
(2950, 3315, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"7d6d4e9\",\"text\":\"bank transfer Details \",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"}},{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2951, 3315, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2952, 3315, '_elementor_template_type', 'wp-page'),
(2953, 3315, '_elementor_edit_mode', 'builder'),
(2954, 3315, '_wp_page_template', 'default'),
(2955, 3315, '_elementor_version', '3.11.5'),
(2956, 3315, '_elementor_page_assets', 'a:0:{}'),
(2958, 3316, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"7d6d4e9\",\"text\":\"bank transfer Details \",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"}},{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2959, 3316, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2960, 3316, '_elementor_template_type', 'wp-page'),
(2961, 3316, '_elementor_edit_mode', 'builder'),
(2962, 3316, '_wp_page_template', 'default'),
(2963, 3316, '_elementor_version', '3.11.5'),
(2964, 3316, '_elementor_page_assets', 'a:0:{}'),
(2993, 3320, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2994, 3320, '_elementor_template_type', 'wp-page'),
(2995, 3320, '_elementor_edit_mode', 'builder'),
(2992, 3320, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"7d6d4e9\",\"text\":\"bank transfer Details \",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"}},{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_color_hover\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#000000\",\"text_color_hover\":\"#7A7A7A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#E0BCBC66\",\"_background_color_b\":\"\",\"_border_border\":\"solid\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2976, 3318, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"7d6d4e9\",\"text\":\"bank transfer Details \",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"}},{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2977, 3318, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2978, 3318, '_elementor_template_type', 'wp-page'),
(2979, 3318, '_elementor_edit_mode', 'builder'),
(2980, 3318, '_wp_page_template', 'default'),
(2981, 3318, '_elementor_version', '3.11.5'),
(2982, 3318, '_elementor_page_assets', 'a:0:{}'),
(2984, 3319, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"7d6d4e9\",\"text\":\"bank transfer Details \",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"}},{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#000000\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2985, 3319, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2986, 3319, '_elementor_template_type', 'wp-page'),
(2987, 3319, '_elementor_edit_mode', 'builder'),
(2988, 3319, '_wp_page_template', 'default'),
(2989, 3319, '_elementor_version', '3.11.5'),
(2990, 3319, '_elementor_page_assets', 'a:0:{}'),
(2996, 3320, '_wp_page_template', 'default'),
(2997, 3320, '_elementor_version', '3.11.5'),
(2998, 3320, '_elementor_page_assets', 'a:0:{}'),
(3124, 3334, '_wp_page_template', 'default'),
(3003, 3321, '_thumbnail_id', '2125'),
(3004, 3321, '_wp_page_template', 'default'),
(3005, 3321, '_elementor_edit_mode', 'builder'),
(3006, 3321, '_elementor_template_type', 'wp-post'),
(3007, 3321, '_elementor_version', '3.11.5'),
(3008, 3321, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3009, 3321, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3010, 3321, '_elementor_page_assets', 'a:0:{}'),
(3012, 3322, '_thumbnail_id', '2125'),
(3013, 3322, '_wp_page_template', 'default'),
(3014, 3322, '_elementor_edit_mode', 'builder'),
(3015, 3322, '_elementor_template_type', 'wp-post'),
(3016, 3322, '_elementor_version', '3.11.5'),
(3017, 3322, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3018, 3322, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3019, 3322, '_elementor_page_assets', 'a:0:{}'),
(3028, 3323, '_elementor_page_assets', 'a:0:{}'),
(3922, 2663, '_elementor_css', 'a:6:{s:4:\"time\";i:1689696547;s:5:\"fonts\";a:3:{i:0;s:16:\"Open Sans Hebrew\";i:1;s:6:\"Roboto\";i:2;s:11:\"Roboto Mono\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3035, 3324, '_elementor_template_type', 'wp-post'),
(3036, 3324, '_elementor_version', '3.11.5'),
(3037, 3324, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3038, 3324, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3039, 3324, '_elementor_page_assets', 'a:0:{}'),
(3920, 3238, '_elementor_css', 'a:6:{s:4:\"time\";i:1689696214;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3921, 2158, '_elementor_css', 'a:6:{s:4:\"time\";i:1689696250;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3041, 3325, '_thumbnail_id', '2835'),
(3042, 3325, '_wp_page_template', 'default'),
(3043, 3325, '_elementor_edit_mode', 'builder'),
(3044, 3325, '_elementor_template_type', 'wp-post'),
(3045, 3325, '_elementor_version', '3.11.5'),
(3046, 3325, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3047, 3325, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3048, 3325, '_elementor_page_assets', 'a:0:{}'),
(3917, 4, '_elementor_css', 'a:6:{s:4:\"time\";i:1689696154;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3057, 3326, '_elementor_page_assets', 'a:0:{}'),
(3918, 2134, '_elementor_css', 'a:6:{s:4:\"time\";i:1689696155;s:5:\"fonts\";a:2:{i:0;s:16:\"Open Sans Hebrew\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3065, 3327, '_elementor_version', '3.11.5'),
(3066, 3327, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3067, 3327, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3068, 3327, '_elementor_page_assets', 'a:0:{}'),
(3069, 3328, '_thumbnail_id', '2835'),
(3070, 3328, '_wp_page_template', 'default'),
(3071, 3328, '_elementor_edit_mode', 'builder'),
(3072, 3328, '_elementor_template_type', 'wp-post'),
(3073, 3328, '_elementor_version', '3.11.5'),
(3074, 3328, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3075, 3328, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3076, 3328, '_elementor_page_assets', 'a:0:{}'),
(3077, 3329, '_thumbnail_id', '2835'),
(3078, 3329, '_wp_page_template', 'default'),
(3079, 3329, '_elementor_edit_mode', 'builder'),
(3080, 3329, '_elementor_template_type', 'wp-post'),
(3081, 3329, '_elementor_version', '3.11.5'),
(3082, 3329, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3083, 3329, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to homepage to see available license\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"hover_color\":\"#657E7D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3084, 3329, '_elementor_page_assets', 'a:0:{}'),
(3087, 3330, '_thumbnail_id', '2835'),
(3088, 3330, '_wp_page_template', 'default'),
(3089, 3330, '_elementor_edit_mode', 'builder'),
(3090, 3330, '_elementor_template_type', 'wp-post'),
(3091, 3330, '_elementor_version', '3.11.5'),
(3092, 3330, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3093, 3330, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to homepage to see available license\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"hover_color\":\"#657E7D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3094, 3330, '_elementor_page_assets', 'a:0:{}'),
(3095, 3331, '_thumbnail_id', '2835'),
(3096, 3331, '_wp_page_template', 'default'),
(3097, 3331, '_elementor_edit_mode', 'builder'),
(3098, 3331, '_elementor_template_type', 'wp-post'),
(3099, 3331, '_elementor_version', '3.11.5'),
(3100, 3331, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3101, 3331, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to homepage to see available license\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"hover_color\":\"#657E7D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3102, 3331, '_elementor_page_assets', 'a:0:{}'),
(3103, 3332, '_thumbnail_id', '2835'),
(3104, 3332, '_wp_page_template', 'default'),
(3105, 3332, '_elementor_edit_mode', 'builder'),
(3106, 3332, '_elementor_template_type', 'wp-post'),
(3107, 3332, '_elementor_version', '3.11.5'),
(3108, 3332, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3109, 3332, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"hover_color\":\"#657E7D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3110, 3332, '_elementor_page_assets', 'a:0:{}'),
(3892, 3573, '_elementor_version', '3.12.1'),
(3123, 3334, '_thumbnail_id', '2125'),
(3139, 3336, '_thumbnail_id', '2125'),
(3140, 3336, '_wp_page_template', 'default'),
(3141, 3336, '_elementor_edit_mode', 'builder'),
(3142, 3336, '_elementor_template_type', 'wp-post'),
(3143, 3336, '_elementor_version', '3.11.5'),
(3144, 3336, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3145, 3336, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#00018A87\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3125, 3334, '_elementor_edit_mode', 'builder'),
(3126, 3334, '_elementor_template_type', 'wp-post'),
(3127, 3334, '_elementor_version', '3.11.5'),
(3128, 3334, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3129, 3334, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3130, 3334, '_elementor_page_assets', 'a:0:{}'),
(3131, 3335, '_thumbnail_id', '2125'),
(3132, 3335, '_wp_page_template', 'default'),
(3133, 3335, '_elementor_edit_mode', 'builder'),
(3134, 3335, '_elementor_template_type', 'wp-post'),
(3135, 3335, '_elementor_version', '3.11.5'),
(3136, 3335, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3137, 3335, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3138, 3335, '_elementor_page_assets', 'a:0:{}'),
(3146, 3336, '_elementor_page_assets', 'a:0:{}'),
(3575, 3494, '_elementor_edit_mode', 'builder'),
(3576, 3494, '_elementor_template_type', 'wp-post'),
(3889, 3572, '_elementor_page_assets', 'a:0:{}'),
(3636, 3500, '_elementor_template_type', 'wp-post'),
(3773, 3541, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3782, 3548, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3786, 3551, '_wp_attached_file', '2023/03/cropped-cropped-cropped-cropped-cropped-pic1.jpg'),
(3793, 3556, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3939, 3588, 'is_colibri-wp_front_page', '1'),
(3974, 2658, '_elementor_css', 'a:6:{s:4:\"time\";i:1691975227;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3193, 3372, '_elementor_page_assets', 'a:0:{}'),
(3975, 3596, '_menu_item_type', 'custom'),
(3195, 3373, '_thumbnail_id', '2125'),
(3196, 3373, '_wp_page_template', 'default'),
(3197, 3373, '_elementor_edit_mode', 'builder'),
(3198, 3373, '_elementor_template_type', 'wp-post'),
(3199, 3373, '_elementor_version', '3.11.5'),
(3200, 3373, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3201, 3373, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#00018A87\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3202, 3373, '_elementor_page_assets', 'a:0:{}'),
(3923, 3237, '_elementor_css', 'a:6:{s:4:\"time\";i:1689696756;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Mono\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3204, 3374, '_thumbnail_id', '2125'),
(3205, 3374, '_wp_page_template', 'default'),
(3206, 3374, '_elementor_edit_mode', 'builder'),
(3207, 3374, '_elementor_template_type', 'wp-post'),
(3208, 3374, '_elementor_version', '3.11.5'),
(3209, 3374, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3210, 3374, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#56558099\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3211, 3374, '_elementor_page_assets', 'a:0:{}'),
(3924, 2135, '_elementor_css', 'a:6:{s:4:\"time\";i:1689697084;s:5:\"fonts\";a:2:{i:0;s:11:\"Roboto Mono\";i:1;s:9:\"Open Sans\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3216, 3375, '_thumbnail_id', '2694'),
(3217, 3375, '_wp_page_template', 'default'),
(3218, 3375, '_elementor_edit_mode', 'builder'),
(3219, 3375, '_elementor_template_type', 'wp-post'),
(3220, 3375, '_elementor_version', '3.11.5'),
(3221, 3375, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3222, 3375, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3223, 3375, '_elementor_page_assets', 'a:0:{}'),
(3928, 1628, '_wp_old_date', '2023-03-24'),
(3925, 1540, '_hash', '73afcde7da1d98f91d486e230e67d29da0b3d53e'),
(3225, 3376, '_thumbnail_id', '2694'),
(3226, 3376, '_wp_page_template', 'default'),
(3227, 3376, '_elementor_edit_mode', 'builder'),
(3228, 3376, '_elementor_template_type', 'wp-post'),
(3229, 3376, '_elementor_version', '3.11.5'),
(3230, 3376, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3231, 3376, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3232, 3376, '_elementor_page_assets', 'a:0:{}'),
(3898, 3573, '_elementor_page_assets', 'a:0:{}'),
(3929, 1629, '_wp_old_date', '2023-03-24'),
(3234, 3377, '_thumbnail_id', '2694'),
(3235, 3377, '_wp_page_template', 'default'),
(3236, 3377, '_elementor_edit_mode', 'builder'),
(3237, 3377, '_elementor_template_type', 'wp-post'),
(3238, 3377, '_elementor_version', '3.11.5'),
(3239, 3377, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3240, 3377, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3241, 3377, '_elementor_page_assets', 'a:0:{}'),
(3573, 3494, '_thumbnail_id', '2835'),
(3276, 3381, '_thumbnail_id', '47'),
(3247, 3378, '_thumbnail_id', '2107'),
(3248, 3378, '_wp_page_template', 'default'),
(3249, 3378, '_elementor_edit_mode', 'builder'),
(3250, 3378, '_elementor_template_type', 'wp-post'),
(3251, 3378, '_elementor_version', '3.11.5'),
(3252, 3378, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3253, 3378, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3254, 3378, '_elementor_page_assets', 'a:0:{}'),
(3256, 3379, '_thumbnail_id', '2107'),
(3257, 3379, '_wp_page_template', 'default'),
(3258, 3379, '_elementor_edit_mode', 'builder'),
(3259, 3379, '_elementor_template_type', 'wp-post'),
(3260, 3379, '_elementor_version', '3.11.5'),
(3261, 3379, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3262, 3379, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to Register\",\"link\":{\"url\":\"\\/scrum\\/certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3263, 3379, '_elementor_page_assets', 'a:0:{}'),
(3265, 3380, '_thumbnail_id', '2107'),
(3266, 3380, '_wp_page_template', 'default'),
(3267, 3380, '_elementor_edit_mode', 'builder'),
(3268, 3380, '_elementor_template_type', 'wp-post'),
(3269, 3380, '_elementor_version', '3.11.5'),
(3270, 3380, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3271, 3380, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3272, 3380, '_elementor_page_assets', 'a:0:{}'),
(3280, 3381, '_elementor_version', '3.11.5'),
(3281, 3381, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3282, 3381, '_elementor_data', '[{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.<\\/p>\\n<h3>Audience Profile:<\\/h3>\\n<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) certification is meant for those SCRUM consultants\\/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations<\\/p>\\n<h3>Prerequisites<\\/h3>\\n<p>To become a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Should have more than 3 years of experience managing Scrum\\/Agile Projects and more than 6 years of project management experience.<\\/li>\\n<li>Should be SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>).<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3283, 3381, '_elementor_page_assets', 'a:0:{}'),
(3285, 3382, '_thumbnail_id', '47'),
(3286, 3382, '_wp_page_template', 'default'),
(3287, 3382, '_elementor_edit_mode', 'builder'),
(3288, 3382, '_elementor_template_type', 'wp-post'),
(3289, 3382, '_elementor_version', '3.11.5'),
(3290, 3382, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3291, 3382, '_elementor_data', '[{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.<\\/p>\\n<h3>Audience Profile:<\\/h3>\\n<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) certification is meant for those SCRUM consultants\\/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations<\\/p>\\n<h3>Prerequisites<\\/h3>\\n<p>To become a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Should have more than 3 years of experience managing Scrum\\/Agile Projects and more than 6 years of project management experience.<\\/li>\\n<li>Should be SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>).<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3292, 3382, '_elementor_page_assets', 'a:0:{}'),
(3896, 3573, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3897, 3573, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Credit Card  Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3294, 3383, '_thumbnail_id', '47'),
(3295, 3383, '_wp_page_template', 'default'),
(3296, 3383, '_elementor_edit_mode', 'builder'),
(3297, 3383, '_elementor_template_type', 'wp-post'),
(3298, 3383, '_elementor_version', '3.11.5'),
(3299, 3383, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3300, 3383, '_elementor_data', '[{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.<\\/p>\\n<h3>Audience Profile:<\\/h3>\\n<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) certification is meant for those SCRUM consultants\\/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations<\\/p>\\n<h3>Prerequisites<\\/h3>\\n<p>To become a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Should have more than 3 years of experience managing Scrum\\/Agile Projects and more than 6 years of project management experience.<\\/li>\\n<li>Should be SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>).<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3301, 3383, '_elementor_page_assets', 'a:0:{}'),
(3893, 3573, '_wp_page_template', 'default'),
(3894, 3573, '_elementor_edit_mode', 'builder'),
(3895, 3573, '_elementor_template_type', 'wp-page'),
(3307, 3387, 'is_colibri-wp_front_page', '1'),
(3308, 3387, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:70:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:195;i:27;i:196;i:28;i:197;i:29;i:198;i:30;i:199;i:31;i:442;i:32;i:443;i:33;i:444;i:34;i:200;i:35;i:201;i:36;i:441;i:37;i:440;i:38;i:439;i:39;i:206;i:40;i:207;i:41;i:208;i:42;i:209;i:43;i:210;i:44;i:211;i:45;i:212;i:46;i:213;i:47;i:214;i:48;i:215;i:49;i:216;i:50;i:217;i:51;i:218;i:52;i:219;i:53;i:416;i:54;i:417;i:55;i:220;i:56;i:221;i:57;i:222;i:58;i:223;i:59;i:224;i:60;i:225;i:61;i:226;i:62;i:227;i:63;i:228;i:64;i:229;i:65;i:230;i:66;i:231;i:67;i:232;i:68;i:233;i:69;i:234;}}}'),
(3406, 3476, '_elementor_page_assets', 'a:0:{}'),
(3881, 3571, '_elementor_page_assets', 'a:0:{}'),
(3408, 3477, '_thumbnail_id', '173'),
(3409, 3477, '_elementor_edit_mode', 'builder'),
(3410, 3477, '_elementor_template_type', 'wp-post'),
(3411, 3477, '_elementor_version', '3.11.5'),
(3412, 3477, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3413, 3477, '_wp_page_template', 'default'),
(3414, 3477, '_elementor_data', '[{\"id\":\"25b5600\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e60ac8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5822849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\\"Scrum Fundamentals Certified\\\".<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"faab04a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7dea270\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2af1f9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_SFC_updated.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa78ac9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ca06d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7adcd7\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Certificaton\",\"_id\":\"ba417bc\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"054e909\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"518019d\"},{\"eael_data_table_header_col\":\"Cost of Exam\",\"_id\":\"471e422\"},{\"_id\":\"9ff920d\",\"eael_data_table_header_col\":\"Target Audience\"},{\"_id\":\"66e5fad\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"e39e7de\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"25ce830\",\"eael_data_table_content_row_title\":\"Scrum Fundamentals Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"da6f7c3\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"6656573\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"90f34a5\",\"eael_data_table_content_row_title\":\"0\"},{\"_id\":\"54eead5\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Anyone interested to know more about Scrum and Agile\"},{\"_id\":\"a4b4612\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Valid for lifetime.\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fdce91d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3434366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddad1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Exam Format<\\/h3><ul style=\\\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\"><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Multiple choice<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">40 questions per exam<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">One mark awarded for every right answer<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">No negative marks for wrong answers<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">30 questions need to be answered correctly to pass<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">60 minutes duration<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Online unproctored exam<\\/li><\\/ul><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Audience Profile<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.<\\/p><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Prerequisites<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">There is no formal prerequisite for this course.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01bb102\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f1703dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"60bacae\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\",\"alt\":\"\"},\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1,\"loop\":\"yes\",\"download_button\":\"yes\",\"preload\":\"auto\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"902e36b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7.625},\"elements\":[],\"isInner\":false},{\"id\":\"d85f73d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"ed2e740\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"download_button\":\"yes\",\"preload\":\"auto\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8763764\",\"elType\":\"section\",\"settings\":{\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"}},\"elements\":[{\"id\":\"5d38f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3415, 3477, '_elementor_page_assets', 'a:0:{}'),
(3878, 3571, '_elementor_edit_mode', 'builder'),
(3879, 3571, '_wp_page_template', 'default'),
(3880, 3571, '_elementor_version', '3.12.1'),
(3417, 3478, '_thumbnail_id', '173'),
(3418, 3478, '_elementor_edit_mode', 'builder'),
(3419, 3478, '_elementor_template_type', 'wp-post'),
(3420, 3478, '_elementor_version', '3.11.5'),
(3421, 3478, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3422, 3478, '_wp_page_template', 'default'),
(3423, 3478, '_elementor_data', '[{\"id\":\"25b5600\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e60ac8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5822849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\\"Scrum Fundamentals Certified\\\".<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"faab04a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7dea270\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2af1f9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_SFC_updated.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa78ac9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ca06d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7adcd7\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Certificaton\",\"_id\":\"ba417bc\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"054e909\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"518019d\"},{\"eael_data_table_header_col\":\"Cost of Exam\",\"_id\":\"471e422\"},{\"_id\":\"9ff920d\",\"eael_data_table_header_col\":\"Target Audience\"},{\"_id\":\"66e5fad\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"e39e7de\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"25ce830\",\"eael_data_table_content_row_title\":\"Scrum Fundamentals Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"da6f7c3\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"6656573\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"90f34a5\",\"eael_data_table_content_row_title\":\"0\"},{\"_id\":\"54eead5\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Anyone interested to know more about Scrum and Agile\"},{\"_id\":\"a4b4612\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Valid for lifetime.\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fdce91d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3434366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddad1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Exam Format<\\/h3><ul style=\\\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\"><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Multiple choice<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">40 questions per exam<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">One mark awarded for every right answer<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">No negative marks for wrong answers<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">30 questions need to be answered correctly to pass<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">60 minutes duration<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Online unproctored exam<\\/li><\\/ul><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Audience Profile<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.<\\/p><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Prerequisites<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">There is no formal prerequisite for this course.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01bb102\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f1703dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"60bacae\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\",\"alt\":\"\"},\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1,\"loop\":\"yes\",\"download_button\":\"yes\",\"preload\":\"auto\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"902e36b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7.625},\"elements\":[],\"isInner\":false},{\"id\":\"d85f73d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"ed2e740\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"download_button\":\"yes\",\"preload\":\"auto\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8763764\",\"elType\":\"section\",\"settings\":{\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"}},\"elements\":[{\"id\":\"5d38f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c028a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(3424, 3478, '_elementor_page_assets', 'a:0:{}'),
(3876, 3571, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3877, 3571, '_elementor_template_type', 'wp-page'),
(3434, 3479, '_wp_page_template', 'default'),
(3435, 3479, '_elementor_data', '[{\"id\":\"25b5600\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e60ac8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5822849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\\"Scrum Fundamentals Certified\\\".<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"faab04a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7dea270\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2af1f9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_SFC_updated.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa78ac9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ca06d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7adcd7\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Certificaton\",\"_id\":\"ba417bc\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"054e909\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"518019d\"},{\"eael_data_table_header_col\":\"Cost of Exam\",\"_id\":\"471e422\"},{\"_id\":\"9ff920d\",\"eael_data_table_header_col\":\"Target Audience\"},{\"_id\":\"66e5fad\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"e39e7de\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"25ce830\",\"eael_data_table_content_row_title\":\"Scrum Fundamentals Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"da6f7c3\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"6656573\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"90f34a5\",\"eael_data_table_content_row_title\":\"0\"},{\"_id\":\"54eead5\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Anyone interested to know more about Scrum and Agile\"},{\"_id\":\"a4b4612\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Valid for lifetime.\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fdce91d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3434366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddad1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Exam Format<\\/h3><ul style=\\\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\"><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Multiple choice<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">40 questions per exam<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">One mark awarded for every right answer<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">No negative marks for wrong answers<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">30 questions need to be answered correctly to pass<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">60 minutes duration<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Online unproctored exam<\\/li><\\/ul><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Audience Profile<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.<\\/p><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Prerequisites<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">There is no formal prerequisite for this course.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01bb102\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f1703dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"60bacae\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\",\"alt\":\"\"},\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1,\"loop\":\"yes\",\"download_button\":\"yes\",\"preload\":\"auto\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"902e36b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7.625},\"elements\":[],\"isInner\":false},{\"id\":\"d85f73d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"ed2e740\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"download_button\":\"yes\",\"preload\":\"auto\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8763764\",\"elType\":\"section\",\"settings\":{\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"}},\"elements\":[{\"id\":\"5d38f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c028a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(3436, 3479, '_elementor_page_assets', 'a:0:{}'),
(3437, 3480, '_thumbnail_id', '173'),
(3438, 3480, '_elementor_edit_mode', 'builder'),
(3439, 3480, '_elementor_template_type', 'wp-post'),
(3440, 3480, '_elementor_version', '3.11.5'),
(3441, 3480, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3442, 3480, '_wp_page_template', 'default'),
(3443, 3480, '_elementor_data', '[{\"id\":\"25b5600\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e60ac8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5822849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\\"Scrum Fundamentals Certified\\\".<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"faab04a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7dea270\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2af1f9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_SFC_updated.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa78ac9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ca06d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7adcd7\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Certificaton\",\"_id\":\"ba417bc\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"054e909\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"518019d\"},{\"eael_data_table_header_col\":\"Cost of Exam\",\"_id\":\"471e422\"},{\"_id\":\"9ff920d\",\"eael_data_table_header_col\":\"Target Audience\"},{\"_id\":\"66e5fad\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"e39e7de\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"25ce830\",\"eael_data_table_content_row_title\":\"Scrum Fundamentals Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"da6f7c3\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"6656573\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"90f34a5\",\"eael_data_table_content_row_title\":\"0\"},{\"_id\":\"54eead5\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Anyone interested to know more about Scrum and Agile\"},{\"_id\":\"a4b4612\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Valid for lifetime.\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fdce91d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3434366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddad1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Exam Format<\\/h3><ul style=\\\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\"><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Multiple choice<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">40 questions per exam<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">One mark awarded for every right answer<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">No negative marks for wrong answers<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">30 questions need to be answered correctly to pass<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">60 minutes duration<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Online unproctored exam<\\/li><\\/ul><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Audience Profile<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.<\\/p><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Prerequisites<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">There is no formal prerequisite for this course.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01bb102\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f1703dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"60bacae\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\",\"alt\":\"\"},\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1,\"loop\":\"yes\",\"download_button\":\"yes\",\"preload\":\"auto\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"902e36b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7.625},\"elements\":[],\"isInner\":false},{\"id\":\"d85f73d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"ed2e740\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"download_button\":\"yes\",\"preload\":\"auto\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8763764\",\"elType\":\"section\",\"settings\":{\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"}},\"elements\":[{\"id\":\"5d38f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c028a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(3444, 3480, '_elementor_page_assets', 'a:0:{}'),
(3445, 3481, '_thumbnail_id', '173'),
(3446, 3481, '_elementor_edit_mode', 'builder'),
(3447, 3481, '_elementor_template_type', 'wp-post'),
(3448, 3481, '_elementor_version', '3.11.5'),
(3449, 3481, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3450, 3481, '_wp_page_template', 'default');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3451, 3481, '_elementor_data', '[{\"id\":\"25b5600\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e60ac8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5822849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\\"Scrum Fundamentals Certified\\\".<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"faab04a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7dea270\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2af1f9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_SFC_updated.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa78ac9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ca06d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7adcd7\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Certificaton\",\"_id\":\"ba417bc\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"054e909\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"518019d\"},{\"eael_data_table_header_col\":\"Cost of Exam\",\"_id\":\"471e422\"},{\"_id\":\"9ff920d\",\"eael_data_table_header_col\":\"Target Audience\"},{\"_id\":\"66e5fad\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"e39e7de\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"25ce830\",\"eael_data_table_content_row_title\":\"Scrum Fundamentals Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"da6f7c3\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"6656573\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"90f34a5\",\"eael_data_table_content_row_title\":\"0\"},{\"_id\":\"54eead5\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Anyone interested to know more about Scrum and Agile\"},{\"_id\":\"a4b4612\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Valid for lifetime.\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fdce91d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3434366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddad1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Exam Format<\\/h3><ul style=\\\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\"><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Multiple choice<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">40 questions per exam<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">One mark awarded for every right answer<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">No negative marks for wrong answers<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">30 questions need to be answered correctly to pass<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">60 minutes duration<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Online unproctored exam<\\/li><\\/ul><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Audience Profile<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.<\\/p><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Prerequisites<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">There is no formal prerequisite for this course.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01bb102\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f1703dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"60bacae\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\",\"alt\":\"\"},\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1,\"loop\":\"yes\",\"download_button\":\"yes\",\"preload\":\"auto\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"902e36b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7.625},\"elements\":[],\"isInner\":false},{\"id\":\"d85f73d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"ed2e740\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"download_button\":\"yes\",\"preload\":\"auto\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8763764\",\"elType\":\"section\",\"settings\":{\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"}},\"elements\":[{\"id\":\"5d38f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c028a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(3452, 3481, '_elementor_page_assets', 'a:0:{}'),
(3456, 3482, '_thumbnail_id', '173'),
(3457, 3482, '_elementor_edit_mode', 'builder'),
(3458, 3482, '_elementor_template_type', 'wp-post'),
(3459, 3482, '_elementor_version', '3.11.5'),
(3460, 3482, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3461, 3482, '_wp_page_template', 'default'),
(3462, 3482, '_elementor_data', '[{\"id\":\"25b5600\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e60ac8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5822849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\\"Scrum Fundamentals Certified\\\".<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"faab04a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7dea270\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2af1f9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_SFC_updated.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa78ac9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ca06d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7adcd7\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Certificaton\",\"_id\":\"ba417bc\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"054e909\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"518019d\"},{\"eael_data_table_header_col\":\"Cost of Exam\",\"_id\":\"471e422\"},{\"_id\":\"9ff920d\",\"eael_data_table_header_col\":\"Target Audience\"},{\"_id\":\"66e5fad\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"e39e7de\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"25ce830\",\"eael_data_table_content_row_title\":\"Scrum Fundamentals Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"da6f7c3\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"6656573\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"90f34a5\",\"eael_data_table_content_row_title\":\"0\"},{\"_id\":\"54eead5\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Anyone interested to know more about Scrum and Agile\"},{\"_id\":\"a4b4612\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Valid for lifetime.\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fdce91d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3434366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddad1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Exam Format<\\/h3><ul style=\\\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\"><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Multiple choice<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">40 questions per exam<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">One mark awarded for every right answer<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">No negative marks for wrong answers<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">30 questions need to be answered correctly to pass<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">60 minutes duration<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Online unproctored exam<\\/li><\\/ul><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Audience Profile<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.<\\/p><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Prerequisites<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">There is no formal prerequisite for this course.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01bb102\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f1703dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"60bacae\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\",\"alt\":\"\"},\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1,\"loop\":\"yes\",\"download_button\":\"yes\",\"preload\":\"auto\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"902e36b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7.625},\"elements\":[],\"isInner\":false},{\"id\":\"d85f73d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"ed2e740\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"download_button\":\"yes\",\"preload\":\"auto\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8763764\",\"elType\":\"section\",\"settings\":{\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"}},\"elements\":[{\"id\":\"5d38f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c028a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(3463, 3482, '_elementor_page_assets', 'a:0:{}'),
(3464, 3483, '_thumbnail_id', '173'),
(3465, 3483, '_elementor_edit_mode', 'builder'),
(3466, 3483, '_elementor_template_type', 'wp-post'),
(3467, 3483, '_elementor_version', '3.11.5'),
(3468, 3483, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3469, 3483, '_wp_page_template', 'default'),
(3470, 3483, '_elementor_data', '[{\"id\":\"25b5600\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e60ac8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5822849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\\"Scrum Fundamentals Certified\\\".<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"faab04a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7dea270\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2af1f9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_SFC_updated.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa78ac9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ca06d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7adcd7\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Certificaton\",\"_id\":\"ba417bc\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"054e909\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"518019d\"},{\"eael_data_table_header_col\":\"Cost of Exam\",\"_id\":\"471e422\"},{\"_id\":\"9ff920d\",\"eael_data_table_header_col\":\"Target Audience\"},{\"_id\":\"66e5fad\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"e39e7de\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"25ce830\",\"eael_data_table_content_row_title\":\"Scrum Fundamentals Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"da6f7c3\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"6656573\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"90f34a5\",\"eael_data_table_content_row_title\":\"0\"},{\"_id\":\"54eead5\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Anyone interested to know more about Scrum and Agile\"},{\"_id\":\"a4b4612\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Valid for lifetime.\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fdce91d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3434366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddad1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Exam Format<\\/h3><ul style=\\\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\"><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Multiple choice<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">40 questions per exam<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">One mark awarded for every right answer<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">No negative marks for wrong answers<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">30 questions need to be answered correctly to pass<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">60 minutes duration<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Online unproctored exam<\\/li><\\/ul><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Audience Profile<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.<\\/p><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Prerequisites<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">There is no formal prerequisite for this course.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01bb102\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f1703dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"60bacae\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\",\"alt\":\"\"},\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1,\"loop\":\"yes\",\"download_button\":\"yes\",\"preload\":\"auto\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"902e36b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7.625},\"elements\":[],\"isInner\":false},{\"id\":\"d85f73d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"ed2e740\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"download_button\":\"yes\",\"preload\":\"auto\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8763764\",\"elType\":\"section\",\"settings\":{\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"}},\"elements\":[{\"id\":\"5d38f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c028a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(3471, 3483, '_elementor_page_assets', 'a:0:{}'),
(3472, 3484, '_thumbnail_id', '173'),
(3473, 3484, '_elementor_edit_mode', 'builder'),
(3474, 3484, '_elementor_template_type', 'wp-post'),
(3475, 3484, '_elementor_version', '3.11.5'),
(3476, 3484, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3477, 3484, '_wp_page_template', 'default'),
(3478, 3484, '_elementor_data', '[{\"id\":\"25b5600\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"5d38f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c028a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e60ac8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"5822849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\\"Scrum Fundamentals Certified\\\".<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"faab04a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7dea270\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d2af1f9\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_SFC_updated.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aa78ac9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ca06d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f7adcd7\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\"Certificaton\",\"_id\":\"ba417bc\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"054e909\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"518019d\"},{\"eael_data_table_header_col\":\"Cost of Exam\",\"_id\":\"471e422\"},{\"_id\":\"9ff920d\",\"eael_data_table_header_col\":\"Target Audience\"},{\"_id\":\"66e5fad\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"e39e7de\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"25ce830\",\"eael_data_table_content_row_title\":\"Scrum Fundamentals Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"da6f7c3\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"6656573\",\"eael_data_table_content_row_title\":\"Nil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"90f34a5\",\"eael_data_table_content_row_title\":\"0\"},{\"_id\":\"54eead5\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Anyone interested to know more about Scrum and Agile\"},{\"_id\":\"a4b4612\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Valid for lifetime.\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fdce91d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3434366\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddad1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Exam Format<\\/h3><ul style=\\\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\"><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Multiple choice<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">40 questions per exam<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">One mark awarded for every right answer<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">No negative marks for wrong answers<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">30 questions need to be answered correctly to pass<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">60 minutes duration<\\/li><li style=\\\"box-sizing: inherit; line-height: 1.75em;\\\">Online unproctored exam<\\/li><\\/ul><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Audience Profile<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.<\\/p><h3 style=\\\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\\\">Prerequisites<\\/h3><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">There is no formal prerequisite for this course.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01bb102\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"f1703dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"60bacae\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\",\"alt\":\"\"},\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1,\"loop\":\"yes\",\"download_button\":\"yes\",\"preload\":\"auto\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"902e36b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7.625},\"elements\":[],\"isInner\":false},{\"id\":\"d85f73d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46},\"elements\":[{\"id\":\"ed2e740\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrum_In_6_Minutes.mp4\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"},\"download_button\":\"yes\",\"preload\":\"auto\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com\\/C01_04_Why_Use_Scrum.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"start\":1},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8763764\",\"elType\":\"section\",\"settings\":{\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\\/Scrum-Images\\/video_thumnails\\/why-use-scrum-316.jpg\",\"id\":\"\",\"size\":\"\",\"source\":\"url\"}},\"elements\":[{\"id\":\"b04323f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"32d465b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Registeration Form will be Available here soon\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),
(3479, 3484, '_elementor_page_assets', 'a:0:{}'),
(3546, 3491, '_elementor_edit_mode', 'builder'),
(3547, 3491, '_elementor_template_type', 'wp-post'),
(3485, 3485, '_thumbnail_id', '47'),
(3486, 3485, '_wp_page_template', 'default'),
(3487, 3485, '_elementor_edit_mode', 'builder'),
(3488, 3485, '_elementor_template_type', 'wp-post'),
(3489, 3485, '_elementor_version', '3.11.5'),
(3490, 3485, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3491, 3485, '_elementor_data', '[{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.<\\/p>\\n<h3>Audience Profile:<\\/h3>\\n<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) certification is meant for those SCRUM consultants\\/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations<\\/p>\\n<h3>Prerequisites<\\/h3>\\n<p>To become a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Should have more than 3 years of experience managing Scrum\\/Agile Projects and more than 6 years of project management experience.<\\/li>\\n<li>Should be SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>).<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3492, 3485, '_elementor_page_assets', 'a:0:{}'),
(3494, 3486, '_thumbnail_id', '47'),
(3495, 3486, '_wp_page_template', 'default'),
(3496, 3486, '_elementor_edit_mode', 'builder'),
(3497, 3486, '_elementor_template_type', 'wp-post'),
(3498, 3486, '_elementor_version', '3.11.5'),
(3499, 3486, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3500, 3486, '_elementor_data', '[{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.<\\/p>\\n<h3>Audience Profile:<\\/h3>\\n<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) certification is meant for those SCRUM consultants\\/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations<\\/p>\\n<h3>Prerequisites<\\/h3>\\n<p>To become a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Should have more than 3 years of experience managing Scrum\\/Agile Projects and more than 6 years of project management experience.<\\/li>\\n<li>Should be SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>).<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3501, 3486, '_elementor_page_assets', 'a:0:{}'),
(3503, 3487, '_thumbnail_id', '47'),
(3504, 3487, '_wp_page_template', 'default'),
(3505, 3487, '_elementor_edit_mode', 'builder'),
(3506, 3487, '_elementor_template_type', 'wp-post');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3507, 3487, '_elementor_version', '3.11.5'),
(3508, 3487, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3509, 3487, '_elementor_data', '[{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae certified professional (But not mandatory)\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.<\\/p>\\n<h3>Audience Profile:<\\/h3>\\n<p>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach (SCAC<sup>\\u2122<\\/sup>) certification is meant for those SCRUM consultants\\/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations<\\/p>\\n<h3>Prerequisites<\\/h3>\\n<p>To become a SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Agile Coach you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Should have more than 3 years of experience managing Scrum\\/Agile Projects and more than 6 years of project management experience.<\\/li>\\n<li>Should be SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certified Trainer (SCT<sup>\\u00ae<\\/sup>).<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b0d2fa4\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage   \",\"link\":{\"url\":\"\\/Scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#618FCE\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3510, 3487, '_elementor_page_assets', 'a:0:{}'),
(3887, 3572, '_wp_page_template', 'default'),
(3888, 3572, '_elementor_version', '3.12.1'),
(3515, 3488, '_thumbnail_id', '2107'),
(3516, 3488, '_wp_page_template', 'default'),
(3517, 3488, '_elementor_edit_mode', 'builder'),
(3518, 3488, '_elementor_template_type', 'wp-post'),
(3519, 3488, '_elementor_version', '3.11.5'),
(3520, 3488, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3521, 3488, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3522, 3488, '_elementor_page_assets', 'a:0:{}'),
(3524, 3489, '_thumbnail_id', '2107'),
(3525, 3489, '_wp_page_template', 'default'),
(3526, 3489, '_elementor_edit_mode', 'builder'),
(3527, 3489, '_elementor_template_type', 'wp-post'),
(3528, 3489, '_elementor_version', '3.11.5'),
(3529, 3489, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3530, 3489, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3531, 3489, '_elementor_page_assets', 'a:0:{}'),
(3875, 3571, '_elementor_data', '[{\"id\":\"4c9fed0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bf7c467\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9eba914\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"title_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5198fe9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"ed3be59\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.595000000000000195399252334027551114559173583984375},\"elements\":[],\"isInner\":false},{\"id\":\"c3ba979\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":91.61299999999999954525264911353588104248046875},\"elements\":[{\"id\":\"a1fb99b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3561\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"c1c587b\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":4.1219999999999998863131622783839702606201171875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3533, 3490, '_thumbnail_id', '2107'),
(3534, 3490, '_wp_page_template', 'default'),
(3535, 3490, '_elementor_edit_mode', 'builder'),
(3536, 3490, '_elementor_template_type', 'wp-post'),
(3537, 3490, '_elementor_version', '3.11.5'),
(3538, 3490, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3539, 3490, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0after successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SAMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae Certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\" Certified professional\\tAnyone on a Scrum team\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/SCRUMstudy_AEC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>100 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>120 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<\\/span><br><\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.&nbsp;<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scrum MasterCertified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3540, 3490, '_elementor_page_assets', 'a:0:{}'),
(3871, 3570, '_wp_page_template', 'default'),
(3872, 3570, '_elementor_version', '3.12.1'),
(3873, 3570, '_elementor_page_assets', 'a:0:{}'),
(3548, 3491, '_elementor_version', '3.11.5'),
(3549, 3491, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3550, 3491, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3551, 3491, '_elementor_page_assets', 'a:0:{}'),
(3869, 3570, '_elementor_template_type', 'wp-page'),
(3870, 3570, '_elementor_edit_mode', 'builder'),
(3553, 3492, '_thumbnail_id', '2694'),
(3554, 3492, '_wp_page_template', 'default'),
(3555, 3492, '_elementor_edit_mode', 'builder'),
(3556, 3492, '_elementor_template_type', 'wp-post'),
(3557, 3492, '_elementor_version', '3.11.5'),
(3558, 3492, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3559, 3492, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3560, 3492, '_elementor_page_assets', 'a:0:{}'),
(3868, 3570, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3562, 3493, '_thumbnail_id', '2694'),
(3563, 3493, '_wp_page_template', 'default'),
(3564, 3493, '_elementor_edit_mode', 'builder'),
(3565, 3493, '_elementor_template_type', 'wp-post'),
(3566, 3493, '_elementor_version', '3.11.5'),
(3567, 3493, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3568, 3493, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments\\/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project\\u2019s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.<\\/p><p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\\\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>&nbsp;after passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Master\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>\\u00ae<\\/sup>) certification before applying for the Scaled Scrum Master certification.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam\\n<ol type=\\\"a\\\">\\n<li>Access the online course on \'Scaled Scrum Master Certified\'.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide, 3rd Edition online version.<\\/li>\\n<li>Schedule the 90 minute proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the 90 minute proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage     \",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b5d4469\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"629d344\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3569, 3493, '_elementor_page_assets', 'a:0:{}'),
(3577, 3494, '_elementor_version', '3.11.5'),
(3578, 3494, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3579, 3494, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"hover_color\":\"#657E7D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3580, 3494, '_elementor_page_assets', 'a:0:{}'),
(3582, 3495, '_thumbnail_id', '2835'),
(3583, 3495, '_wp_page_template', 'default'),
(3584, 3495, '_elementor_edit_mode', 'builder'),
(3585, 3495, '_elementor_template_type', 'wp-post'),
(3586, 3495, '_elementor_version', '3.11.5'),
(3587, 3495, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3588, 3495, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"hover_color\":\"#657E7D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3589, 3495, '_elementor_page_assets', 'a:0:{}'),
(3591, 3496, '_thumbnail_id', '2835'),
(3592, 3496, '_wp_page_template', 'default'),
(3593, 3496, '_elementor_edit_mode', 'builder'),
(3594, 3496, '_elementor_template_type', 'wp-post'),
(3595, 3496, '_elementor_version', '3.11.5'),
(3596, 3496, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3597, 3496, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SSPOC\\u2122\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who is interested in becoming a Chief Scrum Product Owner\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>70 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>90 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>\\u00ae<\\/sup>) certification before applying for the Scrum Master certification.\\u00a0<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e54f4a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scaled Scrum Product owner\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"hover_color\":\"#657E7D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3598, 3496, '_elementor_page_assets', 'a:0:{}'),
(3867, 3570, '_elementor_data', '[{\"id\":\"4c9fed0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bf7c467\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9eba914\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"title_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5198fe9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"ed3be59\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.595000000000000195399252334027551114559173583984375},\"elements\":[],\"isInner\":false},{\"id\":\"c3ba979\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":91.61299999999999954525264911353588104248046875},\"elements\":[{\"id\":\"a1fb99b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3561\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"c1c587b\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":4.1219999999999998863131622783839702606201171875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3633, 3500, '_thumbnail_id', '2125'),
(3634, 3500, '_wp_page_template', 'default'),
(3635, 3500, '_elementor_edit_mode', 'builder'),
(3604, 3497, '_thumbnail_id', '2125'),
(3605, 3497, '_wp_page_template', 'default'),
(3606, 3497, '_elementor_edit_mode', 'builder'),
(3607, 3497, '_elementor_template_type', 'wp-post'),
(3608, 3497, '_elementor_version', '3.11.5'),
(3609, 3497, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3610, 3497, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#56558099\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3611, 3497, '_elementor_page_assets', 'a:0:{}'),
(3884, 3572, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3886, 3572, '_elementor_edit_mode', 'builder'),
(3885, 3572, '_elementor_template_type', 'wp-page'),
(3613, 3498, '_thumbnail_id', '2125'),
(3614, 3498, '_wp_page_template', 'default'),
(3615, 3498, '_elementor_edit_mode', 'builder'),
(3616, 3498, '_elementor_template_type', 'wp-post'),
(3617, 3498, '_elementor_version', '3.11.5'),
(3618, 3498, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3619, 3498, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#56558099\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3620, 3498, '_elementor_page_assets', 'a:0:{}'),
(3883, 3572, '_elementor_data', '[{\"id\":\"4c9fed0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bf7c467\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9eba914\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5198fe9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"ed3be59\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.595000000000000195399252334027551114559173583984375},\"elements\":[],\"isInner\":false},{\"id\":\"c3ba979\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":91.61299999999999954525264911353588104248046875},\"elements\":[{\"id\":\"a1fb99b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3561\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"c1c587b\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":4.1219999999999998863131622783839702606201171875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3622, 3499, '_thumbnail_id', '2125'),
(3623, 3499, '_wp_page_template', 'default'),
(3624, 3499, '_elementor_edit_mode', 'builder'),
(3625, 3499, '_elementor_template_type', 'wp-post'),
(3626, 3499, '_elementor_version', '3.11.5'),
(3627, 3499, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3628, 3499, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#56558099\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3629, 3499, '_elementor_page_assets', 'a:0:{}'),
(3637, 3500, '_elementor_version', '3.11.5'),
(3638, 3500, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3639, 3500, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#56558099\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3640, 3500, '_elementor_page_assets', 'a:0:{}'),
(3641, 3501, '_thumbnail_id', '2125'),
(3642, 3501, '_wp_page_template', 'default'),
(3643, 3501, '_elementor_edit_mode', 'builder'),
(3644, 3501, '_elementor_template_type', 'wp-post'),
(3645, 3501, '_elementor_version', '3.11.5'),
(3646, 3501, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3647, 3501, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#56558099\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3648, 3501, '_elementor_page_assets', 'a:0:{}'),
(3649, 3502, '_thumbnail_id', '2125'),
(3650, 3502, '_wp_page_template', 'default'),
(3651, 3502, '_elementor_edit_mode', 'builder'),
(3652, 3502, '_elementor_template_type', 'wp-post'),
(3653, 3502, '_elementor_version', '3.11.5'),
(3654, 3502, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `YKEpqa_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3655, 3502, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Expert Scrum Master Certified (ESMC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans Hebrew\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"ESMC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"3 Years managing SCRUM\\/AGILE projects\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Should be SMC\\u00ae, SAMC\\u2122, and SPOC\\u00ae Certified\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Experienced Scrum Professional\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Not Confirm Yet\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SMC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple Choice<\\/li>\\n<li>200 questions per exam<\\/li>\\n<li>240 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>To become an ESMC<sup>\\u2122<\\/sup>\\u00a0certified professional you should fulfil the following criteria:<\\/p>\\n<ul>\\n<li>Should have three years of experience managing Scrum\\/Agile Projects<\\/li>\\n<li>Should be SMC<sup>\\u00ae<\\/sup>, SAMC<sup>\\u2122<\\/sup>\\u00a0and SPOC<sup>\\u00ae<\\/sup>\\u00a0certified.<\\/li>\\n<li>Should submit 500 words write up about two Scrum\\/Agile projects.<\\/li>\\n<\\/ul>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Expert Scrum Master Certified\\u2019.<\\/li>\\n<li>Get a copy of SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the four hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the four hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bdaf39\",\"elType\":\"widget\",\"settings\":{\"text\":\"license not available - back to homepage\",\"link\":{\"url\":\"\\/scrum\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Mono\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_background\":\"gradient\",\"background_color\":\"#0063A1\",\"background_color_b\":\"\",\"hover_color\":\"#986C6C\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3656, 3502, '_elementor_page_assets', 'a:0:{}'),
(3658, 3503, '_menu_item_type', 'post_type'),
(3659, 3503, '_menu_item_menu_item_parent', '0'),
(3660, 3503, '_menu_item_object_id', '3238'),
(3661, 3503, '_menu_item_object', 'page'),
(3662, 3503, '_menu_item_target', ''),
(3663, 3503, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3664, 3503, '_menu_item_xfn', ''),
(3665, 3503, '_menu_item_url', ''),
(3933, 3581, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(3932, 3581, 'is_colibri-wp_front_page', '1'),
(3685, 1631, '_wp_old_date', '2023-03-21'),
(3686, 1626, '_wp_old_date', '2023-03-21'),
(3687, 1628, '_wp_old_date', '2023-03-21'),
(3688, 1629, '_wp_old_date', '2023-03-21'),
(3690, 3506, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bank Transfer Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fca6543\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"_id\":\"7d6d4e9\",\"text\":\"bank transfer Details \",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"}},{\"_id\":\"34845bf\",\"text\":\"Bank: Halifax\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},{\"text\":\"Account Name: Adedeji Ogunlaja\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"87b4eb9\"},{\"text\":\"Sort Code: 110355\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"5466725\"},{\"text\":\"Account Number: 11090762\",\"selected_icon\":{\"value\":\"fas fa-piggy-bank\",\"library\":\"fa-solid\"},\"_id\":\"fd12910\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"center\",\"divider\":\"yes\",\"divider_style\":\"double\",\"divider_weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"divider_color\":\"#11142A69\",\"icon_color\":\"#6EC1E4\",\"icon_color_hover\":\"#6EC1E4\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#000000\",\"text_color_hover\":\"#7A7A7A\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto Mono\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#E0BCBC66\",\"_background_color_b\":\"\",\"_border_border\":\"solid\",\"__globals__\":{\"text_color_hover\":\"globals\\/colors?id=text\",\"icon_color_hover\":\"globals\\/colors?id=primary\",\"_background_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3235\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3930, 3503, '_wp_old_date', '2023-03-24'),
(3691, 3506, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3692, 3506, '_elementor_template_type', 'wp-page'),
(3693, 3506, '_elementor_edit_mode', 'builder'),
(3694, 3506, '_wp_page_template', 'default'),
(3695, 3506, '_elementor_version', '3.11.5'),
(3696, 3506, '_elementor_page_assets', 'a:0:{}'),
(3698, 3507, '_elementor_version', '3.11.5'),
(3699, 3507, '_wp_page_template', 'default'),
(3700, 3507, '_elementor_edit_mode', 'builder'),
(3701, 3507, '_elementor_template_type', 'wp-page'),
(3702, 3507, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3703, 3507, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Credit Card  Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"2984\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3704, 3507, '_elementor_page_assets', 'a:0:{}'),
(3706, 3508, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[f\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3707, 3508, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3708, 3508, '_elementor_template_type', 'wp-page'),
(3709, 3508, '_elementor_edit_mode', 'builder'),
(3710, 3508, '_wp_page_template', 'default'),
(3711, 3508, '_elementor_version', '3.11.5'),
(3712, 3508, '_elementor_page_assets', 'a:0:{}'),
(3715, 3510, '_wp_attached_file', '2023/03/cropped-cropped-cropped-pic1.jpg'),
(3716, 3510, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:40:\"2023/03/cropped-cropped-cropped-pic1.jpg\";s:8:\"filesize\";i:62489;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"cropped-cropped-cropped-pic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"cropped-cropped-cropped-pic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4262;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"cropped-cropped-cropped-pic1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40268;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(3717, 3511, '_wp_attached_file', '2023/03/download.png'),
(3718, 3511, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:381;s:6:\"height\";i:132;s:4:\"file\";s:20:\"2023/03/download.png\";s:8:\"filesize\";i:7485;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"download-300x104.png\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23062;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"download-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8001;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(3721, 3513, '_wp_attached_file', '2023/03/cropped-download.png'),
(3722, 3513, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:375;s:6:\"height\";i:132;s:4:\"file\";s:28:\"2023/03/cropped-download.png\";s:8:\"filesize\";i:21827;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"cropped-download-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"cropped-download-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8050;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(3723, 3514, '_wp_attached_file', '2023/03/cropped-download-1.png'),
(3724, 3514, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:343;s:6:\"height\";i:132;s:4:\"file\";s:30:\"2023/03/cropped-download-1.png\";s:8:\"filesize\";i:20652;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"cropped-download-1-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25668;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"cropped-download-1-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8001;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(3725, 3515, '_wp_attached_file', '2023/03/cropped-cropped-cropped-cropped-pic1.jpg'),
(3726, 3515, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:48:\"2023/03/cropped-cropped-cropped-cropped-pic1.jpg\";s:8:\"filesize\";i:62489;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"cropped-cropped-cropped-cropped-pic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"cropped-cropped-cropped-cropped-pic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4262;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"cropped-cropped-cropped-cropped-pic1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40268;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(3727, 3517, 'is_colibri-wp_front_page', '1'),
(3728, 3517, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(3741, 3529, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3742, 3529, '_elementor_template_type', 'wp-page'),
(3743, 3529, '_elementor_edit_mode', 'builder'),
(3744, 3529, '_wp_page_template', 'default'),
(3745, 3529, '_elementor_version', '3.11.5'),
(3746, 3529, '_elementor_page_assets', 'a:0:{}'),
(3855, 3568, '_elementor_page_assets', 'a:0:{}'),
(3748, 3530, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9976cb9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[f\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3749, 3530, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3750, 3530, '_elementor_template_type', 'wp-page'),
(3751, 3530, '_elementor_edit_mode', 'builder'),
(3752, 3530, '_wp_page_template', 'default'),
(3753, 3530, '_elementor_version', '3.11.5'),
(3754, 3530, '_elementor_page_assets', 'a:0:{}'),
(3852, 3568, '_elementor_edit_mode', 'builder'),
(3853, 3568, '_wp_page_template', 'default'),
(3854, 3568, '_elementor_version', '3.12.1'),
(3825, 3565, '_elementor_data', '[{\"id\":\"5198fe9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"ed3be59\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":3.595000000000000195399252334027551114559173583984375},\"elements\":[],\"isInner\":false},{\"id\":\"c3ba979\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":91.61299999999999954525264911353588104248046875},\"elements\":[{\"id\":\"a1fb99b\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[forminator_form id=\\\"3561\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"c1c587b\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":4.1219999999999998863131622783839702606201171875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3756, 3531, '_elementor_data', '[{\"id\":\"6f21996\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"34\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[{\"id\":\"e3e5374\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.45699999999999985078602549037896096706390380859375},\"elements\":[],\"isInner\":false},{\"id\":\"60bf36f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":94.501000000000004774847184307873249053955078125},\"elements\":[{\"id\":\"73c403a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PayPal Payment - Scrum License Register Form\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd1235\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Payment Form Available here Soon<\\/h3>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"RocknRoll One\",\"typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_font_style\":\"oblique\",\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":7.0999999999999996447286321199499070644378662109375,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"swing\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"db1eac1\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":2.33499999999999996447286321199499070644378662109375},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3757, 3531, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(3758, 3531, '_elementor_template_type', 'wp-page'),
(3759, 3531, '_elementor_edit_mode', 'builder'),
(3760, 3531, '_wp_page_template', 'default'),
(3761, 3531, '_elementor_version', '3.11.5'),
(3762, 3531, '_elementor_page_assets', 'a:0:{}'),
(3851, 3568, '_elementor_template_type', 'wp-page'),
(3766, 3534, '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:28:{i:0;i:35;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:18;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:19;i:18;i:20;i:19;i:21;i:20;i:22;i:21;i:23;i:22;i:24;i:23;i:59;i:24;i:60;i:25;i:61;i:26;i:62;i:27;i:349;}}}'),
(3767, 3536, 'extend_builder', 'a:2:{s:4:\"json\";i:14;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:63;i:1;i:64;i:2;i:65;i:3;i:66;i:4;i:67;}}}'),
(3771, 3539, 'is_colibri-wp_front_page', '1'),
(3772, 3539, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(3789, 3551, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.052833744020872597246807345072738826274871826171875;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:55192;s:10:\"size_after\";i:54059;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:202;s:11:\"size_before\";i:4262;s:10:\"size_after\";i:4060;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:155;s:11:\"size_before\";i:10662;s:10:\"size_after\";i:10507;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:776;s:11:\"size_before\";i:40268;s:10:\"size_after\";i:39492;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3791, 3554, 'is_colibri-wp_front_page', '1'),
(3792, 3554, 'extend_builder', 'a:2:{s:4:\"json\";i:106;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:79:{i:0;i:152;i:1;i:165;i:2;i:166;i:3;i:173;i:4;i:167;i:5;i:370;i:6;i:167;i:7;i:170;i:8;i:350;i:9;i:185;i:10;i:186;i:11;i:371;i:12;i:377;i:13;i:379;i:14;i:378;i:15;i:430;i:16;i:372;i:17;i:382;i:18;i:381;i:19;i:401;i:20;i:431;i:21;i:373;i:22;i:385;i:23;i:384;i:24;i:383;i:25;i:432;i:26;i:452;i:27;i:453;i:28;i:455;i:29;i:456;i:30;i:454;i:31;i:448;i:32;i:449;i:33;i:450;i:34;i:451;i:35;i:195;i:36;i:196;i:37;i:197;i:38;i:198;i:39;i:199;i:40;i:442;i:41;i:443;i:42;i:444;i:43;i:200;i:44;i:201;i:45;i:441;i:46;i:440;i:47;i:439;i:48;i:206;i:49;i:207;i:50;i:208;i:51;i:209;i:52;i:210;i:53;i:211;i:54;i:212;i:55;i:213;i:56;i:214;i:57;i:215;i:58;i:216;i:59;i:217;i:60;i:218;i:61;i:219;i:62;i:416;i:63;i:417;i:64;i:220;i:65;i:221;i:66;i:222;i:67;i:223;i:68;i:224;i:69;i:225;i:70;i:226;i:71;i:227;i:72;i:228;i:73;i:229;i:74;i:230;i:75;i:231;i:76;i:232;i:77;i:233;i:78;i:234;}}}'),
(4003, 3598, '_elementor_page_assets', 'a:0:{}'),
(4004, 3598, '_elementor_css', 'a:6:{s:4:\"time\";i:1691975417;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4005, 3599, '_thumbnail_id', '45'),
(4006, 3599, '_wp_page_template', 'default'),
(4007, 3599, '_elementor_edit_mode', 'builder'),
(4008, 3599, '_elementor_template_type', 'wp-post'),
(4009, 3599, '_elementor_version', '3.11.5'),
(4010, 3599, '_elementor_page_settings', 'a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(4011, 3599, '_elementor_data', '[{\"id\":\"597b73a9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"25345045\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e47637e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.<\\/p>\\n<p style=\\\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\\\">Applicants will be awarded the Scrum Product Owner Certified (SPOC<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u00ae<\\/span>) certificate by SCRUMstudy<span style=\\\"box-sizing: inherit; font-size: 10.5px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;\\\">\\u2122<\\/span>\\u00a0upon successfully passing the certification exam.<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6547b4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"cbff7e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d1ea2f\",\"elType\":\"widget\",\"settings\":{\"eael_data_table_header_cols_data\":[{\"eael_data_table_header_col\":\" Certification\",\"_id\":\"4c549a0\"},{\"eael_data_table_header_col\":\"Prerequisite Experience\",\"_id\":\"63c64c6\"},{\"eael_data_table_header_col\":\"Prerequisite Education\",\"_id\":\"6cb76e8\"},{\"eael_data_table_header_col\":\"Target Audience\",\"_id\":\"d0892bb\"},{\"_id\":\"6f1367f\",\"eael_data_table_header_col\":\"Cost of Exam\"},{\"_id\":\"9fece06\",\"eael_data_table_header_col\":\"Maintaining certification\"}],\"eael_data_table_content_rows\":[{\"_id\":\"3ccd9b0\",\"eael_data_table_content_row_title\":\"Content\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"0b28dfc\",\"eael_data_table_content_row_title\":\"SPOC\\u00ae\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a92df54\",\"eael_data_table_content_row_title\":\"\\tNil\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"17af902\",\"eael_data_table_content_row_title\":\"Preferably SDC\\u00ae (or) SMC\\u00ae certified professional\"},{\"eael_data_table_content_row_type\":\"col\",\"_id\":\"a2c2c83\",\"eael_data_table_content_row_title\":\"Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\"},{\"_id\":\"79ba4f9\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"\\u00a3150\"},{\"_id\":\"dc80629\",\"eael_data_table_content_row_type\":\"col\",\"eael_data_table_content_row_title\":\"Take SPOC\\u00ae Recertification exam every 3 years\"}],\"eael_data_table_header_title_bg_color\":\"#0063A1\",\"eael_data_table_header_border_border\":\"solid\",\"eael_data_table_header_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_data_table_cell_border_border\":\"solid\",\"eael_data_table_cell_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-data-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f74d81a\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40e5282\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5b0881b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SMC.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"insert_url\":\"yes\",\"external_url\":{\"url\":\"https:\\/\\/5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com\\/Scrumstudy_SPOC.mp4\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"autoplay\":\"yes\",\"play_on_mobile\":\"yes\",\"download_button\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"4a0e032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><strong>Exam Format<\\/strong><\\/h4>\\n<ul>\\n<li>Multiple choice<\\/li>\\n<li>140 questions per exam<\\/li>\\n<li>No negative marks for wrong answers<\\/li>\\n<li>180 minutes duration<\\/li>\\n<li>Proctored online exam<\\/li>\\n<li>Current pass rate: 93%<\\/li>\\n<\\/ul>\\n<p><strong>Audience Profile<\\/strong><\\/p>\\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.<\\/p>\\n<h4><strong>Prerequisites<\\/strong><\\/h4>\\n<p>There is no formal prerequisite for this certification. However, SDC<sup>\\u00ae<\\/sup>\\u00a0or SMC<sup>\\u00ae<\\/sup> Certified professionals will be able to better understand the concepts required for this certification exam.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c6e60\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"009c744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2c5e4bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"How to Apply\",\"header_size\":\"h3\",\"title_color\":\"#54595F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cbd6d7f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol start=\\\"1\\\">\\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of \\u00a3150.<\\/li>\\n<li>You will get an Email from prepmajor for your Scrum License Registration<\\/li>\\n<li>Access the online course and take the exam<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Get access to an online course on \\u2018Scrum Product Owner Certified\\u2019.<\\/li>\\n<li>Get a copy of the SBOK<sup>\\u00ae<\\/sup>\\u00a0Guide online version.<\\/li>\\n<li>Schedule the two hour proctored exam.<\\/li>\\n<li>SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0verifies the application: confirms the exam date and time.<\\/li>\\n<li>Take the two hour proctored exam online.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<li>Upon successful completion of the exam get an online certificate.<br \\/>\\n<ol type=\\\"a\\\">\\n<li>Your name will be added to the SCRUMstudy<sup>\\u2122<\\/sup>\\u00a0Certification Registry.<\\/li>\\n<li>You can add the certificate to your LinkedIn profile.<\\/li>\\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.<\\/li>\\n<\\/ol>\\n<\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ee1e989\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by PayPal\",\"link\":{\"url\":\"\\/scrum\\/paypal-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"07cf527\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Credit Card\",\"link\":{\"url\":\"\\/scrum\\/creditcard-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b47613c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register and Pay by Bank Transfer\",\"link\":{\"url\":\"\\/scrum\\/banktransfer-certification-enrollment\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#0063A1\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ca2665\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(4012, 3599, '_elementor_page_assets', 'a:0:{}'),
(4013, 3599, '_elementor_css', 'a:6:{s:4:\"time\";i:1691975417;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4021, 3600, '_elementor_page_assets', 'a:0:{}'),
(4022, 3600, '_elementor_css', 'a:6:{s:4:\"time\";i:1691975417;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4025, 3601, '_menu_item_menu_item_parent', '3503'),
(4026, 3601, '_menu_item_object_id', '3601'),
(4027, 3601, '_menu_item_object', 'custom'),
(4028, 3601, '_menu_item_target', ''),
(4029, 3601, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4030, 3601, '_menu_item_xfn', ''),
(4031, 3601, '_menu_item_url', '/scrum/smc/'),
(4033, 2664, '_elementor_css', 'a:6:{s:4:\"time\";i:1692070635;s:5:\"fonts\";a:2:{i:0;s:11:\"Roboto Mono\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4034, 2660, '_elementor_css', 'a:6:{s:4:\"time\";i:1692070646;s:5:\"fonts\";a:3:{i:0;s:16:\"Open Sans Hebrew\";i:1;s:6:\"Roboto\";i:2;s:11:\"Roboto Mono\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4035, 2643, '_elementor_css', 'a:7:{s:4:\"time\";i:1692070657;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(4036, 2662, '_elementor_css', 'a:6:{s:4:\"time\";i:1692070668;s:5:\"fonts\";a:3:{i:0;s:16:\"Open Sans Hebrew\";i:1;s:6:\"Roboto\";i:2;s:11:\"Roboto Mono\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4037, 2136, '_elementor_css', 'a:6:{s:4:\"time\";i:1692074374;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4038, 2661, '_elementor_css', 'a:6:{s:4:\"time\";i:1692074398;s:5:\"fonts\";a:3:{i:0;s:16:\"Open Sans Hebrew\";i:1;s:6:\"Roboto\";i:2;s:11:\"Roboto Mono\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');

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

--
-- Table structure for table `YKEpqa_posts`
--

CREATE TABLE `YKEpqa_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_posts`
--

INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4, 0, '2023-03-19 03:02:40', '2023-03-19 03:02:40', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2023-03-19 03:02:40', '2023-03-19 03:02:40', '', 0, 'https://certifications.prepmajor.com/scrum/?p=4', 0, 'elementor_library', '', 0),
(7, 1, '2023-03-19 03:36:34', '2023-03-19 03:36:34', '', 'home-page-header-scaled.jpg', '', 'inherit', 'open', 'closed', '', 'home-page-header-scaled-jpg', '', '', '2023-03-19 03:36:34', '2023-03-19 03:36:34', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/home-page-header-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3130, 1, '2023-03-22 00:31:55', '2023-03-22 00:31:55', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-22 00:31:55', '2023-03-22 00:31:55', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3130', 0, 'revision', '', 0),
(3556, 1, '2023-03-24 23:35:08', '2023-03-24 23:35:08', '<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 style-local-13-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright-prepmajor-2023\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 23:35:08', '2023-03-24 23:35:08', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3556', 0, 'revision', '', 0),
(3557, 1, '2023-03-24 23:35:08', '2023-03-24 23:35:08', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 23:35:08', '2023-03-24 23:35:08', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3557', 0, 'revision', '', 0),
(3585, 1, '2023-08-14 00:59:31', '2023-08-14 00:59:31', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-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.1;\"></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.1;\"></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.1;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-08-14 00:59:31', '2023-08-14 00:59:31', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3585', 0, 'revision', '', 0),
(3075, 1, '2023-03-21 21:58:11', '2023-03-21 21:58:11', '<table id=\"eael-data-table-19e0105\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														</th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sfc-home-2.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sdc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/smc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/spoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/aec-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/ssmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sspoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/esmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>Scrum Fundamentals Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Developer Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>SCRUMstudy Agile Master Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Expert Scrum Master Certified</strong></h5>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Prerequisites\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation:SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation: SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing Scrum/Agile projects\nEducation Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Online Certification Exam\n(Valid for 180 days)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Free e-copy of SBOK® Guide and online preparatory course *\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Exam Format\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>40 questions per exam</li><li>60 minutes duration</li><li>Online un-proctored exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>75 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>140 questions per exam</li><li>180 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>200 questions per exam</li><li>240 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Certificate\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 21:58:11', '2023-03-21 21:58:11', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3075', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3073, 1, '2023-03-21 21:52:12', '2023-03-21 21:52:12', '<table id=\"eael-data-table-19e0105\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														</th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sfc-home-2.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sdc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/smc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/spoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/aec-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/ssmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sspoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/esmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>Scrum Fundamentals Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Developer Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>SCRUMstudy Agile Master Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Expert Scrum Master Certified</strong></h5>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Prerequisites\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation:SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation: SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing Scrum/Agile projects\nEducation Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Online Certification Exam\n(Valid for 180 days)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Free e-copy of SBOK® Guide and online preparatory course *\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Exam Format\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>40 questions per exam</li><li>60 minutes duration</li><li>Online un-proctored exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>75 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>140 questions per exam</li><li>180 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>200 questions per exam</li><li>240 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Certificate\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Registration Form</h2>		\n		[forminator_form id=\"2946\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 21:52:12', '2023-03-21 21:52:12', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3073', 0, 'revision', '', 0),
(3071, 1, '2023-03-21 21:52:12', '2023-03-21 21:52:12', '<table id=\"eael-data-table-19e0105\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														</th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sfc-home-2.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sdc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/smc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/spoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/aec-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/ssmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sspoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/esmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>Scrum Fundamentals Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Developer Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>SCRUMstudy Agile Master Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Expert Scrum Master Certified</strong></h5>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Prerequisites\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation:SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation: SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing Scrum/Agile projects\nEducation Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Online Certification Exam\n(Valid for 180 days)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Free e-copy of SBOK® Guide and online preparatory course *\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Exam Format\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>40 questions per exam</li><li>60 minutes duration</li><li>Online un-proctored exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>75 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>140 questions per exam</li><li>180 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>200 questions per exam</li><li>240 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Certificate\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 21:52:12', '2023-03-21 21:52:12', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3071', 0, 'revision', '', 0),
(58, 1, '2019-11-22 14:05:27', '2019-11-22 14:05:27', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-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.1;\"></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.1;\"></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.1;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '7', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_header&#038;p=7', 0, 'extb_post_header', '', 0),
(8, 1, '2019-11-22 14:05:28', '2019-11-22 14:05:28', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'publish', 'closed', 'closed', '', '8', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&#038;p=8', 0, 'extb_post_json', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1959, 1, '2023-03-19 03:51:49', '2023-03-19 03:51:49', '<div data-colibri-id=\"10-h1\" class=\"page-header style-35 style-local-10-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-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-2 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-3 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-4-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-4 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-5 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\">\n                        <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-10-h5-image\">\n                        <img src=\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/02/logo-coaching-dark-2.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-10-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-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-6 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-7 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-8-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-8 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-tablet h-menu-horizontal h-dropdown-menu style-9 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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"10-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 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)-->[colibri_svg_icon name=font-awesome/bars]</div>\n                          </div>\n                        </a>\n                        <div id=\"offcanvas-wrapper-10-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-10-h10-offscreen\">\n                          <div data-colibri-id=\"10-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 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-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 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-2 gutters-col-md-2 gutters-col-0 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-none style-13-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-13 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-14 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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-10-h15-image\">\n                                            <img src=\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/02/logo-coaching-dark-2.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-10-h15-image\">\n                                          </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-18 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-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 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-2 gutters-col-md-2 gutters-col-0 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-none style-16-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-16 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-10-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-59 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(32, 31, 37); opacity: 0.7;\"></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(32, 31, 37); opacity: 0.7;\"></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(32, 31, 37); opacity: 0.7;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\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-60 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-61-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-61 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-62 style-local-10-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-page-title__outer style-62-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          <!---->\n        </div>\n      </div>\n    </div>\n  </div>\n</div>', 'header_post', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2023-03-19 03:51:49', '2023-03-19 03:51:49', '', 10, 'https://certifications.prepmajor.com/scrum/?p=1959', 0, 'revision', '', 0),
(13, 1, '2019-11-22 14:05:31', '2019-11-22 14:05:31', '<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 style-local-13-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright-prepmajor-2023\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_footer&#038;p=13', 0, 'extb_post_footer', '', 0),
(173, 1, '2019-11-22 14:58:31', '2019-11-22 14:58:31', '', 'cropped-paper-3213924_640-1', '', 'inherit', 'open', 'closed', '', 'cropped-paper-3213924_640-1', '', '', '2019-11-22 14:58:31', '2019-11-22 14:58:31', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2019/11/cropped-paper-3213924_640-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(174, 1, '2019-11-22 14:58:31', '2019-11-22 14:58:31', '', 'meeting-83519_640-1', '', 'inherit', 'open', 'closed', '', 'meeting-83519_640-1', '', '', '2019-11-22 14:58:31', '2019-11-22 14:58:31', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2019/11/meeting-83519_640-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(175, 1, '2019-11-22 14:58:44', '2019-11-22 14:58:44', '', 'work-2196609_640-1', '', 'inherit', 'open', 'closed', '', 'work-2196609_640-1', '', '', '2019-11-22 14:58:44', '2019-11-22 14:58:44', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2019/11/work-2196609_640-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1534, 1, '2019-11-22 15:03:35', '2019-11-22 15:03:35', '', 'small-1', '', 'inherit', 'open', 'closed', '', 'small-1', '', '', '2019-11-22 15:03:35', '2019-11-22 15:03:35', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2016/06/small-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1535, 1, '2019-11-22 15:03:35', '2019-11-22 15:03:35', '', 'small-2', '', 'inherit', 'open', 'closed', '', 'small-2', '', '', '2019-11-22 15:03:35', '2019-11-22 15:03:35', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2016/06/small-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1536, 1, '2019-11-22 15:03:36', '2019-11-22 15:03:36', '', 'small-3', '', 'inherit', 'open', 'closed', '', 'small-3', '', '', '2019-11-22 15:03:36', '2019-11-22 15:03:36', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2016/06/small-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1724, 1, '2020-02-28 15:17:15', '2020-02-28 15:17:15', '', 'logo-coaching-dark', '', 'inherit', 'open', 'closed', '', 'logo-coaching-dark-3', '', '', '2020-02-28 15:17:15', '2020-02-28 15:17:15', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/02/logo-coaching-dark-2.png', 0, 'attachment', 'image/png', 0),
(1726, 1, '2020-02-28 15:17:43', '2020-02-28 15:17:43', '', 'logo-coaching', '', 'inherit', 'open', 'closed', '', 'logo-coaching-3', '', '', '2020-02-28 15:17:43', '2020-02-28 15:17:43', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/02/logo-coaching-2.png', 0, 'attachment', 'image/png', 0),
(1775, 1, '2020-01-29 09:59:56', '2020-01-29 09:59:56', '', 'colibri-default-attachment', '', 'inherit', 'open', 'closed', '', 'colibri-default-attachment', '', '', '2020-01-29 09:59:56', '2020-01-29 09:59:56', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/01/colibri-default-attachment.jpg', 0, 'attachment', 'image/jpeg', 0),
(1798, 1, '2020-04-08 08:11:12', '2020-04-08 08:11:12', '', 'man-in-black-suit-jacket-standing-and-smiling-3777557-1-1', '', 'inherit', 'open', 'closed', '', 'man-in-black-suit-jacket-standing-and-smiling-3777557-1-1', '', '', '2020-04-08 08:11:12', '2020-04-08 08:11:12', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1800, 1, '2020-04-08 08:12:00', '2020-04-08 08:12:00', '', 'tablet-near-a-notebook-2647376-1', '', 'inherit', 'open', 'closed', '', 'tablet-near-a-notebook-2647376-1', '', '', '2020-04-08 08:12:00', '2020-04-08 08:12:00', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/tablet-near-a-notebook-2647376-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1801, 1, '2020-04-08 08:12:00', '2020-04-08 08:12:00', '', 'white-and-blue-ceramic-mug-near-green-plant-1516983-1-1', '', 'inherit', 'open', 'closed', '', 'white-and-blue-ceramic-mug-near-green-plant-1516983-1-1', '', '', '2020-04-08 08:12:00', '2020-04-08 08:12:00', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/white-and-blue-ceramic-mug-near-green-plant-1516983-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1816, 1, '2020-04-08 08:28:55', '2020-04-08 08:28:55', '', 'cropped-man-in-black-suit-smiling-3777570-1-1', '', 'inherit', 'open', 'closed', '', 'cropped-man-in-black-suit-smiling-3777570-1-1', '', '', '2020-04-08 08:28:55', '2020-04-08 08:28:55', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/cropped-man-in-black-suit-smiling-3777570-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1873, 1, '2020-04-08 08:56:39', '2020-04-08 08:56:39', '', 'microphone-704255_1920-1', '', 'inherit', 'open', 'closed', '', 'microphone-704255_1920-1', '', '', '2020-04-08 08:56:39', '2020-04-08 08:56:39', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/microphone-704255_1920-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1874, 1, '2020-04-08 08:58:11', '2020-04-08 08:58:11', '', 'cropped-man-in-black-suit-jacket-smiling-3778611-1', '', 'inherit', 'open', 'closed', '', 'cropped-man-in-black-suit-jacket-smiling-3778611-1', '', '', '2020-04-08 08:58:11', '2020-04-08 08:58:11', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/cropped-man-in-black-suit-jacket-smiling-3778611-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1903, 1, '2020-04-08 09:08:22', '2020-04-08 09:08:22', 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg', 'cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1-jpg', '', '', '2020-04-08 09:08:22', '2020-04-08 09:08:22', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/04/cropped-man-in-black-suit-jacket-standing-and-smiling-3777557-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(11, 1, '2019-11-22 14:05:30', '2019-11-22 14:05:30', '{\"name\":\"hop-header\",\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":5,\"type\":\"header\"}],\"id\":\"10-h4\",\"parentId\":\"10-h3\",\"partialId\":10,\"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\":\"10-h6\",\"index\":0,\"id\":\"10-h7\",\"partialId\":10,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"10-h6\",\"parentId\":\"10-h3\",\"partialId\":10,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"10-h15\",\"parentId\":\"10-h14\",\"partialId\":10,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"10-h14\",\"parentId\":\"10-h13\",\"partialId\":10,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"10-h13\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"10-h17\",\"parentId\":\"10-h16\",\"partialId\":10,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"10-h16\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"10-h12\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"10-h11\",\"parentId\":\"10-h10\",\"partialId\":10,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"10-h10\",\"parentId\":\"10-h9\",\"partialId\":10,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"10-h8\",\"index\":1,\"id\":\"10-h9\",\"partialId\":10,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"10-h8\",\"parentId\":\"10-h3\",\"partialId\":10,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"10-h3\",\"parentId\":\"10-h2\",\"partialId\":10,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"10-h1\",\"id\":\"10-h2\",\"partialId\":10,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"10-h20\",\"index\":0,\"id\":\"10-h21\",\"partialId\":10,\"type\":\"header\"}],\"id\":\"10-h20\",\"parentId\":\"10-h19\",\"partialId\":10,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"10-h22\",\"index\":0,\"id\":\"10-h23\",\"partialId\":10,\"type\":\"header\"}],\"id\":\"10-h22\",\"parentId\":\"10-h19\",\"partialId\":10,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"10-h19\",\"parentId\":\"10-h18\",\"partialId\":10,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"10-h18\",\"parentId\":\"10-h2\",\"partialId\":10,\"styleRef\":19,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"anchor\":false,\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-page-title\",\"id\":\"10-h27\",\"parentId\":\"10-h26\",\"partialId\":10,\"styleRef\":62,\"type\":\"header\"}],\"id\":\"10-h26\",\"parentId\":\"10-h25\",\"partialId\":10,\"styleRef\":61,\"type\":\"header\"},{\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"10-h28\",\"parentId\":\"10-h25\",\"partialId\":10,\"styleRef\":349,\"type\":\"header\"}],\"parentId\":\"10-h24\",\"index\":0,\"id\":\"10-h25\",\"partialId\":10,\"styleRef\":60,\"type\":\"header\"}],\"parentId\":\"10-h1\",\"type\":\"header\",\"id\":\"10-h24\",\"partialId\":10,\"styleRef\":59}],\"id\":\"10-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":10,\"styleRef\":35}', '', '', 'publish', 'closed', 'closed', '', '11', '', '', '2023-03-24 23:17:38', '2023-03-24 23:17:38', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&#038;p=11', 0, 'extb_post_json', '', 0),
(10, 1, '2019-11-22 14:05:30', '2019-11-22 14:05:30', '<div data-colibri-id=\"10-h1\" class=\"page-header style-35 style-local-10-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-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-2 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-3 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-4-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-4 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-5 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\">\n                        <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-10-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-10-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-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-6 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-7 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-8-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-8 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-tablet h-menu-horizontal h-dropdown-menu style-9 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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"10-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 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-10-offscreen style-local-10-h10-offscreen\">\n                          <div data-colibri-id=\"10-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 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-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 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-2 gutters-col-md-2 gutters-col-0 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-none style-13-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-13 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-14 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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-10-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-10-h15-image\">\n                                          </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-18 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-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 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-2 gutters-col-md-2 gutters-col-0 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-none style-16-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-16 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-10-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-59 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(32, 31, 37); opacity: 0.7;\"></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(32, 31, 37); opacity: 0.7;\"></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(32, 31, 37); opacity: 0.7;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\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-60 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-61-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-61 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-62 style-local-10-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-page-title__outer style-62-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          <!---->\n        </div>\n      </div>\n    </div>\n  </div>\n</div>', 'header_post', '', 'publish', 'closed', 'closed', '', '10', '', '', '2023-03-24 23:17:38', '2023-03-24 23:17:38', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_header&#038;p=10', 0, 'extb_post_header', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3079, 1, '2023-03-21 22:06:40', '2023-03-21 22:06:40', '<div data-colibri-id=\"10-h1\" class=\"page-header style-35 style-local-10-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-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-2 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-3 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-4-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-4 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-5 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\">\n                        <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-10-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-10-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-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-6 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-7 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-8-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-8 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-tablet h-menu-horizontal h-dropdown-menu style-9 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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"10-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 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-10-offscreen style-local-10-h10-offscreen\">\n                          <div data-colibri-id=\"10-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 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-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 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-2 gutters-col-md-2 gutters-col-0 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-none style-13-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-13 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-14 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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-10-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-10-h15-image\">\n                                          </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-18 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-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 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-2 gutters-col-md-2 gutters-col-0 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-none style-16-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-16 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-10-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-59 style-local-10-h24 position-relative\">\n    <!---->\n    <!---->\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-60 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-61-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-61 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-62 style-local-10-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-page-title__outer style-62-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          <!---->\n        </div>\n      </div>\n    </div>\n  </div>\n</div>', 'header_post', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2023-03-21 22:06:40', '2023-03-21 22:06:40', '', 10, 'https://certifications.prepmajor.com/scrum/?p=3079', 0, 'revision', '', 0),
(14, 1, '2019-11-22 14:05:31', '2019-11-22 14:05:31', '{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright @PrepMajor 2023\",\"attrs\":{\"id\":\"copyright-prepmajor-2023\"}},\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'publish', 'closed', 'closed', '', '14', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&#038;p=14', 0, 'extb_post_json', '', 0),
(106, 1, '2019-11-22 14:46:44', '2019-11-22 14:46:44', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":0,\"id\":\"1955-c29\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":1,\"id\":\"1955-c30\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c31\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c28\",\"parentId\":\"1955-c27\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c27\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c35\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c34\",\"parentId\":\"1955-c33\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c33\",\"parentId\":\"1955-c32\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c32\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c38\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c39\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c36\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c43\",\"parentId\":\"1955-c42\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click HERE TO REGISTER <br>FOR LICENSE <br>AND PAY BY PAYPAL&nbsp;\"}}],\"id\":\"1955-c42\",\"parentId\":\"1955-c41\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c40\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"}],\"id\":\"1955-c40\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c51\",\"parentId\":\"1955-c50\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c51\",\"index\":0,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c53\",\"index\":0,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c58\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c56\",\"index\":2,\"id\":\"1955-c59\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":3,\"id\":\"1955-c60\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c62\",\"parentId\":\"1955-c61\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c56\",\"index\":5,\"id\":\"1955-c61\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c53\",\"index\":1,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c53\",\"parentId\":\"1955-c52\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c51\",\"index\":1,\"id\":\"1955-c63\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c49\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c68\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c66\",\"parentId\":\"1955-c65\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c65\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c71\",\"parentId\":\"1955-c70\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c73\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":0,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c75\",\"parentId\":\"1955-c73\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":2,\"id\":\"1955-c76\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c73\",\"index\":3,\"id\":\"1955-c77\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c78\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c78\",\"index\":0,\"id\":\"1955-c79\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c71\",\"index\":0,\"id\":\"1955-c72\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c70\",\"parentId\":\"1955-c69\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c69\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'publish', 'closed', 'closed', '', '106', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&#038;p=106', 0, 'extb_post_json', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3072, 1, '2023-03-21 21:52:12', '2023-03-21 21:52:12', '<table id=\"eael-data-table-19e0105\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														</th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sfc-home-2.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sdc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/smc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/spoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/aec-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/ssmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sspoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/esmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>Scrum Fundamentals Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Developer Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>SCRUMstudy Agile Master Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Expert Scrum Master Certified</strong></h5>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Prerequisites\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation:SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation: SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing Scrum/Agile projects\nEducation Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Online Certification Exam\n(Valid for 180 days)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Free e-copy of SBOK® Guide and online preparatory course *\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Exam Format\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>40 questions per exam</li><li>60 minutes duration</li><li>Online un-proctored exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>75 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>140 questions per exam</li><li>180 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>200 questions per exam</li><li>240 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Certificate\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 21:52:12', '2023-03-21 21:52:12', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3072', 0, 'revision', '', 0),
(3104, 1, '2023-03-22 00:11:59', '2023-03-22 00:11:59', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Get access to online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-22 00:11:59', '2023-03-22 00:11:59', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3104', 0, 'revision', '', 0),
(3077, 1, '2023-03-21 22:06:16', '2023-03-21 22:06:16', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-1.png', 'How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445', '', 'inherit', 'open', 'closed', '', 'how-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-3', '', '', '2023-03-21 22:06:16', '2023-03-21 22:06:16', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1-1.png', 0, 'attachment', 'image/png', 0),
(3078, 1, '2023-03-21 22:06:40', '2023-03-21 22:06:40', '{\"name\":\"hop-header\",\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":5,\"type\":\"header\"}],\"id\":\"10-h4\",\"parentId\":\"10-h3\",\"partialId\":10,\"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\":\"10-h6\",\"index\":0,\"id\":\"10-h7\",\"partialId\":10,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"10-h6\",\"parentId\":\"10-h3\",\"partialId\":10,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"10-h15\",\"parentId\":\"10-h14\",\"partialId\":10,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"10-h14\",\"parentId\":\"10-h13\",\"partialId\":10,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"10-h13\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"10-h17\",\"parentId\":\"10-h16\",\"partialId\":10,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"10-h16\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"10-h12\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"10-h11\",\"parentId\":\"10-h10\",\"partialId\":10,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"10-h10\",\"parentId\":\"10-h9\",\"partialId\":10,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"10-h8\",\"index\":1,\"id\":\"10-h9\",\"partialId\":10,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"10-h8\",\"parentId\":\"10-h3\",\"partialId\":10,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"10-h3\",\"parentId\":\"10-h2\",\"partialId\":10,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"10-h1\",\"id\":\"10-h2\",\"partialId\":10,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"10-h20\",\"index\":0,\"id\":\"10-h21\",\"partialId\":10,\"type\":\"header\"}],\"id\":\"10-h20\",\"parentId\":\"10-h19\",\"partialId\":10,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"10-h22\",\"index\":0,\"id\":\"10-h23\",\"partialId\":10,\"type\":\"header\"}],\"id\":\"10-h22\",\"parentId\":\"10-h19\",\"partialId\":10,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"10-h19\",\"parentId\":\"10-h18\",\"partialId\":10,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"10-h18\",\"parentId\":\"10-h2\",\"partialId\":10,\"styleRef\":19,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"anchor\":false,\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-page-title\",\"id\":\"10-h27\",\"parentId\":\"10-h26\",\"partialId\":10,\"styleRef\":62,\"type\":\"header\"}],\"id\":\"10-h26\",\"parentId\":\"10-h25\",\"partialId\":10,\"styleRef\":61,\"type\":\"header\"},{\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"10-h28\",\"parentId\":\"10-h25\",\"partialId\":10,\"styleRef\":349,\"type\":\"header\"}],\"parentId\":\"10-h24\",\"index\":0,\"id\":\"10-h25\",\"partialId\":10,\"styleRef\":60,\"type\":\"header\"}],\"parentId\":\"10-h1\",\"type\":\"header\",\"id\":\"10-h24\",\"partialId\":10,\"styleRef\":59}],\"id\":\"10-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":10,\"styleRef\":35}', '', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-03-21 22:06:40', '2023-03-21 22:06:40', '', 11, 'https://certifications.prepmajor.com/scrum/?p=3078', 0, 'revision', '', 0),
(3083, 1, '2023-03-21 22:11:10', '2023-03-21 22:11:10', '<table id=\"eael-data-table-19e0105\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														</th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sfc-home-2.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sdc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/smc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/spoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/aec-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/ssmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sspoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/esmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>Scrum Fundamentals Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Developer Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>SCRUMstudy Agile Master Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Expert Scrum Master Certified</strong></h5>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Prerequisites\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation:SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation: SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing Scrum/Agile projects\nEducation Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Online Certification Exam\n(Valid for 180 days)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Free e-copy of SBOK® Guide and online preparatory course *\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Exam Format\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>40 questions per exam</li><li>60 minutes duration</li><li>Online un-proctored exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>75 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>140 questions per exam</li><li>180 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>200 questions per exam</li><li>240 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Certificate\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 22:11:10', '2023-03-21 22:11:10', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3083', 0, 'revision', '', 0),
(3096, 1, '2023-03-21 23:18:21', '2023-03-21 23:18:21', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:18:21', '2023-03-21 23:18:21', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3096', 0, 'revision', '', 0),
(3097, 1, '2023-03-21 23:18:21', '2023-03-21 23:18:21', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:18:21', '2023-03-21 23:18:21', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3097', 0, 'revision', '', 0),
(3098, 1, '2023-03-21 23:19:11', '2023-03-21 23:19:11', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:19:11', '2023-03-21 23:19:11', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3098', 0, 'revision', '', 0),
(3099, 1, '2023-03-21 23:19:11', '2023-03-21 23:19:11', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:19:11', '2023-03-21 23:19:11', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3099', 0, 'revision', '', 0),
(3100, 1, '2023-03-21 23:19:11', '2023-03-21 23:19:11', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:19:11', '2023-03-21 23:19:11', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3100', 0, 'revision', '', 0),
(3286, 1, '2023-03-24 20:31:07', '2023-03-24 20:31:07', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Credit Card  Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment - Credit Card', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-24 20:31:07', '2023-03-24 20:31:07', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3286', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3323, 1, '2023-03-24 21:10:18', '2023-03-24 21:10:18', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 21:10:18', '2023-03-24 21:10:18', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3323', 0, 'revision', '', 0),
(3105, 1, '2023-03-22 00:11:59', '2023-03-22 00:11:59', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-22 00:11:59', '2023-03-22 00:11:59', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3105', 0, 'revision', '', 0),
(3103, 1, '2023-03-22 00:11:59', '2023-03-22 00:11:59', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Get access to online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-22 00:11:59', '2023-03-22 00:11:59', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3103', 0, 'revision', '', 0),
(36, 1, '2023-03-19 03:36:40', '2023-03-19 03:36:40', '', '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', '', '', '2023-03-19 03:36:40', '2023-03-19 03:36:40', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-background-black-blank-composition-concept-desk-1562267-pxhere-com-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2023-03-19 03:36:41', '2023-03-19 03:36:41', '', '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', '', '', '2023-03-19 03:36:41', '2023-03-19 03:36:41', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-plant-white-leaf-spiral-staircase-spiral-staircase-123911-pxhere-com-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2023-03-19 03:36:43', '2023-03-19 03:36:43', '', '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', '', '', '2023-03-19 03:36:43', '2023-03-19 03:36:43', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-plant-white-leaf-flower-pot-green-1396607-pxhere-com-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2023-03-19 03:36:44', '2023-03-19 03:36:44', '', 'table-house-chair-floor-seat-home-714994-pxhere-com.jpg', '', 'inherit', 'open', 'closed', '', 'table-house-chair-floor-seat-home-714994-pxhere-com-jpg', '', '', '2023-03-19 03:36:44', '2023-03-19 03:36:44', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/table-house-chair-floor-seat-home-714994-pxhere-com.jpg', 0, 'attachment', 'image/jpeg', 0),
(40, 1, '2023-03-19 03:36:45', '2023-03-19 03:36:45', '', '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', '', '', '2023-03-19 03:36:45', '2023-03-19 03:36:45', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/laptop-iphone-computer-macbook-work-table-1046485-pxhere-com-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(41, 1, '2023-03-19 03:36:46', '2023-03-19 03:36:46', '', 'face4-150x150-1.jpg', '', 'inherit', 'open', 'closed', '', 'face4-150x150-1-jpg', '', '', '2023-03-19 03:36:46', '2023-03-19 03:36:46', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/face4-150x150-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2023-03-19 03:36:46', '2023-03-19 03:36:46', '', 'face9-150x150-1.jpg', '', 'inherit', 'open', 'closed', '', 'face9-150x150-1-jpg', '', '', '2023-03-19 03:36:46', '2023-03-19 03:36:46', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/face9-150x150-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2023-03-19 03:36:47', '2023-03-19 03:36:47', '', 'face7-150x150-1.jpg', '', 'inherit', 'open', 'closed', '', 'face7-150x150-1-jpg', '', '', '2023-03-19 03:36:47', '2023-03-19 03:36:47', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/face7-150x150-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2023-03-19 03:36:47', '2023-03-19 03:36:47', '', 'face11-150x150-1.jpg', '', 'inherit', 'open', 'closed', '', 'face11-150x150-1-jpg', '', '', '2023-03-19 03:36:47', '2023-03-19 03:36:47', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/face11-150x150-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2023-03-19 03:36:48', '2023-03-19 03:36:48', '', 'laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com.jpg', '', 'inherit', 'open', 'closed', '', 'laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com-jpg', '', '', '2023-03-19 03:36:48', '2023-03-19 03:36:48', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/laptop-iphone-desk-computer-macbook-table-1268027-pxhere-com.jpg', 0, 'attachment', 'image/jpeg', 0),
(46, 1, '2023-03-19 03:36:49', '2023-03-19 03:36:49', '', 'table-plant-white-house-interior-window-1392240-pxhere-com.jpg', '', 'inherit', 'open', 'closed', '', 'table-plant-white-house-interior-window-1392240-pxhere-com-jpg', '', '', '2023-03-19 03:36:49', '2023-03-19 03:36:49', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/table-plant-white-house-interior-window-1392240-pxhere-com.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2023-03-19 03:36:50', '2023-03-19 03:36:50', '', 'laptop-desk-computer-work-table-open-722218-pxhere-com.jpg', '', 'inherit', 'open', 'closed', '', 'laptop-desk-computer-work-table-open-722218-pxhere-com-jpg', '', '', '2023-03-19 03:36:50', '2023-03-19 03:36:50', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/laptop-desk-computer-work-table-open-722218-pxhere-com.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2023-03-19 03:36:52', '2023-03-19 03:36:52', '', 'canyon-purple-orange-light-formation-rock-1608614-pxhere-com.jpg', '', 'inherit', 'open', 'closed', '', 'canyon-purple-orange-light-formation-rock-1608614-pxhere-com-jpg', '', '', '2023-03-19 03:36:52', '2023-03-19 03:36:52', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/canyon-purple-orange-light-formation-rock-1608614-pxhere-com.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2023-03-19 03:36:52', '2023-03-19 03:36: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', '', '', '2023-03-19 03:36:52', '2023-03-19 03:36:52', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/plants-green-white-background-white-decoration-design-1418858-pxhere-com-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2023-03-19 03:36:54', '2023-03-19 03:36:54', '', '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', '', '', '2023-03-19 03:36:54', '2023-03-19 03:36:54', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/laptop-desk-computer-writing-screen-man-653052-pxhere-com-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1626, 1, '2023-08-14 20:56:26', '2019-11-22 15:16:57', '', 'Scrum', '', 'publish', 'closed', 'closed', '', 'books', '', '', '2023-08-14 20:56:26', '2023-08-14 20:56:26', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?p=1626', 2, 'nav_menu_item', '', 0),
(3089, 1, '2023-03-21 23:14:19', '2023-03-21 23:14:19', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:14:19', '2023-03-21 23:14:19', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3089', 0, 'revision', '', 0),
(1628, 1, '2023-08-14 20:56:26', '2019-11-22 15:16:57', '', 'Certification', '', 'publish', 'closed', 'closed', '', 'courses', '', '', '2023-08-14 20:56:26', '2023-08-14 20:56:26', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?p=1628', 3, 'nav_menu_item', '', 0),
(1629, 1, '2023-08-14 20:56:26', '2019-11-22 15:16:58', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2023-08-14 20:56:26', '2023-08-14 20:56:26', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?p=1629', 4, 'nav_menu_item', '', 0),
(1741, 1, '2020-03-04 09:20:50', '2020-03-04 09:20:50', '<div data-colibri-id=\"1741-m1\" class=\"style-238 style-local-1741-m1 h-overflow-hidden position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1741-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-239 style-local-1741-m2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1741-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-244 style-local-1741-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-245-outer%20style-local-1741-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221741-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-245%20style-local-1741-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=%221741-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-246%20style-local-1741-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-1741-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=%221741-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-247%20style-local-1741-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-248-outer%20style-local-1741-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-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-248%20style-local-1741-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=%221741-m8%22%20class=%22h-blog-meta%20style-249%20style-local-1741-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%20%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%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%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%3Cdiv%20%20%20data-colibri-id=%221741-m9%22%20class=%22style-250%20style-local-1741-m9%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%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221741-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-251%20style-local-1741-m10%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-252-outer%20style-local-1741-m11-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-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-252%20style-local-1741-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-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221741-m12%22%20class=%22h-text%20h-text-component%20style-253%20style-local-1741-m12%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ECategories:%3C/p%3E%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%20h-col-md%20h-col%20style-254-outer%20style-local-1741-m13-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-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-254%20style-local-1741-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-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221741-m14%22%20class=%22h-blog-categories%20style-255%20style-local-1741-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%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%5Bcolibri_layout_wrapper%20name=%22tags_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221741-m15%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-256%20style-local-1741-m15%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-center%20align-items-md-center%20align-items-center%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%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-257-outer%20style-local-1741-m16-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-m16%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-257%20style-local-1741-m16%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%20data-colibri-id=%221741-m17%22%20class=%22h-text%20h-text-component%20style-258%20style-local-1741-m17%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ETags:%3C/p%3E%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%20h-col-md%20h-col%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-259-outer%20style-local-1741-m18-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-m18%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-259%20style-local-1741-m18%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=%221741-m19%22%20class=%22h-blog-tags%20empty-preview%20style-260%20style-local-1741-m19%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%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22navigation_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221741-m20%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-261%20style-local-1741-m20%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-262-outer%20style-local-1741-m21-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-m21%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-262%20style-local-1741-m21%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=%221741-m22%22%20class=%22post-nav-button%20hide-title%20style-263%20style-local-1741-m22%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22prev%22%20prev_post=%22Previous%20post%22%20next_post=%22Next%20post:%22%20show_title=%22false%22%20title_length=%2240%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-264-outer%20style-local-1741-m23-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-m23%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-264%20style-local-1741-m23%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=%221741-m24%22%20class=%22post-nav-button%20hide-title%20style-265%20style-local-1741-m24%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22next%22%20prev_post=%22Previous%20post:%22%20next_post=%22Next%20post%22%20show_title=%22false%22%20title_length=%2230%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=\"1741-m29\" id=\"comments\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-266 style-local-1741-m29 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1741-m30\" 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-1741-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-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-1741-m31-outer\">\n            <div data-colibri-id=\"1741-m31\" 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-272 style-local-1741-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=\"1741-m32\" class=\"style-273 style-local-1741-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=\"1741-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', '', '1741', '', '', '2023-03-19 03:51:49', '2023-03-19 03:51:49', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_main&#038;p=1741', 0, 'extb_post_main', '', 0),
(1742, 1, '2020-03-04 09:20:50', '2020-03-04 09:20:50', '{\"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\":\"1741-m27\",\"parentId\":\"1741-m26\",\"partialId\":1741,\"styleRef\":242,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"1741-m28\",\"parentId\":\"1741-m26\",\"partialId\":1741,\"styleRef\":243,\"type\":\"main\"}],\"id\":\"1741-m26\",\"parentId\":\"1741-m25\",\"partialId\":1741,\"styleRef\":241,\"type\":\"main\"}],\"id\":\"1741-m25\",\"parentId\":\"1741-m2\",\"partialId\":1741,\"styleRef\":240,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-post-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"1741-m5\",\"parentId\":\"1741-m4\",\"partialId\":1741,\"styleRef\":246,\"type\":\"main\",\"props\":{\"showPlaceholder\":true,\"addLink\":false}},{\"name\":\"hop-row\",\"id\":\"1741-m6\",\"parentId\":\"1741-m4\",\"partialId\":1741,\"styleRef\":247,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1741-m7\",\"parentId\":\"1741-m6\",\"partialId\":1741,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"1741-m7\",\"index\":1,\"id\":\"1741-m8\",\"partialId\":1741,\"styleRef\":249,\"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\":\"at \"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"showIcons\":false,\"separator\":\"\"}},{\"name\":\"hop-post-content\",\"parentId\":\"1741-m7\",\"id\":\"1741-m9\",\"partialId\":1741,\"styleRef\":250,\"type\":\"main\"},{\"name\":\"hop-post-categories-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"1741-m11\",\"parentId\":\"1741-m10\",\"partialId\":1741,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1741-m11\",\"index\":0,\"id\":\"1741-m12\",\"partialId\":1741,\"styleRef\":253,\"type\":\"main\",\"props\":{\"content\":\"<p>Categories:<\\/p>\"}}],\"styleRef\":252,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"1741-m13\",\"parentId\":\"1741-m10\",\"partialId\":1741,\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1741-m13\",\"index\":0,\"id\":\"1741-m14\",\"partialId\":1741,\"styleRef\":255,\"type\":\"main\"}],\"styleRef\":254,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"1741-m7\",\"index\":1,\"id\":\"1741-m10\",\"partialId\":1741,\"styleRef\":251,\"type\":\"main\"},{\"name\":\"hop-post-tags-container\",\"slot\":null,\"parentId\":\"1741-m7\",\"index\":1,\"id\":\"1741-m15\",\"partialId\":1741,\"styleRef\":256,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"1741-m16\",\"parentId\":\"1741-m15\",\"partialId\":1741,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1741-m16\",\"index\":0,\"id\":\"1741-m17\",\"partialId\":1741,\"styleRef\":258,\"type\":\"main\",\"props\":{\"content\":\"<p>Tags:<\\/p>\"}}],\"styleRef\":257,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"1741-m18\",\"parentId\":\"1741-m15\",\"partialId\":1741,\"children\":[{\"name\":\"hop-post-tags\",\"slot\":null,\"parentId\":\"1741-m18\",\"index\":2,\"id\":\"1741-m19\",\"partialId\":1741,\"styleRef\":260,\"type\":\"main\",\"props\":{\"prefix\":\"\"}}],\"styleRef\":259,\"type\":\"main\"}]}],\"styleRef\":248,\"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-nav-container\",\"parentId\":\"1741-m4\",\"id\":\"1741-m20\",\"partialId\":1741,\"styleRef\":261,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"1741-m21\",\"parentId\":\"1741-m20\",\"partialId\":1741,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"1741-m21\",\"index\":0,\"id\":\"1741-m22\",\"partialId\":1741,\"styleRef\":263,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"showPostTitle\":false,\"prevLabel\":\"Previous post\",\"postTitleLength\":\"40\",\"stateType\":\"\"}}],\"styleRef\":262,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"1741-m23\",\"parentId\":\"1741-m20\",\"partialId\":1741,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"1741-m23\",\"index\":0,\"id\":\"1741-m24\",\"partialId\":1741,\"styleRef\":265,\"type\":\"main\",\"props\":{\"nextLabel\":\"Next post\",\"showPostTitle\":false,\"stateType\":\"\"}}],\"styleRef\":264,\"type\":\"main\"}],\"slot\":null,\"index\":2}],\"id\":\"1741-m4\",\"parentId\":\"1741-m3\",\"partialId\":1741,\"styleRef\":245,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"1741-m2\",\"index\":0,\"id\":\"1741-m3\",\"partialId\":1741,\"styleRef\":244,\"type\":\"main\"}],\"parentId\":\"1741-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Post\",\"attrs\":{\"id\":\"blog-post\"}},\"id\":\"1741-m2\",\"partialId\":1741,\"styleRef\":239},{\"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\":\"1741-m36\",\"parentId\":\"1741-m35\",\"partialId\":1741,\"styleRef\":269,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"1741-m37\",\"parentId\":\"1741-m35\",\"partialId\":1741,\"styleRef\":270,\"type\":\"main\"}],\"id\":\"1741-m35\",\"parentId\":\"1741-m34\",\"partialId\":1741,\"styleRef\":268,\"type\":\"main\"}],\"id\":\"1741-m34\",\"parentId\":\"1741-m29\",\"partialId\":1741,\"styleRef\":267,\"type\":\"main\"}]},\"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\":\"1741-m31\",\"parentId\":\"1741-m30\",\"partialId\":1741,\"children\":[{\"name\":\"hop-post-comments\",\"slot\":null,\"parentId\":\"1741-m31\",\"index\":0,\"id\":\"1741-m32\",\"partialId\":1741,\"styleRef\":273,\"type\":\"main\",\"props\":{\"multipleTitle\":\"{COMMENTS-COUNT} Responses\",\"avatarSize\":30,\"noneTitle\":\"No responses yet\"}},{\"name\":\"hop-post-comment-form\",\"id\":\"1741-m33\",\"parentId\":\"1741-m31\",\"partialId\":1741,\"styleRef\":274,\"type\":\"main\"}],\"styleRef\":272,\"type\":\"main\"}],\"id\":\"1741-m30\",\"parentId\":\"1741-m29\",\"partialId\":1741,\"styleRef\":271,\"type\":\"main\"}],\"parentId\":\"1741-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Comments\",\"attrs\":{\"id\":\"comments\"}},\"id\":\"1741-m29\",\"partialId\":1741,\"styleRef\":266}],\"id\":\"1741-m1\",\"partialId\":1741,\"styleRef\":238,\"type\":\"main\"}', '', '', 'publish', 'closed', 'closed', '', '1742', '', '', '2020-03-04 09:20:50', '2020-03-04 09:20:50', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&amp;p=1742', 0, 'extb_post_json', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3106, 1, '2023-03-22 00:14:46', '2023-03-22 00:14:46', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:14:46', '2023-03-22 00:14:46', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3106', 0, 'revision', '', 0),
(3107, 1, '2023-03-22 00:14:46', '2023-03-22 00:14:46', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:14:46', '2023-03-22 00:14:46', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3107', 0, 'revision', '', 0),
(3326, 1, '2023-03-24 21:11:12', '2023-03-24 21:11:12', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 21:11:12', '2023-03-24 21:11:12', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3326', 0, 'revision', '', 0),
(3111, 1, '2023-03-22 00:15:42', '2023-03-22 00:15:42', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:15:42', '2023-03-22 00:15:42', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3111', 0, 'revision', '', 0),
(3108, 1, '2023-03-22 00:14:46', '2023-03-22 00:14:46', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br><ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol><ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:14:46', '2023-03-22 00:14:46', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3108', 0, 'revision', '', 0),
(3109, 1, '2023-03-22 00:15:42', '2023-03-22 00:15:42', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br><ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol><ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:15:42', '2023-03-22 00:15:42', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3109', 0, 'revision', '', 0),
(3110, 1, '2023-03-22 00:15:42', '2023-03-22 00:15:42', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br><ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol><ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:15:42', '2023-03-22 00:15:42', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3110', 0, 'revision', '', 0),
(3115, 1, '2023-03-22 00:20:47', '2023-03-22 00:20:47', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br><ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:20:47', '2023-03-22 00:20:47', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3115', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3113, 1, '2023-03-22 00:20:47', '2023-03-22 00:20:47', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:20:47', '2023-03-22 00:20:47', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3113', 0, 'revision', '', 0),
(3114, 1, '2023-03-22 00:20:47', '2023-03-22 00:20:47', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:20:47', '2023-03-22 00:20:47', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3114', 0, 'revision', '', 0),
(3116, 1, '2023-03-22 00:21:14', '2023-03-22 00:21:14', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br><ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:21:14', '2023-03-22 00:21:14', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3116', 0, 'revision', '', 0),
(3117, 1, '2023-03-22 00:21:14', '2023-03-22 00:21:14', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br><ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:21:14', '2023-03-22 00:21:14', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3117', 0, 'revision', '', 0),
(3118, 1, '2023-03-22 00:21:14', '2023-03-22 00:21:14', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-22 00:21:14', '2023-03-22 00:21:14', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3118', 0, 'revision', '', 0),
(3119, 1, '2023-03-22 00:25:53', '2023-03-22 00:25:53', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-22 00:25:53', '2023-03-22 00:25:53', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3119', 0, 'revision', '', 0),
(3120, 1, '2023-03-22 00:25:53', '2023-03-22 00:25:53', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-22 00:25:53', '2023-03-22 00:25:53', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3120', 0, 'revision', '', 0),
(3121, 1, '2023-03-22 00:25:53', '2023-03-22 00:25:53', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-22 00:25:53', '2023-03-22 00:25:53', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3121', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3122, 1, '2023-03-22 00:29:22', '2023-03-22 00:29:22', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-22 00:29:22', '2023-03-22 00:29:22', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3122', 0, 'revision', '', 0),
(3123, 1, '2023-03-22 00:29:23', '2023-03-22 00:29:23', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-22 00:29:23', '2023-03-22 00:29:23', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3123', 0, 'revision', '', 0),
(3124, 1, '2023-03-22 00:29:23', '2023-03-22 00:29:23', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-22 00:29:23', '2023-03-22 00:29:23', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3124', 0, 'revision', '', 0),
(3125, 1, '2023-03-22 00:31:41', '2023-03-22 00:31:41', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-22 00:31:41', '2023-03-22 00:31:41', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3125', 0, 'revision', '', 0),
(3126, 1, '2023-03-22 00:31:41', '2023-03-22 00:31:41', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-22 00:31:41', '2023-03-22 00:31:41', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3126', 0, 'revision', '', 0),
(3127, 1, '2023-03-22 00:31:41', '2023-03-22 00:31:41', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li><li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br><ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-22 00:31:41', '2023-03-22 00:31:41', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3127', 0, 'revision', '', 0),
(3128, 1, '2023-03-22 00:31:55', '2023-03-22 00:31:55', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li><li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br><ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-22 00:31:55', '2023-03-22 00:31:55', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3128', 0, 'revision', '', 0),
(3129, 1, '2023-03-22 00:31:55', '2023-03-22 00:31:55', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li><li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br><ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br><ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-22 00:31:55', '2023-03-22 00:31:55', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3129', 0, 'revision', '', 0),
(53, 1, '2023-03-19 03:51:19', '2023-03-19 03:51:19', '', 'One Click Demo Import - log_file_2023-03-19__03-51-19', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2023-03-19__03-51-19', '', '', '2023-03-19 03:51:19', '2023-03-19 03:51:19', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/log_file_2023-03-19__03-51-19.txt', 0, 'attachment', 'text/plain', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1744, 1, '2020-03-04 09:20:50', '2020-03-04 09:20:50', '<div data-colibri-id=\"1744-m1\" class=\"style-275 style-local-1744-m1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1744-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-276 style-local-1744-m2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1744-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-2 gutters-row-v-3 colibri-dynamic-list style-281 style-local-1744-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-2 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-2 gutters-col-v-3 style-281-row style-local-1744-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-282-outer%20style-local-1744-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221744-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-282%20style-local-1744-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=%221744-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-283%20style-local-1744-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-1744-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=%221744-m6%22%20class=%22h-row-container%20gutters-row-lg-3%20gutters-row-md-3%20gutters-row-3%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-284%20style-local-1744-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-3%20gutters-col-md-3%20gutters-col-3%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-285-outer%20style-local-1744-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221744-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-3%20v-inner-md-3%20v-inner-3%20style-285%20style-local-1744-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=%221744-m8%22%20class=%22h-blog-meta%20style-286%20style-local-1744-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%20%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%3Cdiv%20%20%20data-colibri-id=%221744-m9%22%20class=%22h-blog-meta%20style-287%20style-local-1744-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%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%3Cdiv%20%20%20data-colibri-id=%221744-m10%22%20class=%22h-blog-title%20style-288%20style-local-1744-m10%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=%221744-m11%22%20class=%22style-289%20style-local-1744-m11%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2216%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221744-m12%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-290%20style-local-1744-m12%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-291-outer%20style-local-1744-m13-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221744-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-291%20style-local-1744-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-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221744-m14%22%20class=%22h-blog-meta%20style-292%20style-local-1744-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%224%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_comments_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=%22comments%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M32%20112h320v256H197.5L122%20428.5l-26%2021V368H32V112zm32%2032v192h64v46.5l54-43%204.5-3.5H320V144H64zm320%2032h96v256h-64v81.5L314.5%20432h-149l40-32h120l58.5%2046.5V400h64V208h-64v-32z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_comments_content%5D%3C/a%3E%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-293-outer%20style-local-1744-m15-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221744-m15%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-293%20style-local-1744-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-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%221744-m16%22%20class=%22h-x-container%20style-294%20style-local-1744-m16%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1744-m16-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-295-outer%20style-local-1744-m17-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=%221744-m17%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-295%20style-local-1744-m17%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-295-icon%20style-local-1744-m17-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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=\"1744-m18\" 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-296 style-local-1744-m18 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end 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-297-outer style-local-1744-m19-outer\">\n            <div data-colibri-id=\"1744-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-297 style-local-1744-m19 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-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1744-m20\" class=\"style-298 style-local-1744-m20 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-auto h-col-md-auto h-col-auto style-299-outer style-local-1744-m21-outer\">\n            <div data-colibri-id=\"1744-m21\" 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-299 style-local-1744-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-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1744-m22\" class=\"style-300 style-local-1744-m22 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-301-outer style-local-1744-m23-outer\">\n            <div data-colibri-id=\"1744-m23\" 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-301 style-local-1744-m23 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-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1744-m24\" class=\"style-302 style-local-1744-m24 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', '', '1744', '', '', '2023-03-19 23:51:26', '2023-03-19 23:51:26', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_main&#038;p=1744', 0, 'extb_post_main', '', 0),
(1963, 1, '2023-03-19 03:51:49', '2023-03-19 03:51:49', '<div data-colibri-id=\"1744-m1\" class=\"style-275 style-local-1744-m1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1744-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-276 style-local-1744-m2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1744-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-2 gutters-row-v-3 colibri-dynamic-list style-281 style-local-1744-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-2 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-2 gutters-col-v-3 style-281-row style-local-1744-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-282-outer%20style-local-1744-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221744-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-282%20style-local-1744-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=%221744-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-283%20style-local-1744-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-1744-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=%221744-m6%22%20class=%22h-row-container%20gutters-row-lg-3%20gutters-row-md-3%20gutters-row-3%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-284%20style-local-1744-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-3%20gutters-col-md-3%20gutters-col-3%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-285-outer%20style-local-1744-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221744-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-3%20v-inner-md-3%20v-inner-3%20style-285%20style-local-1744-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=%221744-m8%22%20class=%22h-blog-meta%20style-286%20style-local-1744-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%20%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%3Cdiv%20%20%20data-colibri-id=%221744-m9%22%20class=%22h-blog-meta%20style-287%20style-local-1744-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%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%3Cdiv%20%20%20data-colibri-id=%221744-m10%22%20class=%22h-blog-title%20style-288%20style-local-1744-m10%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=%221744-m11%22%20class=%22style-289%20style-local-1744-m11%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2216%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221744-m12%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-290%20style-local-1744-m12%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-291-outer%20style-local-1744-m13-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221744-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-291%20style-local-1744-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-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221744-m14%22%20class=%22h-blog-meta%20style-292%20style-local-1744-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%224%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_comments_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%5Bcolibri_svg_icon%20name=icons8-line-awesome/comments%5D%3C/span%3E%5Bcolibri_post_meta_comments_content%5D%3C/a%3E%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-293-outer%20style-local-1744-m15-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221744-m15%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-293%20style-local-1744-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-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%221744-m16%22%20class=%22h-x-container%20style-294%20style-local-1744-m16%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1744-m16-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-295-outer%20style-local-1744-m17-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=%221744-m17%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-295%20style-local-1744-m17%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-295-icon%20style-local-1744-m17-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/arrow-right%5D%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=\"1744-m18\" 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-296 style-local-1744-m18 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end 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-297-outer style-local-1744-m19-outer\">\n            <div data-colibri-id=\"1744-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-297 style-local-1744-m19 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-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1744-m20\" class=\"style-298 style-local-1744-m20 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-auto h-col-md-auto h-col-auto style-299-outer style-local-1744-m21-outer\">\n            <div data-colibri-id=\"1744-m21\" 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-299 style-local-1744-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-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1744-m22\" class=\"style-300 style-local-1744-m22 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-301-outer style-local-1744-m23-outer\">\n            <div data-colibri-id=\"1744-m23\" 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-301 style-local-1744-m23 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-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1744-m24\" class=\"style-302 style-local-1744-m24 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', '', '1744-revision-v1', '', '', '2023-03-19 03:51:49', '2023-03-19 03:51:49', '', 1744, 'https://certifications.prepmajor.com/scrum/?p=1963', 0, 'revision', '', 0),
(1745, 1, '2020-03-04 09:20:50', '2020-03-04 09:20:50', '{\"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\":\"1744-m27\",\"parentId\":\"1744-m26\",\"partialId\":1744,\"styleRef\":279,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"1744-m28\",\"parentId\":\"1744-m26\",\"partialId\":1744,\"styleRef\":280,\"type\":\"main\"}],\"id\":\"1744-m26\",\"parentId\":\"1744-m25\",\"partialId\":1744,\"styleRef\":278,\"type\":\"main\"}],\"id\":\"1744-m25\",\"parentId\":\"1744-m2\",\"partialId\":1744,\"styleRef\":277,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1744-m4\",\"index\":0,\"id\":\"1744-m5\",\"partialId\":1744,\"styleRef\":283,\"type\":\"main\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"100\"}}}}},\"id\":\"1744-m7\",\"parentId\":\"1744-m6\",\"partialId\":1744,\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by \"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on \"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at \"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"separator\":\"| \",\"showIcons\":false,\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1744-m7\",\"index\":1,\"id\":\"1744-m8\",\"partialId\":1744,\"styleRef\":286,\"type\":\"main\"},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"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\":\"\",\"suffix\":\"\"}],\"showIcons\":false},\"slot\":null,\"parentId\":\"1744-m7\",\"index\":1,\"id\":\"1744-m9\",\"partialId\":1744,\"styleRef\":287,\"type\":\"main\"},{\"name\":\"hop-post-title\",\"id\":\"1744-m10\",\"parentId\":\"1744-m7\",\"partialId\":1744,\"styleRef\":288,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"id\":\"1744-m11\",\"parentId\":\"1744-m7\",\"partialId\":1744,\"styleRef\":289,\"type\":\"main\",\"props\":{\"maxLength\":\"16\"}}],\"styleRef\":285,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"1744-m4\",\"index\":1,\"id\":\"1744-m6\",\"partialId\":1744,\"styleRef\":284,\"type\":\"main\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"50\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"1744-m13\",\"parentId\":\"1744-m12\",\"partialId\":1744,\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"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\":true,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":true,\"separator\":\"\"},\"slot\":null,\"parentId\":\"1744-m13\",\"index\":0,\"id\":\"1744-m14\",\"partialId\":1744,\"styleRef\":292,\"type\":\"main\"}],\"styleRef\":291,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"50\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"1744-m15\",\"parentId\":\"1744-m12\",\"partialId\":1744,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1744-m17\",\"parentId\":\"1744-m16\",\"partialId\":1744,\"styleRef\":295,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"1744-m15\",\"index\":0,\"id\":\"1744-m16\",\"partialId\":1744,\"styleRef\":294,\"type\":\"main\"}],\"styleRef\":293,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"1744-m4\",\"index\":1,\"id\":\"1744-m12\",\"partialId\":1744,\"styleRef\":290,\"type\":\"main\"}],\"id\":\"1744-m4\",\"parentId\":\"1744-m3\",\"partialId\":1744,\"styleRef\":282,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"1744-m2\",\"index\":0,\"id\":\"1744-m3\",\"partialId\":1744,\"styleRef\":281,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.3299999999999982946974341757595539093017578125,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"1744-m19\",\"parentId\":\"1744-m18\",\"partialId\":1744,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"1744-m19\",\"index\":0,\"id\":\"1744-m20\",\"partialId\":1744,\"styleRef\":298,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"prevLabel\":\"Previous\",\"stateType\":\"hover\"}}],\"styleRef\":297,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.3299999999999982946974341757595539093017578125,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"1744-m21\",\"parentId\":\"1744-m18\",\"partialId\":1744,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"1744-m21\",\"index\":0,\"id\":\"1744-m22\",\"partialId\":1744,\"styleRef\":300,\"type\":\"main\",\"props\":{\"stateType\":\"\"}}],\"styleRef\":299,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.3299999999999982946974341757595539093017578125,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"1744-m23\",\"parentId\":\"1744-m18\",\"partialId\":1744,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"1744-m23\",\"index\":0,\"id\":\"1744-m24\",\"partialId\":1744,\"styleRef\":302,\"type\":\"main\",\"props\":{\"stateType\":\"hover\"}}],\"styleRef\":301,\"type\":\"main\"}],\"parentId\":\"1744-m2\",\"index\":1,\"id\":\"1744-m18\",\"partialId\":1744,\"styleRef\":296,\"type\":\"main\"}],\"parentId\":\"1744-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Posts\",\"attrs\":{\"id\":\"blog-posts\"}},\"id\":\"1744-m2\",\"partialId\":1744,\"styleRef\":276}],\"id\":\"1744-m1\",\"partialId\":1744,\"styleRef\":275,\"type\":\"main\"}', '', '', 'publish', 'closed', 'closed', '', '1745', '', '', '2023-03-19 23:51:26', '2023-03-19 23:51:26', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&#038;p=1745', 0, 'extb_post_json', '', 0),
(1747, 1, '2020-03-04 09:20:51', '2020-03-04 09:20:51', '<div data-colibri-id=\"1747-m1\" class=\"style-303 style-local-1747-m1 position-relative\">\n  <!---->\n  <div data-colibri-id=\"1747-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-304 style-local-1747-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-305-outer style-local-1747-m3-outer\">\n        <div data-colibri-id=\"1747-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-305 style-local-1747-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=\"1747-m4\" class=\"h-global-transition-all h-heading style-306 style-local-1747-m4 position-relative h-element\">\n              <!---->\n              <div class=\"h-heading__outer style-306 style-local-1747-m4\">\n                <!---->\n                <!---->\n                <h2 class=\"\">404</h2>\n              </div>\n            </div>\n            <div data-colibri-id=\"1747-m5\" class=\"h-text h-text-component style-307 style-local-1747-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=\"1747-m6\" class=\"h-x-container style-308 style-local-1747-m6 position-relative h-element\">\n              <!---->\n              <div class=\"h-x-container-inner style-dynamic-1747-m6-group\">\n                <!----><span class=\"h-button__outer style-309-outer style-local-1747-m7-outer d-inline-flex h-element\"><a  h-use-smooth-scroll=\"true\" href=\"[colibri_home_url]\"  data-colibri-id=\"1747-m7\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-309 style-local-1747-m7 position-relative\"><!----><!----> <span >Go to Homepage!</span>                <span class=\"h-svg-icon h-button__icon style-309-icon style-local-1747-m7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)-->[colibri_svg_icon name=icons8-line-awesome/arrow-right]</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', '', '1747', '', '', '2023-03-19 03:51:49', '2023-03-19 03:51:49', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_main&#038;p=1747', 0, 'extb_post_main', '', 0),
(1748, 1, '2020-03-04 09:20:51', '2020-03-04 09:20:51', '{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1747-m3\",\"index\":0,\"id\":\"1747-m4\",\"partialId\":1747,\"styleRef\":306,\"type\":\"main\",\"props\":{\"content\":\"404\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1747-m3\",\"index\":1,\"id\":\"1747-m5\",\"partialId\":1747,\"styleRef\":307,\"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\":\"1747-m7\",\"parentId\":\"1747-m6\",\"partialId\":1747,\"styleRef\":309,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"1747-m3\",\"index\":2,\"id\":\"1747-m6\",\"partialId\":1747,\"styleRef\":308,\"type\":\"main\"}],\"id\":\"1747-m3\",\"parentId\":\"1747-m2\",\"partialId\":1747,\"styleRef\":305,\"type\":\"main\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}],\"id\":\"1747-m2\",\"parentId\":\"1747-m1\",\"partialId\":1747,\"styleRef\":304,\"type\":\"main\",\"props\":{\"name\":\"Nothing found\",\"attrs\":{\"id\":\"nothing-found\"}}}],\"id\":\"1747-m1\",\"partialId\":1747,\"styleRef\":303,\"type\":\"main\"}', '', '', 'publish', 'closed', 'closed', '', '1748', '', '', '2020-03-04 09:20:51', '2020-03-04 09:20:51', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&amp;p=1748', 0, 'extb_post_json', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1750, 1, '2020-03-04 09:20:51', '2020-03-04 09:20:51', '<div data-colibri-id=\"1750-m1\" class=\"style-310 style-local-1750-m1 position-relative\">\n  <!---->\n  <div data-colibri-id=\"1750-m2\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-3 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-311 style-local-1750-m2 position-relative\">\n    <!---->\n    <div data-colibri-component=\"\" 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-2 gutters-col-v-lg-3 gutters-col-v-md-3 gutters-col-v-3 style-311-row style-local-1750-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-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-312-outer%20style-local-1750-m3-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221750-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-312%20style-local-1750-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%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221750-m4%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-313%20style-local-1750-m4%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-314-outer%20style-local-1750-m5-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221750-m5%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-314%20style-local-1750-m5%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=%221750-m6%22%20class=%22h-blog-categories%20style-315%20style-local-1750-m6%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%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%3Cdiv%20%20%20data-colibri-id=%221750-m7%22%20class=%22h-blog-title%20style-316%20style-local-1750-m7%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=%221750-m8%22%20class=%22h-blog-meta%20style-317%20style-local-1750-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%20%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%20%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%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%3Cdiv%20%20%20data-colibri-id=%221750-m9%22%20class=%22style-318%20style-local-1750-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=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%221750-m10%22%20class=%22h-x-container%20style-319%20style-local-1750-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1750-m10-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-320-outer%20style-local-1750-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=%221750-m11%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-320%20style-local-1750-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-320-icon%20style-local-1750-m11-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/arrow-right%5D%3C/span%3E%3C/a%3E%3C/span%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=\"1750-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-321 style-local-1750-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 h-col-md h-col style-322-outer style-local-1750-m13-outer\">\n        <div data-colibri-id=\"1750-m13\" 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-322 style-local-1750-m13 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-323-outer style-local-1750-m14-outer\">\n        <div data-colibri-id=\"1750-m14\" 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-323 style-local-1750-m14 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-start align-self-md-start align-self-start\">\n            <!---->\n            <div data-colibri-id=\"1750-m15\" class=\"style-324 style-local-1750-m15 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-auto h-col-md-auto h-col-auto style-325-outer style-local-1750-m16-outer\">\n        <div data-colibri-id=\"1750-m16\" 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-325 style-local-1750-m16 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-start align-self-md-start align-self-start\">\n            <!---->\n            <div data-colibri-id=\"1750-m17\" class=\"style-326 style-local-1750-m17 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-327-outer style-local-1750-m18-outer\">\n        <div data-colibri-id=\"1750-m18\" 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-327 style-local-1750-m18 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-start align-self-md-start align-self-start\">\n            <!---->\n            <div data-colibri-id=\"1750-m19\" class=\"style-328 style-local-1750-m19 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=\"1750-m20\" 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-329 style-local-1750-m20 position-relative\">\n    <!---->\n    <div class=\"h-row justify-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-330-outer style-local-1750-m21-outer\">\n        <div data-colibri-id=\"1750-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-330 style-local-1750-m21 position-relative\">\n          <!---->\n          <!---->\n          <div class=\"w-100 h-y-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=\"1750-m22\" 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', '', '1750', '', '', '2023-03-19 03:51:49', '2023-03-19 03:51:49', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_main&#038;p=1750', 0, 'extb_post_main', '', 0),
(1751, 1, '2020-03-04 09:20:51', '2020-03-04 09:20:51', '{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-categories-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1750-m5\",\"parentId\":\"1750-m4\",\"partialId\":1750,\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1750-m5\",\"index\":1,\"id\":\"1750-m6\",\"partialId\":1750,\"styleRef\":315,\"type\":\"main\",\"props\":{\"prefix\":\"\"}}],\"styleRef\":314,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"1750-m3\",\"index\":1,\"id\":\"1750-m4\",\"partialId\":1750,\"styleRef\":313,\"type\":\"main\"},{\"name\":\"hop-post-title\",\"parentId\":\"1750-m3\",\"id\":\"1750-m7\",\"partialId\":1750,\"styleRef\":316,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"parentId\":\"1750-m3\",\"id\":\"1750-m8\",\"partialId\":1750,\"styleRef\":317,\"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\":true,\"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\":\"\",\"suffix\":\"comments\"}],\"showIcons\":false,\"separator\":\"| \"},\"slot\":null,\"index\":3},{\"name\":\"hop-post-excerpt\",\"id\":\"1750-m9\",\"parentId\":\"1750-m3\",\"partialId\":1750,\"styleRef\":318,\"type\":\"main\"},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1750-m11\",\"parentId\":\"1750-m10\",\"partialId\":1750,\"styleRef\":320,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"1750-m3\",\"index\":4,\"id\":\"1750-m10\",\"partialId\":1750,\"styleRef\":319,\"type\":\"main\"}],\"id\":\"1750-m3\",\"parentId\":\"1750-m2\",\"partialId\":1750,\"styleRef\":312,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"1750-m1\",\"index\":0,\"id\":\"1750-m2\",\"partialId\":1750,\"styleRef\":311,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"1750-m13\",\"parentId\":\"1750-m12\",\"partialId\":1750,\"styleRef\":322,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"1750-m14\",\"parentId\":\"1750-m12\",\"partialId\":1750,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"1750-m14\",\"index\":0,\"id\":\"1750-m15\",\"partialId\":1750,\"styleRef\":324,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"stateType\":\"hover\",\"prevLabel\":\"Back\"}}],\"styleRef\":323,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"1750-m16\",\"parentId\":\"1750-m12\",\"partialId\":1750,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"1750-m16\",\"index\":0,\"id\":\"1750-m17\",\"partialId\":1750,\"styleRef\":326,\"type\":\"main\",\"props\":{\"stateType\":\"active\"}}],\"styleRef\":325,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"1750-m18\",\"parentId\":\"1750-m12\",\"partialId\":1750,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"1750-m18\",\"index\":0,\"id\":\"1750-m19\",\"partialId\":1750,\"styleRef\":328,\"type\":\"main\",\"props\":{\"stateType\":\"hover\",\"nextLabel\":\"Next\"}}],\"styleRef\":327,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"1750-m1\",\"index\":4,\"id\":\"1750-m12\",\"partialId\":1750,\"styleRef\":321,\"type\":\"main\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-archive-navigation\",\"slot\":null,\"parentId\":\"1750-m21\",\"index\":1,\"id\":\"1750-m22\",\"partialId\":1750,\"styleRef\":331,\"type\":\"main\"}],\"id\":\"1750-m21\",\"parentId\":\"1750-m20\",\"partialId\":1750,\"styleRef\":330,\"type\":\"main\"}],\"id\":\"1750-m20\",\"parentId\":\"1750-m1\",\"partialId\":1750,\"styleRef\":329,\"type\":\"main\",\"props\":{\"name\":\"Search results\",\"attrs\":{\"id\":\"search-results\"}}}],\"id\":\"1750-m1\",\"partialId\":1750,\"styleRef\":310,\"type\":\"main\"}', '', '', 'publish', 'closed', 'closed', '', '1751', '', '', '2020-03-04 09:20:51', '2020-03-04 09:20:51', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&amp;p=1751', 0, 'extb_post_json', '', 0),
(1753, 1, '2020-03-04 09:20:51', '2020-03-04 09:20:51', '<div disabled-ui=\"true\" data-colibri-id=\"1753-s1\" class=\"style-332 style-local-1753-s1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1753-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-333 style-local-1753-s2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1753-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-338 style-local-1753-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-339-outer style-local-1753-s4-outer\">\n            <div data-colibri-id=\"1753-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-339 style-local-1753-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=\"1753-s5\" class=\"h-widget-area style-340 style-local-1753-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=\"1753-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-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', '', '1753', '', '', '2023-03-19 23:51:26', '2023-03-19 23:51:26', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_sidebar&#038;p=1753', 0, 'extb_post_sidebar', '', 0),
(1754, 1, '2020-03-04 09:20:51', '2020-03-04 09:20:51', '{\"name\":\"hop-sidebar\",\"id\":\"1753-s1\",\"partialId\":1753,\"styleRef\":332,\"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\":\"1753-s15\",\"parentId\":\"1753-s14\",\"partialId\":1753,\"styleRef\":336,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"1753-s16\",\"parentId\":\"1753-s14\",\"partialId\":1753,\"styleRef\":337,\"type\":\"sidebar\"}],\"id\":\"1753-s14\",\"parentId\":\"1753-s13\",\"partialId\":1753,\"styleRef\":335,\"type\":\"sidebar\"}],\"id\":\"1753-s13\",\"parentId\":\"1753-s2\",\"partialId\":1753,\"styleRef\":334,\"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\":\"1753-s4\",\"parentId\":\"1753-s3\",\"partialId\":1753,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"sidebar-1\"},\"id\":\"1753-s5\",\"parentId\":\"1753-s4\",\"partialId\":1753,\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"1753-s6\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":341,\"type\":\"sidebar\",\"props\":{\"stateButton\":\"\",\"showButton\":true,\"showPlaceholder\":true,\"stateInput\":\"\",\"showIconButton\":true}},{\"name\":\"hop-recent-post-widget\",\"id\":\"1753-s7\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":342,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"1753-s8\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":343,\"type\":\"sidebar\"},{\"name\":\"hop-archives-widget\",\"id\":\"1753-s9\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":344,\"type\":\"sidebar\"},{\"name\":\"hop-categories-widget\",\"id\":\"1753-s10\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":345,\"type\":\"sidebar\"},{\"name\":\"hop-meta-widget\",\"id\":\"1753-s11\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":346,\"type\":\"sidebar\"},{\"name\":\"hop-text-widget\",\"id\":\"1753-s12\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":347,\"type\":\"sidebar\"}],\"styleRef\":340,\"type\":\"sidebar\"}],\"styleRef\":339,\"type\":\"sidebar\"}],\"id\":\"1753-s3\",\"parentId\":\"1753-s2\",\"partialId\":1753,\"styleRef\":338,\"type\":\"sidebar\"}],\"parentId\":\"1753-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\"Blog Sidebar\",\"attrs\":{\"id\":\"blog-sidebar\"}},\"id\":\"1753-s2\",\"partialId\":1753,\"styleRef\":333}]}', '', '', 'publish', 'closed', 'closed', '', '1754', '', '', '2023-03-19 23:51:26', '2023-03-19 23:51:26', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&#038;p=1754', 0, 'extb_post_json', '', 0),
(1951, 1, '2020-06-04 07:00:00', '2020-06-04 07:00:00', '<div disabled-ui=\"true\" data-colibri-id=\"1951-s1\" class=\"style-353 style-local-1951-s1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1951-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-354 style-local-1951-s2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1951-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-359 style-local-1951-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-360-outer style-local-1951-s4-outer\">\n            <div data-colibri-id=\"1951-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-360 style-local-1951-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=\"1951-s5\" class=\"h-widget-area style-361 style-local-1951-s5 position-relative h-element\">\n                  <!---->\n                  <div class=\"widget-shortcode h-global-transition-all\">[colibri_widget_area id=\"ecommerce-left\"]</div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-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_product', '', 'publish', 'closed', 'closed', '', '1951', '', '', '2023-03-19 03:51:49', '2023-03-19 03:51:49', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_sidebar&#038;p=1951', 0, 'extb_post_sidebar', '', 0),
(1952, 1, '2020-06-04 07:00:00', '2020-06-04 07:00:00', '{\"name\":\"hop-sidebar\",\"id\":\"1951-s1\",\"partialId\":1951,\"styleRef\":353,\"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\":\"1951-s15\",\"parentId\":\"1951-s14\",\"partialId\":1951,\"styleRef\":357,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"1951-s16\",\"parentId\":\"1951-s14\",\"partialId\":1951,\"styleRef\":358,\"type\":\"sidebar\"}],\"id\":\"1951-s14\",\"parentId\":\"1951-s13\",\"partialId\":1951,\"styleRef\":356,\"type\":\"sidebar\"}],\"id\":\"1951-s13\",\"parentId\":\"1951-s2\",\"partialId\":1951,\"styleRef\":355,\"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\":\"1951-s4\",\"parentId\":\"1951-s3\",\"partialId\":1951,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"ecommerce-left\"},\"id\":\"1951-s5\",\"parentId\":\"1951-s4\",\"partialId\":1951,\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"1951-s6\",\"parentId\":\"1951-s5\",\"partialId\":1951,\"styleRef\":362,\"type\":\"sidebar\",\"props\":{\"stateButton\":\"\",\"showButton\":true,\"showPlaceholder\":true,\"stateInput\":\"\",\"showIconButton\":true}},{\"name\":\"hop-recent-post-widget\",\"id\":\"1951-s7\",\"parentId\":\"1951-s5\",\"partialId\":1951,\"styleRef\":363,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"1951-s8\",\"parentId\":\"1951-s5\",\"partialId\":1951,\"styleRef\":364,\"type\":\"sidebar\"},{\"name\":\"hop-archives-widget\",\"id\":\"1951-s9\",\"parentId\":\"1951-s5\",\"partialId\":1951,\"styleRef\":365,\"type\":\"sidebar\"},{\"name\":\"hop-categories-widget\",\"id\":\"1951-s10\",\"parentId\":\"1951-s5\",\"partialId\":1951,\"styleRef\":366,\"type\":\"sidebar\"},{\"name\":\"hop-meta-widget\",\"id\":\"1951-s11\",\"parentId\":\"1951-s5\",\"partialId\":1951,\"styleRef\":367,\"type\":\"sidebar\"},{\"name\":\"hop-text-widget\",\"id\":\"1951-s12\",\"parentId\":\"1951-s5\",\"partialId\":1951,\"styleRef\":368,\"type\":\"sidebar\"}],\"styleRef\":361,\"type\":\"sidebar\"}],\"styleRef\":360,\"type\":\"sidebar\"}],\"id\":\"1951-s3\",\"parentId\":\"1951-s2\",\"partialId\":1951,\"styleRef\":359,\"type\":\"sidebar\"}],\"parentId\":\"1951-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\" Woo Sidebar\",\"attrs\":{\"id\":\"product-sidebar\"}},\"id\":\"1951-s2\",\"partialId\":1951,\"styleRef\":354}]}', '', '', 'publish', 'closed', 'closed', '', '1952', '', '', '2020-06-04 07:00:00', '2020-06-04 07:00:00', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=extb_post_json&amp;p=1952', 0, 'extb_post_json', '', 0),
(1953, 1, '2019-11-22 14:03:13', '2019-11-22 14:03:13', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://10.44.205.4/wp/mihai/coaching-free/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2019-11-22 14:03:13', '2019-11-22 14:03:13', '', 0, 'http://10.44.205.4/wp/mihai/coaching-free/?page_id=2', 0, 'page', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1955, 1, '2019-11-22 14:05:24', '2019-11-22 14:05:24', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c36\" 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-195 style-local-1955-c36 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c37-outer\">\n            <div data-colibri-id=\"1955-c37\" 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-196 style-local-1955-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=\"1955-c38\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c38 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c38\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c39\" class=\"h-text h-text-component style-198 style-local-1955-c39 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c27\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-453-outer style-local-1955-c28-outer\">\n            <div data-colibri-id=\"1955-c28\" 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-453 style-local-1955-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c29\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c29\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c30\" class=\"d-block style-456 style-local-1955-c30 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c30-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c30-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c31\" class=\"h-text h-text-component style-454 style-local-1955-c31 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c32\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c32 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c33-outer\">\n            <div data-colibri-id=\"1955-c33\" 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-449 style-local-1955-c33 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c34\" class=\"h-x-container style-450 style-local-1955-c34 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c34-group style-450-spacing style-local-1955-c34-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c35-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c35\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c35 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c40\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c40 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c41\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-c41 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-443-outer style-local-1955-c42-outer\">\n            <div data-colibri-id=\"1955-c42\" 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-443 style-local-1955-c42 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c43\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c43 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c43\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Click HERE TO REGISTER\n                      <br>FOR LICENSE\n                      <br>AND PAY BY PAYPAL&nbsp;</h2>\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=\"1955-c49\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c49 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c65\" 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-220 style-local-1955-c65 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c66-outer\">\n            <div data-colibri-id=\"1955-c66\" 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-221 style-local-1955-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=\"1955-c67\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c67 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c67\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c68\" class=\"h-text h-text-component style-223 style-local-1955-c68 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c50\" 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-207 style-local-1955-c50 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c51-outer\">\n            <div data-colibri-id=\"1955-c51\" 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-208 style-local-1955-c51 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c52\" 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-209 style-local-1955-c52 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c52-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-210-outer%20style-local-1955-c53-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c53%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-210%20style-local-1955-c53%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=%221955-c54%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c54%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-1955-c54-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=%221955-c55%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c55%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-2%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-auto%20style-213-outer%20style-local-1955-c56-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c56%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-213%20style-local-1955-c56%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=%221955-c57%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c57%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c58%22%20class=%22h-blog-title%20style-215%20style-local-1955-c58%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=%221955-c59%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c59%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c60%22%20class=%22style-217%20style-local-1955-c60%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%20%20data-colibri-id=%221955-c61%22%20class=%22h-x-container%20style-218%20style-local-1955-c61%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c61-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c62-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=%221955-c62%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c62%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c62-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c63\" class=\"h-x-container style-416 style-local-1955-c63 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c63-group style-416-spacing style-local-1955-c63-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c64-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c64\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c64 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c69\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c69 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c70\" 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-225 style-local-1955-c70 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c71-outer\">\n            <div data-colibri-id=\"1955-c71\" 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-226 style-local-1955-c71 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c72\" 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-227 style-local-1955-c72 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c73-outer\">\n                      <div data-colibri-id=\"1955-c73\" 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-228 style-local-1955-c73 position-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=\"1955-c74\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c74 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c74\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c75\" class=\"h-icon style-230 style-local-1955-c75 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c75-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c76\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c76 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c76\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c77\" class=\"style-232 style-local-1955-c77 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c78-outer\">\n                    <div data-colibri-id=\"1955-c78\" 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-233 style-local-1955-c78 position-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=\"1955-c79\" class=\"style-234 style-local-1955-c79 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'publish', 'closed', 'closed', '', 'colibri-wp', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/colibri-wp/', 0, 'page', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(6, 1, '2019-11-22 14:05:24', '2019-11-22 14:05:24', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2019-11-22 14:05:24', '2019-11-22 14:05:24', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/blog/', 0, 'page', '', 0),
(1540, 1, '2019-11-22 15:04:39', '2019-11-22 15:04:39', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\ncoaching \"[your-subject]\"\ncoaching <wordpress@mihai.extendstudio.net>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on coaching (https://colibriwp-work.colibriwp.com/coaching-free)\nexample@example.com\nReply-To: [your-email]\n\n0\n0\n\ncoaching \"[your-subject]\"\ncoaching <wordpress@mihai.extendstudio.net>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on coaching (https://colibriwp-work.colibriwp.com/coaching-free)\n[your-email]\nReply-To: example@example.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2019-11-22 15:04:39', '2019-11-22 15:04:39', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?post_type=wpcf7_contact_form&amp;p=1540', 0, 'wpcf7_contact_form', '', 0),
(1631, 1, '2023-08-14 20:56:25', '2019-11-22 15:17:49', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2023-08-14 20:56:25', '2023-08-14 20:56:25', '', 0, 'https://colibriwp-work.colibriwp.com/coaching-free/?p=1631', 1, 'nav_menu_item', '', 0),
(1957, 1, '2019-11-22 14:05:30', '2019-11-22 14:05:30', '<div data-colibri-id=\"10-h1\" class=\"page-header style-35 style-local-10-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-10-h29-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"10-h29\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-10-h29\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"10-h30\" 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-10-h30 position-relative\">\n            <!---->\n            <div class=\"h-row justify-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-10-h31-outer\">\n                <div data-colibri-id=\"10-h31\" 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-10-h31 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-h32\" 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-10-h32 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-10-h32-image\">\n                        <img src=\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/02/logo-coaching-dark-2.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-10-h32-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-10-h33-outer h-hide-sm\">\n                <div data-colibri-id=\"10-h33\" 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-10-h33 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-h34\" class=\"style-7 style-local-10-h34 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-10-h35-outer\">\n                <div data-colibri-id=\"10-h35\" 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-10-h35 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-h36\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-10-h36 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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"10-h37\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-10-h37 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-10-h37\" data-target-id=\"offcanvas-wrapper-10-h37\" data-offcanvas-overlay-id=\"offcanvas-overlay-10-h37\" 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-h37\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-10-h37-offscreen\">\n                          <div data-colibri-id=\"10-h38\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-10-h38 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"10-h40\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-10-h40 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-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-0 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-none style-13-outer style-local-10-h41-outer\">\n                                    <div data-colibri-id=\"10-h41\" 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-10-h41 position-relative\">\n                                      <!---->\n                                      <!---->\n                                      <div class=\"w-100 h-y-container h-column__content 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-h42\" 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-10-h42 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-14-image style-local-10-h42-image\">\n                                            <img src=\"https://colibriwp-work.colibriwp.com/coaching-free/wp-content/uploads/2020/02/logo-coaching-dark-2.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-10-h42-image\">\n                                          </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-h39\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-10-h39 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-h43\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-10-h43 position-relative\">\n                                <!---->\n                                <div class=\"h-row justify-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-0 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-none style-16-outer style-local-10-h44-outer\">\n                                    <div data-colibri-id=\"10-h44\" 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-10-h44 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-h37\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-10-h37-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-59 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(32, 31, 37); opacity: 0.7;\"></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(32, 31, 37); opacity: 0.7;\"></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(32, 31, 37); opacity: 0.7;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\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-60 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-61-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-61 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-62 style-local-10-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_page_title tag=\"h1\"]</div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <!---->\n        </div>\n      </div>\n    </div>\n  </div>\n</div>', 'header_post', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2019-11-22 14:05:30', '2019-11-22 14:05:30', '', 10, 'https://certifications.prepmajor.com/scrum/?p=1957', 0, 'revision', '', 0),
(3084, 1, '2023-03-21 22:11:10', '2023-03-21 22:11:10', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 22:11:10', '2023-03-21 22:11:10', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3084', 0, 'revision', '', 0),
(3085, 1, '2023-03-21 23:05:28', '2023-03-21 23:05:28', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:05:28', '2023-03-21 23:05:28', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3085', 0, 'revision', '', 0),
(3086, 1, '2023-03-21 23:05:28', '2023-03-21 23:05:28', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:05:28', '2023-03-21 23:05:28', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3086', 0, 'revision', '', 0),
(3091, 1, '2023-03-21 23:14:19', '2023-03-21 23:14:19', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:14:19', '2023-03-21 23:14:19', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3091', 0, 'revision', '', 0),
(3092, 1, '2023-03-21 23:16:58', '2023-03-21 23:16:58', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:16:58', '2023-03-21 23:16:58', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3092', 0, 'revision', '', 0),
(3093, 1, '2023-03-21 23:16:58', '2023-03-21 23:16:58', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:16:58', '2023-03-21 23:16:58', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3093', 0, 'revision', '', 0),
(3094, 1, '2023-03-21 23:16:58', '2023-03-21 23:16:58', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:16:58', '2023-03-21 23:16:58', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3094', 0, 'revision', '', 0),
(3095, 1, '2023-03-21 23:18:21', '2023-03-21 23:18:21', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:18:21', '2023-03-21 23:18:21', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3095', 0, 'revision', '', 0),
(2158, 1, '2023-03-11 02:05:29', '2023-03-11 02:05:29', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Credit Card  Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrolment - Credit Card', '', 'publish', 'closed', 'closed', '', 'creditcard-certification-enrollment', '', '', '2023-03-24 22:49:30', '2023-03-24 22:49:30', '', 0, 'https://certifications.prepmajor.com/scrums/?page_id=2158', 0, 'page', '', 0),
(3087, 1, '2023-03-21 23:05:28', '2023-03-21 23:05:28', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:05:28', '2023-03-21 23:05:28', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3087', 0, 'revision', '', 0),
(3090, 1, '2023-03-21 23:14:19', '2023-03-21 23:14:19', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 23:14:19', '2023-03-21 23:14:19', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3090', 0, 'revision', '', 0),
(1962, 1, '2023-03-19 03:51:49', '2023-03-19 03:51:49', '<div data-colibri-id=\"1741-m1\" class=\"style-238 style-local-1741-m1 h-overflow-hidden position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1741-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-239 style-local-1741-m2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1741-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-244 style-local-1741-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-245-outer%20style-local-1741-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221741-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-245%20style-local-1741-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=%221741-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-246%20style-local-1741-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-1741-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=%221741-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-247%20style-local-1741-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-248-outer%20style-local-1741-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-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-248%20style-local-1741-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=%221741-m8%22%20class=%22h-blog-meta%20style-249%20style-local-1741-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%20%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%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%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%3Cdiv%20%20%20data-colibri-id=%221741-m9%22%20class=%22style-250%20style-local-1741-m9%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%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221741-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-251%20style-local-1741-m10%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-252-outer%20style-local-1741-m11-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-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-252%20style-local-1741-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-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221741-m12%22%20class=%22h-text%20h-text-component%20style-253%20style-local-1741-m12%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ECategories:%3C/p%3E%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%20h-col-md%20h-col%20style-254-outer%20style-local-1741-m13-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-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-254%20style-local-1741-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-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221741-m14%22%20class=%22h-blog-categories%20style-255%20style-local-1741-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%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%5Bcolibri_layout_wrapper%20name=%22tags_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221741-m15%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-256%20style-local-1741-m15%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-center%20align-items-md-center%20align-items-center%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%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-257-outer%20style-local-1741-m16-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-m16%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-257%20style-local-1741-m16%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%20data-colibri-id=%221741-m17%22%20class=%22h-text%20h-text-component%20style-258%20style-local-1741-m17%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ETags:%3C/p%3E%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%20h-col-md%20h-col%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-259-outer%20style-local-1741-m18-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-m18%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-259%20style-local-1741-m18%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=%221741-m19%22%20class=%22h-blog-tags%20empty-preview%20style-260%20style-local-1741-m19%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%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22navigation_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221741-m20%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-261%20style-local-1741-m20%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-262-outer%20style-local-1741-m21-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-m21%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-262%20style-local-1741-m21%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=%221741-m22%22%20class=%22post-nav-button%20hide-title%20style-263%20style-local-1741-m22%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22prev%22%20prev_post=%22Previous%20post%22%20next_post=%22Next%20post:%22%20show_title=%22false%22%20title_length=%2240%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-264-outer%20style-local-1741-m23-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221741-m23%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-264%20style-local-1741-m23%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=%221741-m24%22%20class=%22post-nav-button%20hide-title%20style-265%20style-local-1741-m24%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22next%22%20prev_post=%22Previous%20post:%22%20next_post=%22Next%20post%22%20show_title=%22false%22%20title_length=%2230%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=\"1741-m29\" id=\"comments\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-266 style-local-1741-m29 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1741-m30\" 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-1741-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-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-1741-m31-outer\">\n            <div data-colibri-id=\"1741-m31\" 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-272 style-local-1741-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=\"1741-m32\" class=\"style-273 style-local-1741-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=\"1741-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', '', '1741-revision-v1', '', '', '2023-03-19 03:51:49', '2023-03-19 03:51:49', '', 1741, 'https://certifications.prepmajor.com/scrum/?p=1962', 0, 'revision', '', 0),
(1964, 1, '2023-03-19 03:51:49', '2023-03-19 03:51:49', '<div data-colibri-id=\"1747-m1\" class=\"style-303 style-local-1747-m1 position-relative\">\n  <!---->\n  <div data-colibri-id=\"1747-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-304 style-local-1747-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-305-outer style-local-1747-m3-outer\">\n        <div data-colibri-id=\"1747-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-305 style-local-1747-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=\"1747-m4\" class=\"h-global-transition-all h-heading style-306 style-local-1747-m4 position-relative h-element\">\n              <!---->\n              <div class=\"h-heading__outer style-306 style-local-1747-m4\">\n                <!---->\n                <!---->\n                <h2 class=\"\">404</h2>\n              </div>\n            </div>\n            <div data-colibri-id=\"1747-m5\" class=\"h-text h-text-component style-307 style-local-1747-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=\"1747-m6\" class=\"h-x-container style-308 style-local-1747-m6 position-relative h-element\">\n              <!---->\n              <div class=\"h-x-container-inner style-dynamic-1747-m6-group\">\n                <!----><span class=\"h-button__outer style-309-outer style-local-1747-m7-outer d-inline-flex h-element\"><a  h-use-smooth-scroll=\"true\" href=\"[colibri_home_url]\"  data-colibri-id=\"1747-m7\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-309 style-local-1747-m7 position-relative\"><!----><!----> <span >Go to Homepage!</span>                <span class=\"h-svg-icon h-button__icon style-309-icon style-local-1747-m7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)-->[colibri_svg_icon name=icons8-line-awesome/arrow-right]</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', '', '1747-revision-v1', '', '', '2023-03-19 03:51:49', '2023-03-19 03:51:49', '', 1747, 'https://certifications.prepmajor.com/scrum/?p=1964', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1965, 1, '2023-03-19 03:51:49', '2023-03-19 03:51:49', '<div data-colibri-id=\"1750-m1\" class=\"style-310 style-local-1750-m1 position-relative\">\n  <!---->\n  <div data-colibri-id=\"1750-m2\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-3 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-311 style-local-1750-m2 position-relative\">\n    <!---->\n    <div data-colibri-component=\"\" 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-2 gutters-col-v-lg-3 gutters-col-v-md-3 gutters-col-v-3 style-311-row style-local-1750-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-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-312-outer%20style-local-1750-m3-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221750-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-312%20style-local-1750-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%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%221750-m4%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-313%20style-local-1750-m4%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-314-outer%20style-local-1750-m5-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%221750-m5%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-314%20style-local-1750-m5%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=%221750-m6%22%20class=%22h-blog-categories%20style-315%20style-local-1750-m6%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%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%3Cdiv%20%20%20data-colibri-id=%221750-m7%22%20class=%22h-blog-title%20style-316%20style-local-1750-m7%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=%221750-m8%22%20class=%22h-blog-meta%20style-317%20style-local-1750-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%20%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%20%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%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%3Cdiv%20%20%20data-colibri-id=%221750-m9%22%20class=%22style-318%20style-local-1750-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=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%221750-m10%22%20class=%22h-x-container%20style-319%20style-local-1750-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1750-m10-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-320-outer%20style-local-1750-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=%221750-m11%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-320%20style-local-1750-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-320-icon%20style-local-1750-m11-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/arrow-right%5D%3C/span%3E%3C/a%3E%3C/span%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=\"1750-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-321 style-local-1750-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 h-col-md h-col style-322-outer style-local-1750-m13-outer\">\n        <div data-colibri-id=\"1750-m13\" 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-322 style-local-1750-m13 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-323-outer style-local-1750-m14-outer\">\n        <div data-colibri-id=\"1750-m14\" 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-323 style-local-1750-m14 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-start align-self-md-start align-self-start\">\n            <!---->\n            <div data-colibri-id=\"1750-m15\" class=\"style-324 style-local-1750-m15 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-auto h-col-md-auto h-col-auto style-325-outer style-local-1750-m16-outer\">\n        <div data-colibri-id=\"1750-m16\" 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-325 style-local-1750-m16 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-start align-self-md-start align-self-start\">\n            <!---->\n            <div data-colibri-id=\"1750-m17\" class=\"style-326 style-local-1750-m17 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-327-outer style-local-1750-m18-outer\">\n        <div data-colibri-id=\"1750-m18\" 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-327 style-local-1750-m18 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-start align-self-md-start align-self-start\">\n            <!---->\n            <div data-colibri-id=\"1750-m19\" class=\"style-328 style-local-1750-m19 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=\"1750-m20\" 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-329 style-local-1750-m20 position-relative\">\n    <!---->\n    <div class=\"h-row justify-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-330-outer style-local-1750-m21-outer\">\n        <div data-colibri-id=\"1750-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-330 style-local-1750-m21 position-relative\">\n          <!---->\n          <!---->\n          <div class=\"w-100 h-y-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=\"1750-m22\" 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', '', '1750-revision-v1', '', '', '2023-03-19 03:51:49', '2023-03-19 03:51:49', '', 1750, 'https://certifications.prepmajor.com/scrum/?p=1965', 0, 'revision', '', 0),
(1966, 1, '2023-03-19 03:51:49', '2023-03-19 03:51:49', '<div disabled-ui=\"true\" data-colibri-id=\"1753-s1\" class=\"style-332 style-local-1753-s1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1753-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-333 style-local-1753-s2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1753-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-338 style-local-1753-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-339-outer style-local-1753-s4-outer\">\n            <div data-colibri-id=\"1753-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-339 style-local-1753-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=\"1753-s5\" class=\"h-widget-area style-340 style-local-1753-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=\"1753-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-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', '', '1753-revision-v1', '', '', '2023-03-19 03:51:49', '2023-03-19 03:51:49', '', 1753, 'https://certifications.prepmajor.com/scrum/?p=1966', 0, 'revision', '', 0),
(1967, 1, '2023-03-19 03:51:49', '2023-03-19 03:51:49', '<div disabled-ui=\"true\" data-colibri-id=\"1951-s1\" class=\"style-353 style-local-1951-s1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1951-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-354 style-local-1951-s2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1951-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-359 style-local-1951-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-360-outer style-local-1951-s4-outer\">\n            <div data-colibri-id=\"1951-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-360 style-local-1951-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=\"1951-s5\" class=\"h-widget-area style-361 style-local-1951-s5 position-relative h-element\">\n                  <!---->\n                  <div class=\"widget-shortcode h-global-transition-all\">[colibri_widget_area id=\"ecommerce-left\"]</div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1951-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_product', '', 'inherit', 'closed', 'closed', '', '1951-revision-v1', '', '', '2023-03-19 03:51:49', '2023-03-19 03:51:49', '', 1951, 'https://certifications.prepmajor.com/scrum/?p=1967', 0, 'revision', '', 0),
(3235, 1, '2023-03-24 19:59:06', '2023-03-24 19:59:06', '', 'registration-form-by-bank-transfer-payment', '', 'publish', 'closed', 'closed', '', 'registration-form-2', '', '', '2023-03-24 23:09:23', '2023-03-24 23:09:23', '', 0, 'https://certifications.prepmajor.com/scrum/?post_type=forminator_forms&#038;p=3235', 0, 'forminator_forms', '', 0),
(3236, 1, '2023-03-24 19:59:19', '2023-03-24 19:59:19', '', 'registration-form', '', 'publish', 'closed', 'closed', '', 'registration-form-3', '', '', '2023-03-24 19:59:19', '2023-03-24 19:59:19', '', 0, 'https://certifications.prepmajor.com/scrum/?post_type=forminator_forms&p=3236', 0, 'forminator_forms', '', 0),
(3237, 1, '2023-03-24 20:16:08', '2023-03-24 20:16:08', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										bank transfer Details \n									</li>\n								<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrolment - Bank Transfer', '', 'publish', 'closed', 'closed', '', 'banktransfer-certification-enrollment', '', '', '2023-03-24 22:49:23', '2023-03-24 22:49:23', '', 0, 'https://certifications.prepmajor.com/scrum/?page_id=3237', 0, 'page', '', 0),
(3238, 1, '2023-03-24 20:16:15', '2023-03-24 20:16:15', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"3561\"]', 'Certification Enrolment - Paypal', '', 'publish', 'closed', 'closed', '', 'paypal-certification-enrollment', '', '', '2023-04-24 04:40:56', '2023-04-24 04:40:56', '', 0, 'https://certifications.prepmajor.com/scrum/?page_id=3238', 0, 'page', '', 0),
(3566, 1, '2023-04-24 04:38:34', '2023-04-24 04:38:34', '[forminator_form id=\"3561\"]', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-04-24 04:38:34', '2023-04-24 04:38:34', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3566', 0, 'revision', '', 0),
(3567, 1, '2023-04-24 04:38:34', '2023-04-24 04:38:34', '[forminator_form id=\"3561\"]', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-04-24 04:38:34', '2023-04-24 04:38:34', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3567', 0, 'revision', '', 0),
(3239, 1, '2023-03-24 20:17:59', '2023-03-24 20:17:59', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment - Copy', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:17:59', '2023-03-24 20:17:59', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3239', 0, 'revision', '', 0),
(3240, 1, '2023-03-24 20:18:22', '2023-03-24 20:18:22', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment - Bank transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:18:22', '2023-03-24 20:18:22', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3240', 0, 'revision', '', 0),
(3241, 1, '2023-03-24 20:18:32', '2023-03-24 20:18:32', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:18:32', '2023-03-24 20:18:32', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3241', 0, 'revision', '', 0),
(3242, 1, '2023-03-24 20:18:59', '2023-03-24 20:18:59', '<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Scrum License Register Form</h2>\n[forminator_form id=\"2984\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:18:59', '2023-03-24 20:18:59', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3242', 0, 'revision', '', 0),
(3246, 1, '2023-03-24 20:21:02', '2023-03-24 20:21:02', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:21:02', '2023-03-24 20:21:02', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3246', 0, 'revision', '', 0),
(3244, 1, '2023-03-24 20:21:02', '2023-03-24 20:21:02', '<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Scrum License Register Form</h2>\n[forminator_form id=\"2984\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:21:02', '2023-03-24 20:21:02', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3244', 0, 'revision', '', 0),
(3245, 1, '2023-03-24 20:21:02', '2023-03-24 20:21:02', '<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Scrum License Register Form</h2>\n[forminator_form id=\"2984\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:21:02', '2023-03-24 20:21:02', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3245', 0, 'revision', '', 0),
(1969, 1, '2023-03-19 03:57:57', '2023-03-19 03:57:57', '', 'pic1', '', 'inherit', 'open', 'closed', '', 'pic1', '', '', '2023-03-19 03:57:57', '2023-03-19 03:57:57', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/pic1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1970, 1, '2023-03-19 03:58:11', '2023-03-19 03:58:11', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-pic1.jpg', 'cropped-pic1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-pic1-jpg', '', '', '2023-03-19 03:58:11', '2023-03-19 03:58:11', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-pic1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1972, 1, '2023-03-19 04:03:58', '2023-03-19 04:03:58', '', 'PrepMajorLogo-1-1', '', 'inherit', 'open', 'closed', '', 'prepmajorlogo-1-1', '', '', '2023-03-19 04:03:58', '2023-03-19 04:03:58', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png', 0, 'attachment', 'image/png', 0),
(1973, 1, '2023-03-19 04:05:17', '2023-03-19 04:05:17', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-pic1.jpg', 'cropped-cropped-pic1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-pic1-jpg', '', '', '2023-03-19 04:05:17', '2023-03-19 04:05:17', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-pic1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3466, 1, '2023-03-24 22:22:43', '2023-03-24 22:22:43', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:22:43', '2023-03-24 22:22:43', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3466', 0, 'revision', '', 0),
(3467, 1, '2023-03-24 22:22:43', '2023-03-24 22:22:43', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:22:43', '2023-03-24 22:22:43', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3467', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3468, 1, '2023-03-24 22:22:43', '2023-03-24 22:22:43', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:22:43', '2023-03-24 22:22:43', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3468', 0, 'revision', '', 0),
(3254, 1, '2023-03-24 20:22:45', '2023-03-24 20:22:45', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment - credit Card', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-24 20:22:45', '2023-03-24 20:22:45', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3254', 0, 'revision', '', 0),
(3255, 1, '2023-03-24 20:22:55', '2023-03-24 20:22:55', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment - Credit Card', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-24 20:22:55', '2023-03-24 20:22:55', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3255', 0, 'revision', '', 0),
(3256, 1, '2023-03-24 20:23:29', '2023-03-24 20:23:29', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-03-24 20:23:29', '2023-03-24 20:23:29', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3256', 0, 'revision', '', 0),
(3257, 1, '2023-03-24 20:25:10', '2023-03-24 20:25:10', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-03-24 20:25:10', '2023-03-24 20:25:10', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3257', 0, 'revision', '', 0),
(3258, 1, '2023-03-24 20:25:10', '2023-03-24 20:25:10', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-03-24 20:25:10', '2023-03-24 20:25:10', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3258', 0, 'revision', '', 0),
(3259, 1, '2023-03-24 20:25:10', '2023-03-24 20:25:10', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[form', 'Certification Enrollment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-03-24 20:25:10', '2023-03-24 20:25:10', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3259', 0, 'revision', '', 0),
(3260, 1, '2023-03-24 20:25:25', '2023-03-24 20:25:25', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[form', 'Certification Enrollment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-03-24 20:25:25', '2023-03-24 20:25:25', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3260', 0, 'revision', '', 0),
(3261, 1, '2023-03-24 20:25:26', '2023-03-24 20:25:26', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[form', 'Certification Enrollment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-03-24 20:25:26', '2023-03-24 20:25:26', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3261', 0, 'revision', '', 0),
(3262, 1, '2023-03-24 20:25:26', '2023-03-24 20:25:26', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[f', 'Certification Enrollment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-03-24 20:25:26', '2023-03-24 20:25:26', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3262', 0, 'revision', '', 0),
(3473, 1, '2023-03-24 22:23:10', '2023-03-24 22:23:10', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:23:10', '2023-03-24 22:23:10', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3473', 0, 'revision', '', 0),
(3474, 1, '2023-03-24 22:23:10', '2023-03-24 22:23:10', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:23:10', '2023-03-24 22:23:10', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3474', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3475, 1, '2023-03-24 22:23:10', '2023-03-24 22:23:10', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:23:10', '2023-03-24 22:23:10', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3475', 0, 'revision', '', 0),
(3476, 1, '2023-03-24 22:27:11', '2023-03-24 22:27:11', '<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>®</sup> Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \"Scrum Fundamentals Certified\".</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4		\n			<table id=\"eael-data-table-f7adcd7\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Certificaton</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Scrum Fundamentals Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												0\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone interested to know more about Scrum and Agile\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Valid for lifetime.\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3 style=\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Exam Format</h3><ul style=\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\"><li style=\"box-sizing: inherit; line-height: 1.75em;\">Multiple choice</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">40 questions per exam</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">One mark awarded for every right answer</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">No negative marks for wrong answers</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">30 questions need to be answered correctly to pass</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">60 minutes duration</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">Online unproctored exam</li></ul><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Audience Profile</h3><p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.</p><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Prerequisites</h3><p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">There is no formal prerequisite for this course.</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrum_In_6_Minutes.mp4#t=1https://a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com/C01_04_Why_Use_Scrum.mp4#t=1', 'Scrum Fundamentals Certified (SFC®)', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2023-03-24 22:27:11', '2023-03-24 22:27:11', '', 2135, 'https://certifications.prepmajor.com/scrum/?p=3476', 0, 'revision', '', 0),
(3477, 1, '2023-03-24 22:27:11', '2023-03-24 22:27:11', '<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>®</sup> Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \"Scrum Fundamentals Certified\".</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4		\n			<table id=\"eael-data-table-f7adcd7\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Certificaton</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Scrum Fundamentals Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												0\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone interested to know more about Scrum and Agile\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Valid for lifetime.\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3 style=\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Exam Format</h3><ul style=\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\"><li style=\"box-sizing: inherit; line-height: 1.75em;\">Multiple choice</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">40 questions per exam</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">One mark awarded for every right answer</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">No negative marks for wrong answers</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">30 questions need to be answered correctly to pass</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">60 minutes duration</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">Online unproctored exam</li></ul><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Audience Profile</h3><p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.</p><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Prerequisites</h3><p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">There is no formal prerequisite for this course.</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrum_In_6_Minutes.mp4#t=1https://a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com/C01_04_Why_Use_Scrum.mp4#t=1', 'Scrum Fundamentals Certified (SFC®)', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2023-03-24 22:27:11', '2023-03-24 22:27:11', '', 2135, 'https://certifications.prepmajor.com/scrum/?p=3477', 0, 'revision', '', 0),
(2987, 1, '2023-03-19 23:48:45', '2023-03-19 23:48:45', '', 'How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445', '', 'inherit', 'open', 'closed', '', 'how-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445', '', '', '2023-03-19 23:48:45', '2023-03-19 23:48:45', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1.png', 0, 'attachment', 'image/png', 0),
(2989, 1, '2023-03-19 23:51:26', '2023-03-19 23:51:26', '{\"name\":\"hop-header\",\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":5,\"type\":\"header\"}],\"id\":\"10-h4\",\"parentId\":\"10-h3\",\"partialId\":10,\"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\":\"10-h6\",\"index\":0,\"id\":\"10-h7\",\"partialId\":10,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"10-h6\",\"parentId\":\"10-h3\",\"partialId\":10,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"10-h15\",\"parentId\":\"10-h14\",\"partialId\":10,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"10-h14\",\"parentId\":\"10-h13\",\"partialId\":10,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"10-h13\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"10-h17\",\"parentId\":\"10-h16\",\"partialId\":10,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"10-h16\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"10-h12\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"10-h11\",\"parentId\":\"10-h10\",\"partialId\":10,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"10-h10\",\"parentId\":\"10-h9\",\"partialId\":10,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"10-h8\",\"index\":1,\"id\":\"10-h9\",\"partialId\":10,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"10-h8\",\"parentId\":\"10-h3\",\"partialId\":10,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"10-h3\",\"parentId\":\"10-h2\",\"partialId\":10,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"10-h1\",\"id\":\"10-h2\",\"partialId\":10,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"10-h20\",\"index\":0,\"id\":\"10-h21\",\"partialId\":10,\"type\":\"header\"}],\"id\":\"10-h20\",\"parentId\":\"10-h19\",\"partialId\":10,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"10-h22\",\"index\":0,\"id\":\"10-h23\",\"partialId\":10,\"type\":\"header\"}],\"id\":\"10-h22\",\"parentId\":\"10-h19\",\"partialId\":10,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"10-h19\",\"parentId\":\"10-h18\",\"partialId\":10,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"10-h18\",\"parentId\":\"10-h2\",\"partialId\":10,\"styleRef\":19,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"anchor\":false,\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-page-title\",\"id\":\"10-h27\",\"parentId\":\"10-h26\",\"partialId\":10,\"styleRef\":62,\"type\":\"header\"}],\"id\":\"10-h26\",\"parentId\":\"10-h25\",\"partialId\":10,\"styleRef\":61,\"type\":\"header\"},{\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"10-h28\",\"parentId\":\"10-h25\",\"partialId\":10,\"styleRef\":349,\"type\":\"header\"}],\"parentId\":\"10-h24\",\"index\":0,\"id\":\"10-h25\",\"partialId\":10,\"styleRef\":60,\"type\":\"header\"}],\"parentId\":\"10-h1\",\"type\":\"header\",\"id\":\"10-h24\",\"partialId\":10,\"styleRef\":59}],\"id\":\"10-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":10,\"styleRef\":35}', '', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-03-19 23:51:26', '2023-03-19 23:51:26', '', 11, 'https://certifications.prepmajor.com/scrum/?p=2989', 0, 'revision', '', 0),
(2988, 1, '2023-03-19 23:49:09', '2023-03-19 23:49:09', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1.png', 'How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445', '', 'inherit', 'open', 'closed', '', 'how-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-2', '', '', '2023-03-19 23:49:09', '2023-03-19 23:49:09', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-How-certified-a-scrum-master-certification-provides-you-with-better-jobs-800x445-1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2990, 1, '2023-03-19 23:51:26', '2023-03-19 23:51:26', '<div data-colibri-id=\"10-h1\" class=\"page-header style-35 style-local-10-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-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-2 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-3 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-4-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-4 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-5 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\">\n                        <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-10-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-10-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-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-6 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-7 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-8-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-8 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-tablet h-menu-horizontal h-dropdown-menu style-9 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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"10-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 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-10-offscreen style-local-10-h10-offscreen\">\n                          <div data-colibri-id=\"10-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 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-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 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-2 gutters-col-md-2 gutters-col-0 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-none style-13-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-13 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-14 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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-10-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-10-h15-image\">\n                                          </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-18 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-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 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-2 gutters-col-md-2 gutters-col-0 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-none style-16-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-16 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-10-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-59 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(32, 31, 37); opacity: 0.7;\"></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(32, 31, 37); opacity: 0.7;\"></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(32, 31, 37); opacity: 0.7;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\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-60 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-61-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-61 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-62 style-local-10-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-page-title__outer style-62-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          <!---->\n        </div>\n      </div>\n    </div>\n  </div>\n</div>', 'header_post', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2023-03-19 23:51:26', '2023-03-19 23:51:26', '', 10, 'https://certifications.prepmajor.com/scrum/?p=2990', 0, 'revision', '', 0),
(3478, 1, '2023-03-24 22:27:11', '2023-03-24 22:27:11', '<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>®</sup> Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \"Scrum Fundamentals Certified\".</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4		\n			<table id=\"eael-data-table-f7adcd7\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Certificaton</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Scrum Fundamentals Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												0\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone interested to know more about Scrum and Agile\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Valid for lifetime.\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3 style=\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Exam Format</h3><ul style=\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\"><li style=\"box-sizing: inherit; line-height: 1.75em;\">Multiple choice</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">40 questions per exam</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">One mark awarded for every right answer</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">No negative marks for wrong answers</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">30 questions need to be answered correctly to pass</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">60 minutes duration</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">Online unproctored exam</li></ul><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Audience Profile</h3><p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.</p><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Prerequisites</h3><p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">There is no formal prerequisite for this course.</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrum_In_6_Minutes.mp4#t=1https://a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com/C01_04_Why_Use_Scrum.mp4#t=1		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Registeration Form will be Available here soon</h2>', 'Scrum Fundamentals Certified (SFC®)', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2023-03-24 22:27:11', '2023-03-24 22:27:11', '', 2135, 'https://certifications.prepmajor.com/scrum/?p=3478', 0, 'revision', '', 0),
(2984, 1, '2023-03-19 23:23:03', '2023-03-19 23:23:03', '', 'registration-form-for-credit-card-payment', '', 'publish', 'closed', 'closed', '', 'registration-form', '', '', '2023-03-24 20:14:56', '2023-03-24 20:14:56', '', 0, 'https://certifications.prepmajor.com/scrum/?post_type=forminator_forms&#038;p=2984', 0, 'forminator_forms', '', 0),
(2985, 1, '2023-03-19 23:28:05', '2023-03-19 23:28:05', '', 'contact-form', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2023-03-19 23:29:24', '2023-03-19 23:29:24', '', 0, 'https://certifications.prepmajor.com/scrum/?post_type=forminator_forms&#038;p=2985', 0, 'forminator_forms', '', 0),
(3519, 1, '2023-03-24 22:57:33', '2023-03-24 22:57:33', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:57:33', '2023-03-24 22:57:33', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3519', 0, 'revision', '', 0),
(3520, 1, '2023-03-24 22:57:33', '2023-03-24 22:57:33', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:57:33', '2023-03-24 22:57:33', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3520', 0, 'revision', '', 0),
(3521, 1, '2023-03-24 22:57:33', '2023-03-24 22:57:33', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-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-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:57:33', '2023-03-24 22:57:33', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3521', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2993, 1, '2023-03-19 23:51:26', '2023-03-19 23:51:26', '{\"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\":\"1744-m27\",\"parentId\":\"1744-m26\",\"partialId\":1744,\"styleRef\":279,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"1744-m28\",\"parentId\":\"1744-m26\",\"partialId\":1744,\"styleRef\":280,\"type\":\"main\"}],\"id\":\"1744-m26\",\"parentId\":\"1744-m25\",\"partialId\":1744,\"styleRef\":278,\"type\":\"main\"}],\"id\":\"1744-m25\",\"parentId\":\"1744-m2\",\"partialId\":1744,\"styleRef\":277,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1744-m4\",\"index\":0,\"id\":\"1744-m5\",\"partialId\":1744,\"styleRef\":283,\"type\":\"main\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"100\"}}}}},\"id\":\"1744-m7\",\"parentId\":\"1744-m6\",\"partialId\":1744,\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by \"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on \"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at \"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"separator\":\"| \",\"showIcons\":false,\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1744-m7\",\"index\":1,\"id\":\"1744-m8\",\"partialId\":1744,\"styleRef\":286,\"type\":\"main\"},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"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\":\"\",\"suffix\":\"\"}],\"showIcons\":false},\"slot\":null,\"parentId\":\"1744-m7\",\"index\":1,\"id\":\"1744-m9\",\"partialId\":1744,\"styleRef\":287,\"type\":\"main\"},{\"name\":\"hop-post-title\",\"id\":\"1744-m10\",\"parentId\":\"1744-m7\",\"partialId\":1744,\"styleRef\":288,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"id\":\"1744-m11\",\"parentId\":\"1744-m7\",\"partialId\":1744,\"styleRef\":289,\"type\":\"main\",\"props\":{\"maxLength\":\"16\"}}],\"styleRef\":285,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"1744-m4\",\"index\":1,\"id\":\"1744-m6\",\"partialId\":1744,\"styleRef\":284,\"type\":\"main\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"50\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"1744-m13\",\"parentId\":\"1744-m12\",\"partialId\":1744,\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"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\":true,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":true,\"separator\":\"\"},\"slot\":null,\"parentId\":\"1744-m13\",\"index\":0,\"id\":\"1744-m14\",\"partialId\":1744,\"styleRef\":292,\"type\":\"main\"}],\"styleRef\":291,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"50\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"1744-m15\",\"parentId\":\"1744-m12\",\"partialId\":1744,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1744-m17\",\"parentId\":\"1744-m16\",\"partialId\":1744,\"styleRef\":295,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"1744-m15\",\"index\":0,\"id\":\"1744-m16\",\"partialId\":1744,\"styleRef\":294,\"type\":\"main\"}],\"styleRef\":293,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"1744-m4\",\"index\":1,\"id\":\"1744-m12\",\"partialId\":1744,\"styleRef\":290,\"type\":\"main\"}],\"id\":\"1744-m4\",\"parentId\":\"1744-m3\",\"partialId\":1744,\"styleRef\":282,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"1744-m2\",\"index\":0,\"id\":\"1744-m3\",\"partialId\":1744,\"styleRef\":281,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.3299999999999982946974341757595539093017578125,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"1744-m19\",\"parentId\":\"1744-m18\",\"partialId\":1744,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"1744-m19\",\"index\":0,\"id\":\"1744-m20\",\"partialId\":1744,\"styleRef\":298,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"prevLabel\":\"Previous\",\"stateType\":\"hover\"}}],\"styleRef\":297,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.3299999999999982946974341757595539093017578125,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"1744-m21\",\"parentId\":\"1744-m18\",\"partialId\":1744,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"1744-m21\",\"index\":0,\"id\":\"1744-m22\",\"partialId\":1744,\"styleRef\":300,\"type\":\"main\",\"props\":{\"stateType\":\"\"}}],\"styleRef\":299,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.3299999999999982946974341757595539093017578125,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"1744-m23\",\"parentId\":\"1744-m18\",\"partialId\":1744,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"1744-m23\",\"index\":0,\"id\":\"1744-m24\",\"partialId\":1744,\"styleRef\":302,\"type\":\"main\",\"props\":{\"stateType\":\"hover\"}}],\"styleRef\":301,\"type\":\"main\"}],\"parentId\":\"1744-m2\",\"index\":1,\"id\":\"1744-m18\",\"partialId\":1744,\"styleRef\":296,\"type\":\"main\"}],\"parentId\":\"1744-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Posts\",\"attrs\":{\"id\":\"blog-posts\"}},\"id\":\"1744-m2\",\"partialId\":1744,\"styleRef\":276}],\"id\":\"1744-m1\",\"partialId\":1744,\"styleRef\":275,\"type\":\"main\"}', '', '', 'inherit', 'closed', 'closed', '', '1745-revision-v1', '', '', '2023-03-19 23:51:26', '2023-03-19 23:51:26', '', 1745, 'https://certifications.prepmajor.com/scrum/?p=2993', 0, 'revision', '', 0),
(1995, 1, '2023-03-19 04:11:04', '2023-03-19 04:11:04', '', 'cropped-cropped-SCRUMStudy', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-scrumstudy', '', '', '2023-03-19 04:11:04', '2023-03-19 04:11:04', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-SCRUMStudy.png', 0, 'attachment', 'image/png', 0),
(1996, 1, '2023-03-19 04:11:08', '2023-03-19 04:11:08', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-SCRUMStudy.png', 'cropped-cropped-cropped-SCRUMStudy.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-scrumstudy-png', '', '', '2023-03-19 04:11:08', '2023-03-19 04:11:08', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-SCRUMStudy.png', 0, 'attachment', 'image/png', 0),
(1997, 1, '2023-03-19 04:12:39', '2023-03-19 04:12:39', '', 'scrun hieracky', '', 'inherit', 'open', 'closed', '', 'scrun-hieracky', '', '', '2023-03-19 04:12:39', '2023-03-19 04:12:39', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/scrun-hieracky.png', 0, 'attachment', 'image/png', 0),
(1998, 1, '2023-03-19 04:19:27', '2023-03-19 04:19:27', '', 'cropped-scrum-books-1024x536-1-1', '', 'inherit', 'open', 'closed', '', 'cropped-scrum-books-1024x536-1-1', '', '', '2023-03-19 04:19:27', '2023-03-19 04:19:27', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1999, 1, '2023-03-19 04:19:46', '2023-03-19 04:19:46', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-scrum-books-1024x536-1-1.jpg', 'cropped-cropped-scrum-books-1024x536-1-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-scrum-books-1024x536-1-1-jpg', '', '', '2023-03-19 04:19:46', '2023-03-19 04:19:46', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-scrum-books-1024x536-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2000, 1, '2023-03-19 04:20:23', '2023-03-19 04:20:23', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-SCRUMStudy.png', 'cropped-cropped-cropped-cropped-SCRUMStudy.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-cropped-scrumstudy-png', '', '', '2023-03-19 04:20:23', '2023-03-19 04:20:23', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-SCRUMStudy.png', 0, 'attachment', 'image/png', 0),
(3526, 1, '2023-03-24 23:00:45', '2023-03-24 23:00:45', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 23:00:45', '2023-03-24 23:00:45', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3526', 0, 'revision', '', 0),
(3527, 1, '2023-03-24 23:00:45', '2023-03-24 23:00:45', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 23:00:45', '2023-03-24 23:00:45', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3527', 0, 'revision', '', 0),
(3528, 1, '2023-03-24 23:00:45', '2023-03-24 23:00:45', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-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.1;\"></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.1;\"></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.1;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 23:00:45', '2023-03-24 23:00:45', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3528', 0, 'revision', '', 0),
(3290, 1, '2023-03-24 20:36:54', '2023-03-24 20:36:54', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"#\" role=\"button\">\n						Register and Pay with Paypal\n					</a>\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Register and Pay with Credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and Pay by Bank Transfer\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 20:36:54', '2023-03-24 20:36:54', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3290', 0, 'revision', '', 0),
(3291, 1, '2023-03-24 20:36:54', '2023-03-24 20:36:54', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"#\" role=\"button\">\n						Register and Pay with Paypal\n					</a>\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Register and Pay with Credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and Pay by Bank Transfer\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 20:36:54', '2023-03-24 20:36:54', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3291', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3292, 1, '2023-03-24 20:36:54', '2023-03-24 20:36:54', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment/\" role=\"button\">\n						Register and Pay with Paypal\n					</a>\n			<a href=\"http://creditcard-certification-enrollment\" role=\"button\">\n						Register and Pay with Credit Card\n					</a>\n			<a href=\"http://banktransfer-certification-enrollment\" role=\"button\">\n						Register and Pay by Bank Transfer\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 20:36:54', '2023-03-24 20:36:54', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3292', 0, 'revision', '', 0),
(3293, 1, '2023-03-24 20:39:56', '2023-03-24 20:39:56', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-24 20:39:56', '2023-03-24 20:39:56', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3293', 0, 'revision', '', 0),
(3294, 1, '2023-03-24 20:39:56', '2023-03-24 20:39:56', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-24 20:39:56', '2023-03-24 20:39:56', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3294', 0, 'revision', '', 0),
(3600, 1, '2023-08-14 01:11:48', '2023-08-14 01:11:48', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment\">\n						Register and Pay by PayPal\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-08-14 01:11:48', '2023-08-14 01:11:48', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3600', 0, 'revision', '', 0),
(3295, 1, '2023-03-24 20:39:56', '2023-03-24 20:39:56', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment\" role=\"button\">\n						Register and Pay by PayPal\n					</a>\n			<a href=\"/scrum/creditcard-certification-enrollment\" role=\"button\">\n						Register and Pay by Credit Card\n					</a>\n			<a href=\"/scrum/banktransfer-certification-enrollment\" role=\"button\">\n						Register and Pay by Bank Transfer\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-24 20:39:56', '2023-03-24 20:39:56', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3295', 0, 'revision', '', 0),
(3296, 1, '2023-03-24 20:49:52', '2023-03-24 20:49:52', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:49:52', '2023-03-24 20:49:52', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3296', 0, 'revision', '', 0),
(3297, 1, '2023-03-24 20:49:52', '2023-03-24 20:49:52', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:49:52', '2023-03-24 20:49:52', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3297', 0, 'revision', '', 0),
(3298, 1, '2023-03-24 20:49:52', '2023-03-24 20:49:52', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:49:52', '2023-03-24 20:49:52', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3298', 0, 'revision', '', 0),
(3299, 1, '2023-03-24 20:50:48', '2023-03-24 20:50:48', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:50:48', '2023-03-24 20:50:48', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3299', 0, 'revision', '', 0),
(3300, 1, '2023-03-24 20:50:48', '2023-03-24 20:50:48', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:50:48', '2023-03-24 20:50:48', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3300', 0, 'revision', '', 0),
(3301, 1, '2023-03-24 20:50:48', '2023-03-24 20:50:48', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:50:48', '2023-03-24 20:50:48', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3301', 0, 'revision', '', 0),
(3284, 1, '2023-03-24 20:31:07', '2023-03-24 20:31:07', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment - Credit Card', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-24 20:31:07', '2023-03-24 20:31:07', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3284', 0, 'revision', '', 0),
(3285, 1, '2023-03-24 20:31:07', '2023-03-24 20:31:07', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrollment - Credit Card', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-24 20:31:07', '2023-03-24 20:31:07', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3285', 0, 'revision', '', 0),
(3287, 1, '2023-03-24 20:33:45', '2023-03-24 20:33:45', '<p>Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.</p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Learn and take the exam.\n<ol type=\"a\">\n<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n<li>Schedule the one and half hour proctoredexam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application:confirms the exam date &amp; time.</li>\n<li>Take the proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.</li>\n<li>\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"#\" role=\"button\">\n						Register and Pay byPaypal\n					</a>\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Register and Pay by credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and pay by Bank Transfer\n					</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-03-24 20:33:45', '2023-03-24 20:33:45', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3287', 0, 'revision', '', 0),
(3288, 1, '2023-03-24 20:33:45', '2023-03-24 20:33:45', '<p>Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.</p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Learn and take the exam.\n<ol type=\"a\">\n<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n<li>Schedule the one and half hour proctoredexam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application:confirms the exam date &amp; time.</li>\n<li>Take the proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.</li>\n<li>\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"#\" role=\"button\">\n						Register and Pay byPaypal\n					</a>\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Register and Pay by credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and pay by Bank Transfer\n					</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-03-24 20:33:45', '2023-03-24 20:33:45', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3288', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3595, 1, '2023-08-14 01:05:41', '2023-08-14 01:05:41', '<p>Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.</p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Learn and take the exam.\n<ol type=\"a\">\n<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n<li>Schedule the one and half hour proctoredexam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application:confirms the exam date &amp; time.</li>\n<li>Take the proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.</li>\n<li>\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment/\">\n						Register and Pay byPaypal\n					</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-08-14 01:05:41', '2023-08-14 01:05:41', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3595', 0, 'revision', '', 0),
(3289, 1, '2023-03-24 20:33:45', '2023-03-24 20:33:45', '<p>Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.</p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Learn and take the exam.\n<ol type=\"a\">\n<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n<li>Schedule the one and half hour proctoredexam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application:confirms the exam date &amp; time.</li>\n<li>Take the proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.</li>\n<li>\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment\" role=\"button\">\n						Register and Pay byPaypal\n					</a>\n			<a href=\"/scrum/creditcard-certification-enrollment\" role=\"button\">\n						Register and Pay by credit Card\n					</a>\n			<a href=\"/scrum/banktransfer-certification-enrollment\" role=\"button\">\n						Register and pay by Bank Transfer\n					</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-03-24 20:33:45', '2023-03-24 20:33:45', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3289', 0, 'revision', '', 0),
(3014, 1, '2023-03-20 00:43:21', '2023-03-20 00:43:21', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-SCRUMStudy.png', 'cropped-cropped-cropped-SCRUMStudy.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-scrumstudy-png-3', '', '', '2023-03-20 00:43:21', '2023-03-20 00:43:21', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-SCRUMStudy-1.png', 0, 'attachment', 'image/png', 0),
(2008, 1, '2023-03-19 04:24:17', '2023-03-19 04:24:17', '', '-bs-in-the-news-1', '', 'inherit', 'open', 'closed', '', 'bs-in-the-news-1', '', '', '2023-03-19 04:24:17', '2023-03-19 04:24:17', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/bs-in-the-news-1.png', 0, 'attachment', 'image/png', 0),
(3536, 1, '2023-03-24 23:17:38', '2023-03-24 23:17:38', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 23:17:38', '2023-03-24 23:17:38', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3536', 0, 'revision', '', 0),
(3543, 1, '2023-03-24 23:21:22', '2023-03-24 23:21:22', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-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.1;\"></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.1;\"></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.1;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 23:21:22', '2023-03-24 23:21:22', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3543', 0, 'revision', '', 0),
(3025, 1, '2023-03-20 18:14:57', '2023-03-20 18:14:57', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-20 18:14:57', '2023-03-20 18:14:57', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3025', 0, 'revision', '', 0),
(3026, 1, '2023-03-20 18:14:57', '2023-03-20 18:14:57', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-20 18:14:57', '2023-03-20 18:14:57', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3026', 0, 'revision', '', 0),
(3028, 1, '2023-03-20 18:16:50', '2023-03-20 18:16:50', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a><br>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This is highly recommended for everyone in a company who works in a Scrum Team or anyone who interacts with any Scrum Team. This will also be very useful for those who are interested in understanding the basics of Scrum and how this method could be used effectively.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification.</p>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-20 18:16:50', '2023-03-20 18:16:50', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3028', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3029, 1, '2023-03-20 18:16:50', '2023-03-20 18:16:50', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a><br>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This is highly recommended for everyone in a company who works in a Scrum Team or anyone who interacts with any Scrum Team. This will also be very useful for those who are interested in understanding the basics of Scrum and how this method could be used effectively.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification.</p>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-20 18:16:50', '2023-03-20 18:16:50', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3029', 0, 'revision', '', 0),
(3031, 1, '2023-03-20 18:17:34', '2023-03-20 18:17:34', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->\n\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<p>		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-20 18:17:34', '2023-03-20 18:17:34', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3031', 0, 'revision', '', 0),
(3032, 1, '2023-03-20 18:17:34', '2023-03-20 18:17:34', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->\n\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<p>		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-20 18:17:34', '2023-03-20 18:17:34', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3032', 0, 'revision', '', 0),
(3033, 1, '2023-03-20 18:17:34', '2023-03-20 18:17:34', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-20 18:17:34', '2023-03-20 18:17:34', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3033', 0, 'revision', '', 0),
(3022, 1, '2023-03-20 18:14:16', '2023-03-20 18:14:16', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup>&nbsp;certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup>&nbsp;and SPOC<sup>®</sup>&nbsp;certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Get access to online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-20 18:14:16', '2023-03-20 18:14:16', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3022', 0, 'revision', '', 0),
(3023, 1, '2023-03-20 18:14:16', '2023-03-20 18:14:16', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup>&nbsp;certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup>&nbsp;and SPOC<sup>®</sup>&nbsp;certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Get access to online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-20 18:14:16', '2023-03-20 18:14:16', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3023', 0, 'revision', '', 0),
(3024, 1, '2023-03-20 18:14:16', '2023-03-20 18:14:16', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Get access to online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-20 18:14:16', '2023-03-20 18:14:16', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3024', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3588, 1, '2023-08-14 01:01:00', '2023-08-14 01:01:00', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c36\" 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-195 style-local-1955-c36 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c37-outer\">\n            <div data-colibri-id=\"1955-c37\" 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-196 style-local-1955-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=\"1955-c38\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c38 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c38\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c39\" class=\"h-text h-text-component style-198 style-local-1955-c39 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c27\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-453-outer style-local-1955-c28-outer\">\n            <div data-colibri-id=\"1955-c28\" 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-453 style-local-1955-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c29\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c29\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c30\" class=\"d-block style-456 style-local-1955-c30 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c30-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c30-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c31\" class=\"h-text h-text-component style-454 style-local-1955-c31 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c32\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c32 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c33-outer\">\n            <div data-colibri-id=\"1955-c33\" 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-449 style-local-1955-c33 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c34\" class=\"h-x-container style-450 style-local-1955-c34 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c34-group style-450-spacing style-local-1955-c34-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c35-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c35\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c35 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c40\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c40 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c41\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-c41 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-443-outer style-local-1955-c42-outer\">\n            <div data-colibri-id=\"1955-c42\" 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-443 style-local-1955-c42 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c43\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c43 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c43\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Click HERE TO REGISTER\n                      <br>FOR LICENSE\n                      <br>AND PAY BY PAYPAL&nbsp;</h2>\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=\"1955-c49\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c49 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c65\" 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-220 style-local-1955-c65 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c66-outer\">\n            <div data-colibri-id=\"1955-c66\" 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-221 style-local-1955-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=\"1955-c67\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c67 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c67\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c68\" class=\"h-text h-text-component style-223 style-local-1955-c68 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c50\" 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-207 style-local-1955-c50 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c51-outer\">\n            <div data-colibri-id=\"1955-c51\" 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-208 style-local-1955-c51 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c52\" 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-209 style-local-1955-c52 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c52-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-210-outer%20style-local-1955-c53-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c53%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-210%20style-local-1955-c53%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=%221955-c54%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c54%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-1955-c54-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=%221955-c55%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c55%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-2%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-auto%20style-213-outer%20style-local-1955-c56-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c56%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-213%20style-local-1955-c56%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=%221955-c57%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c57%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c58%22%20class=%22h-blog-title%20style-215%20style-local-1955-c58%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=%221955-c59%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c59%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c60%22%20class=%22style-217%20style-local-1955-c60%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%20%20data-colibri-id=%221955-c61%22%20class=%22h-x-container%20style-218%20style-local-1955-c61%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c61-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c62-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=%221955-c62%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c62%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c62-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c63\" class=\"h-x-container style-416 style-local-1955-c63 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c63-group style-416-spacing style-local-1955-c63-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c64-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c64\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c64 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c69\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c69 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c70\" 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-225 style-local-1955-c70 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c71-outer\">\n            <div data-colibri-id=\"1955-c71\" 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-226 style-local-1955-c71 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c72\" 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-227 style-local-1955-c72 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c73-outer\">\n                      <div data-colibri-id=\"1955-c73\" 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-228 style-local-1955-c73 position-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=\"1955-c74\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c74 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c74\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c75\" class=\"h-icon style-230 style-local-1955-c75 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c75-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c76\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c76 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c76\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c77\" class=\"style-232 style-local-1955-c77 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c78-outer\">\n                    <div data-colibri-id=\"1955-c78\" 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-233 style-local-1955-c78 position-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=\"1955-c79\" class=\"style-234 style-local-1955-c79 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3588', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3593, 1, '2023-08-14 01:05:41', '2023-08-14 01:05:41', '<p>Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.</p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Learn and take the exam.\n<ol type=\"a\">\n<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n<li>Schedule the one and half hour proctoredexam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application:confirms the exam date &amp; time.</li>\n<li>Take the proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.</li>\n<li>\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment\" role=\"button\">\n						Register and Pay byPaypal\n					</a>\n			<a href=\"/scrum/creditcard-certification-enrollment\" role=\"button\">\n						Register and Pay by credit Card\n					</a>\n			<a href=\"/scrum/banktransfer-certification-enrollment\" role=\"button\">\n						Register and pay by Bank Transfer\n					</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-08-14 01:05:41', '2023-08-14 01:05:41', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3593', 0, 'revision', '', 0),
(3375, 1, '2023-03-24 21:41:53', '2023-03-24 21:41:53', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-24 21:41:53', '2023-03-24 21:41:53', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3375', 0, 'revision', '', 0),
(3376, 1, '2023-03-24 21:41:53', '2023-03-24 21:41:53', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-24 21:41:53', '2023-03-24 21:41:53', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3376', 0, 'revision', '', 0),
(3377, 1, '2023-03-24 21:41:53', '2023-03-24 21:41:53', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage     \n					</a>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-24 21:41:53', '2023-03-24 21:41:53', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3377', 0, 'revision', '', 0),
(3378, 1, '2023-03-24 21:47:26', '2023-03-24 21:47:26', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-24 21:47:26', '2023-03-24 21:47:26', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3378', 0, 'revision', '', 0),
(3379, 1, '2023-03-24 21:47:26', '2023-03-24 21:47:26', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-24 21:47:26', '2023-03-24 21:47:26', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3379', 0, 'revision', '', 0),
(3380, 1, '2023-03-24 21:47:27', '2023-03-24 21:47:27', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage     \n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-24 21:47:27', '2023-03-24 21:47:27', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3380', 0, 'revision', '', 0),
(3381, 1, '2023-03-24 21:49:21', '2023-03-24 21:49:21', '<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years</td>\n</tr>\n</tbody>\n</table>\nSCRUMstudy<sup>™</sup>&nbsp;Certified Agile Coach (SCAC<sup>™</sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.\n<h3>Audience Profile:</h3>\nSCRUMstudy<sup>™</sup>&nbsp;Certified Agile Coach (SCAC<sup>™</sup>) certification is meant for those SCRUM consultants/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations\n<h3>Prerequisites</h3>\nTo become a SCRUMstudy<sup>™</sup>&nbsp;Certified Agile Coach you should fulfil the following criteria:\n<ul>\n 	<li style=\"list-style-type: none;\">\n<ul>\n 	<li>Should have more than 3 years of experience managing Scrum/Agile Projects and more than 6 years of project management experience.</li>\n 	<li>Should be SCRUMstudy<sup>™</sup>&nbsp;Certified Trainer (SCT<sup>®</sup>).</li>\n</ul>\n</li>\n</ul>', 'SCRUMstudy™ Certified Agile Coach (SCAC™)', '', 'inherit', 'closed', 'closed', '', '2664-revision-v1', '', '', '2023-03-24 21:49:21', '2023-03-24 21:49:21', '', 2664, 'https://certifications.prepmajor.com/scrum/?p=3381', 0, 'revision', '', 0),
(3382, 1, '2023-03-24 21:49:21', '2023-03-24 21:49:21', '<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years</td>\n</tr>\n</tbody>\n</table>\nSCRUMstudy<sup>™</sup>&nbsp;Certified Agile Coach (SCAC<sup>™</sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.\n<h3>Audience Profile:</h3>\nSCRUMstudy<sup>™</sup>&nbsp;Certified Agile Coach (SCAC<sup>™</sup>) certification is meant for those SCRUM consultants/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations\n<h3>Prerequisites</h3>\nTo become a SCRUMstudy<sup>™</sup>&nbsp;Certified Agile Coach you should fulfil the following criteria:\n<ul>\n 	<li style=\"list-style-type: none;\">\n<ul>\n 	<li>Should have more than 3 years of experience managing Scrum/Agile Projects and more than 6 years of project management experience.</li>\n 	<li>Should be SCRUMstudy<sup>™</sup>&nbsp;Certified Trainer (SCT<sup>®</sup>).</li>\n</ul>\n</li>\n</ul>', 'SCRUMstudy™ Certified Agile Coach (SCAC™)', '', 'inherit', 'closed', 'closed', '', '2664-revision-v1', '', '', '2023-03-24 21:49:21', '2023-03-24 21:49:21', '', 2664, 'https://certifications.prepmajor.com/scrum/?p=3382', 0, 'revision', '', 0),
(3383, 1, '2023-03-24 21:49:21', '2023-03-24 21:49:21', '<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<p>SCRUMstudy<sup>™</sup> Certified Agile Coach (SCAC<sup>™</sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.</p>\n<h3>Audience Profile:</h3>\n<p>SCRUMstudy<sup>™</sup> Certified Agile Coach (SCAC<sup>™</sup>) certification is meant for those SCRUM consultants/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations</p>\n<h3>Prerequisites</h3>\n<p>To become a SCRUMstudy<sup>™</sup> Certified Agile Coach you should fulfil the following criteria:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Should have more than 3 years of experience managing Scrum/Agile Projects and more than 6 years of project management experience.</li>\n<li>Should be SCRUMstudy<sup>™</sup> Certified Trainer (SCT<sup>®</sup>).</li>\n</ul>\n</li>\n</ul>', 'SCRUMstudy™ Certified Agile Coach (SCAC™)', '', 'inherit', 'closed', 'closed', '', '2664-revision-v1', '', '', '2023-03-24 21:49:21', '2023-03-24 21:49:21', '', 2664, 'https://certifications.prepmajor.com/scrum/?p=3383', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3372, 1, '2023-03-24 21:33:52', '2023-03-24 21:33:52', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 21:33:52', '2023-03-24 21:33:52', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3372', 0, 'revision', '', 0),
(3149, 1, '2023-03-24 18:39:20', '2023-03-24 18:39:20', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register and Pay with Credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here to Register and Pay by Bank Transfer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here to Register and Pay with Paypal\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 18:39:20', '2023-03-24 18:39:20', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3149', 0, 'revision', '', 0),
(3150, 1, '2023-03-24 18:39:20', '2023-03-24 18:39:20', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register and Pay with Credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here to Register and Pay by Bank Transfer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here to Register and Pay with Paypal\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 18:39:20', '2023-03-24 18:39:20', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3150', 0, 'revision', '', 0),
(3082, 1, '2023-03-21 22:11:10', '2023-03-21 22:11:10', '<table id=\"eael-data-table-19e0105\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														</th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sfc-home-2.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sdc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/smc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/spoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/aec-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/ssmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/sspoc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				            <th id=\"\" colspan=\"\">\n														<img src=\"https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/esmc-home.png\" style=\"width:500px;\" alt=\"\"></th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>Scrum Fundamentals Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Developer Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5>SCRUMstudy Agile Master Certified</h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Master Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Scaled Scrum Product Owner Certified</strong></h5>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<h5><strong>Expert Scrum Master Certified</strong></h5>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Prerequisites\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: Nil\nEducation: SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation:SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing SCRUM/AGILE projects\nEducation: SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experience: 3 Years managing Scrum/Agile projects\nEducation Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Online Certification Exam\n(Valid for 180 days)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Free e-copy of SBOK® Guide and online preparatory course *\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Exam Format\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>40 questions per exam</li><li>60 minutes duration</li><li>Online un-proctored exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>75 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>140 questions per exam</li><li>180 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>100 questions per exam</li><li>120 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>70 questions per exam</li><li>90 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>Multiple choice</li><li>200 questions per exam</li><li>240 minutes duration</li><li>Proctored online exam</li></ul>\n											</td>\n																										</tr>\n			        						<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Certificate\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												<ul><li>e-copy / soft copy</li><li>physical copy</li></ul>\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>', 'Certification Enrollment', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-21 22:11:10', '2023-03-21 22:11:10', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3082', 0, 'revision', '', 0),
(3373, 1, '2023-03-24 21:33:52', '2023-03-24 21:33:52', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 21:33:52', '2023-03-24 21:33:52', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3373', 0, 'revision', '', 0),
(3374, 1, '2023-03-24 21:33:52', '2023-03-24 21:33:52', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 21:33:52', '2023-03-24 21:33:52', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3374', 0, 'revision', '', 0),
(3151, 1, '2023-03-24 18:39:21', '2023-03-24 18:39:21', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Register and Pay with Credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and Pay by Bank Transfer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and Pay with Paypal\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 18:39:21', '2023-03-24 18:39:21', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3151', 0, 'revision', '', 0),
(3148, 1, '2023-03-24 17:56:01', '2023-03-24 17:56:01', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register and Pay with Credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here to Register and Pay by Bank Transfer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Click here to Register and Pay with Paypal\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 17:56:01', '2023-03-24 17:56:01', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3148', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3146, 1, '2023-03-24 17:56:01', '2023-03-24 17:56:01', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 17:56:01', '2023-03-24 17:56:01', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3146', 0, 'revision', '', 0),
(3147, 1, '2023-03-24 17:56:01', '2023-03-24 17:56:01', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 17:56:01', '2023-03-24 17:56:01', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3147', 0, 'revision', '', 0),
(3390, 1, '2023-03-24 21:57:26', '2023-03-24 21:57:26', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 21:57:26', '2023-03-24 21:57:26', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3390', 0, 'revision', '', 0),
(3391, 1, '2023-03-24 21:57:26', '2023-03-24 21:57:26', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 21:57:26', '2023-03-24 21:57:26', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3391', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3587, 1, '2023-08-14 01:01:00', '2023-08-14 01:01:00', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":0,\"id\":\"1955-c29\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":1,\"id\":\"1955-c30\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c31\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c28\",\"parentId\":\"1955-c27\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c27\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c35\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c34\",\"parentId\":\"1955-c33\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c33\",\"parentId\":\"1955-c32\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c32\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c38\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c39\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c36\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c43\",\"parentId\":\"1955-c42\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click HERE TO REGISTER <br>FOR LICENSE <br>AND PAY BY PAYPAL&nbsp;\"}}],\"id\":\"1955-c42\",\"parentId\":\"1955-c41\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c40\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"}],\"id\":\"1955-c40\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c51\",\"parentId\":\"1955-c50\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c51\",\"index\":0,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c53\",\"index\":0,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c58\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c56\",\"index\":2,\"id\":\"1955-c59\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":3,\"id\":\"1955-c60\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c62\",\"parentId\":\"1955-c61\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c56\",\"index\":5,\"id\":\"1955-c61\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c53\",\"index\":1,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c53\",\"parentId\":\"1955-c52\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c51\",\"index\":1,\"id\":\"1955-c63\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c49\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c68\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c66\",\"parentId\":\"1955-c65\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c65\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c71\",\"parentId\":\"1955-c70\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c73\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":0,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c75\",\"parentId\":\"1955-c73\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":2,\"id\":\"1955-c76\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c73\",\"index\":3,\"id\":\"1955-c77\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c78\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c78\",\"index\":0,\"id\":\"1955-c79\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c71\",\"index\":0,\"id\":\"1955-c72\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c70\",\"parentId\":\"1955-c69\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c69\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3587', 0, 'revision', '', 0),
(2051, 1, '2023-03-19 05:00:06', '2023-03-19 05:00:06', '', 'sdc', '', 'inherit', 'open', 'closed', '', 'sdc', '', '', '2023-03-19 05:00:06', '2023-03-19 05:00:06', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png', 0, 'attachment', 'image/png', 0),
(3417, 1, '2023-03-24 22:08:57', '2023-03-24 22:08:57', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:08:57', '2023-03-24 22:08:57', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3417', 0, 'revision', '', 0),
(3418, 1, '2023-03-24 22:08:57', '2023-03-24 22:08:57', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:08:57', '2023-03-24 22:08:57', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3418', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3419, 1, '2023-03-24 22:08:57', '2023-03-24 22:08:57', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:08:57', '2023-03-24 22:08:57', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3419', 0, 'revision', '', 0),
(3396, 1, '2023-03-24 22:01:28', '2023-03-24 22:01:28', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:01:28', '2023-03-24 22:01:28', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3396', 0, 'revision', '', 0),
(3397, 1, '2023-03-24 22:01:28', '2023-03-24 22:01:28', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:01:28', '2023-03-24 22:01:28', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3397', 0, 'revision', '', 0),
(3398, 1, '2023-03-24 22:01:28', '2023-03-24 22:01:28', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:01:28', '2023-03-24 22:01:28', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3398', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3401, 1, '2023-03-24 22:03:49', '2023-03-24 22:03:49', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c27\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-445 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-446-outer style-local-1955-c28-outer\">\n            <div data-colibri-id=\"1955-c28\" 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-446 style-local-1955-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c29\" class=\"h-global-transition-all h-heading style-447 style-local-1955-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-447 style-local-1955-c29\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h2>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:03:49', '2023-03-24 22:03:49', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3401', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3402, 1, '2023-03-24 22:03:49', '2023-03-24 22:03: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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:03:49', '2023-03-24 22:03:49', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3402', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3436, 1, '2023-03-24 22:13:13', '2023-03-24 22:13:13', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c78\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-c78 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-453-outer style-local-1955-c79-outer\">\n            <div data-colibri-id=\"1955-c79\" 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-453 style-local-1955-c79 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c81\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c81 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c81\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c82\" class=\"d-block style-456 style-local-1955-c82 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c82-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c82-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c80\" class=\"h-text h-text-component style-454 style-local-1955-c80 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:13:13', '2023-03-24 22:13:13', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3436', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3437, 1, '2023-03-24 22:13:13', '2023-03-24 22:13:13', '{\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:13:13', '2023-03-24 22:13:13', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3437', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3443, 1, '2023-03-24 22:17:27', '2023-03-24 22:17:27', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c78\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-c78 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-453-outer style-local-1955-c79-outer\">\n            <div data-colibri-id=\"1955-c79\" 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-453 style-local-1955-c79 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c81\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c81 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c81\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c82\" class=\"d-block style-456 style-local-1955-c82 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c82-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c82-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c80\" class=\"h-text h-text-component style-454 style-local-1955-c80 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:17:27', '2023-03-24 22:17:27', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3443', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3444, 1, '2023-03-24 22:17:27', '2023-03-24 22:17:27', '{\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:17:27', '2023-03-24 22:17:27', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3444', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3450, 1, '2023-03-24 22:19:16', '2023-03-24 22:19:16', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c78\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-c78 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-453-outer style-local-1955-c79-outer\">\n            <div data-colibri-id=\"1955-c79\" 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-453 style-local-1955-c79 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c81\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c81 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c81\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c82\" class=\"d-block style-456 style-local-1955-c82 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c82-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c82-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c80\" class=\"h-text h-text-component style-454 style-local-1955-c80 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:19:16', '2023-03-24 22:19:16', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3450', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3451, 1, '2023-03-24 22:19:16', '2023-03-24 22:19:16', '{\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:19:16', '2023-03-24 22:19:16', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3451', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3457, 1, '2023-03-24 22:20:22', '2023-03-24 22:20:22', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c78\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-c78 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-453-outer style-local-1955-c79-outer\">\n            <div data-colibri-id=\"1955-c79\" 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-453 style-local-1955-c79 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c81\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c81 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c81\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c82\" class=\"d-block style-456 style-local-1955-c82 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c82-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c82-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c80\" class=\"h-text h-text-component style-454 style-local-1955-c80 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:20:22', '2023-03-24 22:20:22', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3457', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3410, 1, '2023-03-24 22:06:56', '2023-03-24 22:06:56', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:06:56', '2023-03-24 22:06:56', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3410', 0, 'revision', '', 0),
(3411, 1, '2023-03-24 22:06:56', '2023-03-24 22:06:56', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:06:56', '2023-03-24 22:06:56', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3411', 0, 'revision', '', 0),
(3412, 1, '2023-03-24 22:06:56', '2023-03-24 22:06:56', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:06:56', '2023-03-24 22:06:56', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3412', 0, 'revision', '', 0),
(3403, 1, '2023-03-24 22:03:49', '2023-03-24 22:03:49', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:03:49', '2023-03-24 22:03:49', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3403', 0, 'revision', '', 0),
(3404, 1, '2023-03-24 22:03:49', '2023-03-24 22:03:49', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:03:49', '2023-03-24 22:03:49', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3404', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3405, 1, '2023-03-24 22:03:49', '2023-03-24 22:03:49', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:03:49', '2023-03-24 22:03:49', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3405', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3415, 1, '2023-03-24 22:08:57', '2023-03-24 22:08:57', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c78\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-c78 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-453-outer style-local-1955-c79-outer\">\n            <div data-colibri-id=\"1955-c79\" 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-453 style-local-1955-c79 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c81\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c81 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c81\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c80\" class=\"h-text h-text-component style-454 style-local-1955-c80 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:08:57', '2023-03-24 22:08:57', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3415', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3408, 1, '2023-03-24 22:06:56', '2023-03-24 22:06:56', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c27\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-445 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-446-outer style-local-1955-c28-outer\">\n            <div data-colibri-id=\"1955-c28\" 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-446 style-local-1955-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c29\" class=\"h-global-transition-all h-heading style-447 style-local-1955-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-447 style-local-1955-c29\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h2>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c78\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-c78 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-453-outer style-local-1955-c79-outer\">\n            <div data-colibri-id=\"1955-c79\" 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-453 style-local-1955-c79 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c80\" class=\"h-text h-text-component style-454 style-local-1955-c80 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:06:56', '2023-03-24 22:06:56', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3408', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3409, 1, '2023-03-24 22:06:56', '2023-03-24 22:06:56', '{\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:06:56', '2023-03-24 22:06:56', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3409', 0, 'revision', '', 0),
(3416, 1, '2023-03-24 22:08:57', '2023-03-24 22:08:57', '{\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:08:57', '2023-03-24 22:08:57', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3416', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3422, 1, '2023-03-24 22:12:39', '2023-03-24 22:12:39', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c78\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-c78 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-453-outer style-local-1955-c79-outer\">\n            <div data-colibri-id=\"1955-c79\" 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-453 style-local-1955-c79 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c81\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c81 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c81\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c82\" class=\"d-block style-456 style-local-1955-c82 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c82-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c82-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c80\" class=\"h-text h-text-component style-454 style-local-1955-c80 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:12:39', '2023-03-24 22:12:39', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3422', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3423, 1, '2023-03-24 22:12:39', '2023-03-24 22: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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:12:39', '2023-03-24 22:12:39', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3423', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3429, 1, '2023-03-24 22:13:04', '2023-03-24 22:13:04', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c78\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-c78 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-453-outer style-local-1955-c79-outer\">\n            <div data-colibri-id=\"1955-c79\" 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-453 style-local-1955-c79 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c81\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c81 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c81\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c82\" class=\"d-block style-456 style-local-1955-c82 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c82-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c82-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c80\" class=\"h-text h-text-component style-454 style-local-1955-c80 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:13:04', '2023-03-24 22:13:04', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3429', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3430, 1, '2023-03-24 22:13:04', '2023-03-24 22:13:04', '{\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:13:04', '2023-03-24 22:13:04', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3430', 0, 'revision', '', 0),
(2066, 1, '2023-03-19 21:17:00', '2023-03-19 21:17:00', '', 'smc-', '', 'inherit', 'open', 'closed', '', 'smc', '', '', '2023-03-19 21:17:00', '2023-03-19 21:17:00', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-.png', 0, 'attachment', 'image/png', 0),
(2067, 1, '2023-03-19 21:17:00', '2023-03-19 21:17:00', '', 'sfc-home (1)', '', 'inherit', 'open', 'closed', '', 'sfc-home-1', '', '', '2023-03-19 21:17:00', '2023-03-19 21:17:00', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home-1.png', 0, 'attachment', 'image/png', 0),
(2068, 1, '2023-03-19 21:17:01', '2023-03-19 21:17:01', '', 'sdc', '', 'inherit', 'open', 'closed', '', 'sdc-2', '', '', '2023-03-19 21:17:01', '2023-03-19 21:17:01', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc-1.png', 0, 'attachment', 'image/png', 0),
(2069, 1, '2023-03-19 21:17:02', '2023-03-19 21:17:02', '', '-bs-in-the-news-1', '', 'inherit', 'open', 'closed', '', 'bs-in-the-news-1-2', '', '', '2023-03-19 21:17:02', '2023-03-19 21:17:02', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/bs-in-the-news-1-1.png', 0, 'attachment', 'image/png', 0),
(2070, 1, '2023-03-19 21:17:03', '2023-03-19 21:17:03', '', 'cropped-scrum-books-1024x536-1-1', '', 'inherit', 'open', 'closed', '', 'cropped-scrum-books-1024x536-1-1-2', '', '', '2023-03-19 21:17:03', '2023-03-19 21:17:03', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2071, 1, '2023-03-19 21:17:04', '2023-03-19 21:17:04', '', 'scrun hieracky', '', 'inherit', 'open', 'closed', '', 'scrun-hieracky-2', '', '', '2023-03-19 21:17:04', '2023-03-19 21:17:04', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/scrun-hieracky-1.png', 0, 'attachment', 'image/png', 0),
(2072, 1, '2023-03-19 21:17:04', '2023-03-19 21:17:04', '', 'cropped-cropped-SCRUMStudy', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-scrumstudy-2', '', '', '2023-03-19 21:17:04', '2023-03-19 21:17:04', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-SCRUMStudy-1.png', 0, 'attachment', 'image/png', 0),
(2073, 1, '2023-03-19 21:17:05', '2023-03-19 21:17:05', '', 'PrepMajorLogo-1-1', '', 'inherit', 'open', 'closed', '', 'prepmajorlogo-1-1-2', '', '', '2023-03-19 21:17:05', '2023-03-19 21:17:05', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1-1.png', 0, 'attachment', 'image/png', 0),
(2074, 1, '2023-03-19 21:17:06', '2023-03-19 21:17:06', '', 'Media Library ‹ Scrum Certifications — WordPress', '', 'inherit', 'open', 'closed', '', 'media-library-scrum-certifications-wordpress', '', '', '2023-03-19 21:17:06', '2023-03-19 21:17:06', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/Media-Library-‹-Scrum-Certifications-—-WordPress.html', 0, 'attachment', 'text/html', 0),
(2075, 1, '2023-03-19 21:17:06', '2023-03-19 21:17:06', '', 'pic1', '', 'inherit', 'open', 'closed', '', 'pic1-2', '', '', '2023-03-19 21:17:06', '2023-03-19 21:17:06', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/pic1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2076, 1, '2023-03-19 21:17:07', '2023-03-19 21:17:07', '', 'eael-data-table-19e0105', '', 'inherit', 'open', 'closed', '', 'eael-data-table-19e0105', '', '', '2023-03-19 21:17:07', '2023-03-19 21:17:07', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/eael-data-table-19e0105.csv', 0, 'attachment', 'text/csv', 0),
(2077, 1, '2023-03-19 21:17:07', '2023-03-19 21:17:07', '', 'sspoc-home', '', 'inherit', 'open', 'closed', '', 'sspoc-home', '', '', '2023-03-19 21:17:07', '2023-03-19 21:17:07', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sspoc-home.png', 0, 'attachment', 'image/png', 0),
(2078, 1, '2023-03-19 21:17:08', '2023-03-19 21:17:08', '', 'ssmc-home', '', 'inherit', 'open', 'closed', '', 'ssmc-home', '', '', '2023-03-19 21:17:08', '2023-03-19 21:17:08', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/ssmc-home.png', 0, 'attachment', 'image/png', 0),
(2079, 1, '2023-03-19 21:17:08', '2023-03-19 21:17:08', '', 'spoc-home', '', 'inherit', 'open', 'closed', '', 'spoc-home', '', '', '2023-03-19 21:17:08', '2023-03-19 21:17:08', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png', 0, 'attachment', 'image/png', 0),
(2080, 1, '2023-03-19 21:17:08', '2023-03-19 21:17:08', '', 'smc-home (1)', '', 'inherit', 'open', 'closed', '', 'smc-home-1', '', '', '2023-03-19 21:17:08', '2023-03-19 21:17:08', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home-1.png', 0, 'attachment', 'image/png', 0),
(2081, 1, '2023-03-19 21:17:09', '2023-03-19 21:17:09', '', 'sdc-home', '', 'inherit', 'open', 'closed', '', 'sdc-home', '', '', '2023-03-19 21:17:09', '2023-03-19 21:17:09', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc-home.png', 0, 'attachment', 'image/png', 0),
(2082, 1, '2023-03-19 21:17:09', '2023-03-19 21:17:09', '', 'esmc-home', '', 'inherit', 'open', 'closed', '', 'esmc-home', '', '', '2023-03-19 21:17:09', '2023-03-19 21:17:09', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/esmc-home.png', 0, 'attachment', 'image/png', 0),
(2083, 1, '2023-03-19 21:17:10', '2023-03-19 21:17:10', '', 'aec-home', '', 'inherit', 'open', 'closed', '', 'aec-home', '', '', '2023-03-19 21:17:10', '2023-03-19 21:17:10', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/aec-home.png', 0, 'attachment', 'image/png', 0),
(2084, 1, '2023-03-19 21:17:10', '2023-03-19 21:17:10', '', 'smc-home', '', 'inherit', 'open', 'closed', '', 'smc-home', '', '', '2023-03-19 21:17:10', '2023-03-19 21:17:10', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png', 0, 'attachment', 'image/png', 0),
(2085, 1, '2023-03-19 21:17:11', '2023-03-19 21:17:11', '', 'sfc-home', '', 'inherit', 'open', 'closed', '', 'sfc-home', '', '', '2023-03-19 21:17:11', '2023-03-19 21:17:11', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png', 0, 'attachment', 'image/png', 0),
(3452, 1, '2023-03-24 22:19:16', '2023-03-24 22:19:16', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:19:16', '2023-03-24 22:19:16', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3452', 0, 'revision', '', 0),
(3453, 1, '2023-03-24 22:19:16', '2023-03-24 22:19:16', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:19:16', '2023-03-24 22:19:16', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3453', 0, 'revision', '', 0),
(3454, 1, '2023-03-24 22:19:16', '2023-03-24 22:19:16', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:19:16', '2023-03-24 22:19:16', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3454', 0, 'revision', '', 0),
(3424, 1, '2023-03-24 22:12:39', '2023-03-24 22:12:39', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:12:39', '2023-03-24 22:12:39', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3424', 0, 'revision', '', 0),
(3425, 1, '2023-03-24 22:12:40', '2023-03-24 22:12:40', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:12:40', '2023-03-24 22:12:40', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3425', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3426, 1, '2023-03-24 22:12:40', '2023-03-24 22:12:40', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:12:40', '2023-03-24 22:12:40', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3426', 0, 'revision', '', 0),
(2106, 1, '2023-03-19 21:37:49', '2023-03-19 21:37:49', '', 'spoc_certiifcate_product_owner', '', 'inherit', 'open', 'closed', '', 'spoc_certiifcate_product_owner', '', '', '2023-03-19 21:37:49', '2023-03-19 21:37:49', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc_certiifcate_product_owner.png', 0, 'attachment', 'image/png', 0),
(2107, 1, '2023-03-19 21:38:30', '2023-03-19 21:38:30', '', 'cropped-cropped-cropped-scrum-books-1024x536-1-2', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-scrum-books-1024x536-1-2', '', '', '2023-03-19 21:38:30', '2023-03-19 21:38:30', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-scrum-books-1024x536-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2109, 1, '2023-03-19 21:39:20', '2023-03-19 21:39:20', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-spoc_certiifcate_product_owner.png', 'cropped-spoc_certiifcate_product_owner.png', '', 'inherit', 'open', 'closed', '', 'cropped-spoc_certiifcate_product_owner-png', '', '', '2023-03-19 21:39:20', '2023-03-19 21:39:20', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-spoc_certiifcate_product_owner.png', 0, 'attachment', 'image/png', 0),
(2110, 1, '2023-03-19 21:41:29', '2023-03-19 21:41:29', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-spoc_certiifcate_product_owner.png', 'cropped-cropped-spoc_certiifcate_product_owner.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-spoc_certiifcate_product_owner-png', '', '', '2023-03-19 21:41:29', '2023-03-19 21:41:29', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-spoc_certiifcate_product_owner.png', 0, 'attachment', 'image/png', 0),
(3438, 1, '2023-03-24 22:13:13', '2023-03-24 22:13:13', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:13:13', '2023-03-24 22:13:13', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3438', 0, 'revision', '', 0),
(3439, 1, '2023-03-24 22:13:13', '2023-03-24 22:13:13', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:13:13', '2023-03-24 22:13:13', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3439', 0, 'revision', '', 0),
(3440, 1, '2023-03-24 22:13:13', '2023-03-24 22:13:13', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:13:13', '2023-03-24 22:13:13', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3440', 0, 'revision', '', 0),
(3431, 1, '2023-03-24 22:13:04', '2023-03-24 22:13:04', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:13:04', '2023-03-24 22:13:04', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3431', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3432, 1, '2023-03-24 22:13:04', '2023-03-24 22:13:04', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:13:04', '2023-03-24 22:13:04', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3432', 0, 'revision', '', 0),
(3433, 1, '2023-03-24 22:13:04', '2023-03-24 22:13:04', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:13:04', '2023-03-24 22:13:04', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3433', 0, 'revision', '', 0),
(3204, 1, '2023-03-24 19:28:14', '2023-03-24 19:28:14', '<p>Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.</p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Learn and take the exam.\n<ol type=\"a\">\n<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n<li>Schedule the one and half hour proctoredexam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application:confirms the exam date &amp; time.</li>\n<li>Take the proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.</li>\n<li>\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-03-24 19:28:14', '2023-03-24 19:28:14', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3204', 0, 'revision', '', 0),
(3205, 1, '2023-03-24 19:28:14', '2023-03-24 19:28:14', '<p>Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.</p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Learn and take the exam.\n<ol type=\"a\">\n<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n<li>Schedule the one and half hour proctoredexam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application:confirms the exam date &amp; time.</li>\n<li>Take the proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.</li>\n<li>\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-03-24 19:28:14', '2023-03-24 19:28:14', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3205', 0, 'revision', '', 0),
(3206, 1, '2023-03-24 19:28:14', '2023-03-24 19:28:14', '<p>Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.</p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Learn and take the exam.\n<ol type=\"a\">\n<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n<li>Schedule the one and half hour proctoredexam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application:confirms the exam date &amp; time.</li>\n<li>Take the proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.</li>\n<li>\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"#\" role=\"button\">\n						Register and Pay byPaypal\n					</a>\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Register and Pay by credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and pay by Bank Transfer\n					</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-03-24 19:28:14', '2023-03-24 19:28:14', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3206', 0, 'revision', '', 0),
(3201, 1, '2023-03-24 19:21:55', '2023-03-24 19:21:55', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Register and Pay with Credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and Pay by Bank Transfer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and Pay with Paypal\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 19:21:55', '2023-03-24 19:21:55', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3201', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3202, 1, '2023-03-24 19:21:55', '2023-03-24 19:21:55', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Register and Pay with Credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and Pay by Bank Transfer\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and Pay with Paypal\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 19:21:55', '2023-03-24 19:21:55', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3202', 0, 'revision', '', 0),
(3203, 1, '2023-03-24 19:21:55', '2023-03-24 19:21:55', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"#\" role=\"button\">\n						Register and Pay with Paypal\n					</a>\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Register and Pay with Credit Card\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register and Pay by Bank Transfer\n					</a>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-24 19:21:55', '2023-03-24 19:21:55', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=3203', 0, 'revision', '', 0),
(2126, 1, '2023-03-19 21:59:57', '2023-03-19 21:59:57', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-spoc_certiifcate_product_owner.png', 'cropped-cropped-cropped-spoc_certiifcate_product_owner.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-spoc_certiifcate_product_owner-png', '', '', '2023-03-19 21:59:57', '2023-03-19 21:59:57', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png', 0, 'attachment', 'image/png', 0),
(2125, 1, '2023-03-19 21:56:32', '2023-03-19 21:56:32', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-scrum-books-1024x536-1-1-1.jpg', 'cropped-scrum-books-1024x536-1-1', '', 'inherit', 'open', 'closed', '', 'cropped-scrum-books-1024x536-1-1-3', '', '', '2023-03-19 21:56:32', '2023-03-19 21:56:32', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-scrum-books-1024x536-1-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3445, 1, '2023-03-24 22:17:27', '2023-03-24 22:17:27', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:17:27', '2023-03-24 22:17:27', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3445', 0, 'revision', '', 0),
(3446, 1, '2023-03-24 22:17:27', '2023-03-24 22:17:27', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:17:27', '2023-03-24 22:17:27', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3446', 0, 'revision', '', 0),
(3447, 1, '2023-03-24 22:17:28', '2023-03-24 22:17:28', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:17:28', '2023-03-24 22:17:28', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3447', 0, 'revision', '', 0),
(2134, 1, '2023-01-18 00:00:40', '2023-01-18 00:00:40', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment/\" role=\"button\">\n						Register and Pay with Paypal\n					</a>\n			<a href=\"http://creditcard-certification-enrollment\" role=\"button\">\n						Register and Pay with Credit Card\n					</a>\n			<a href=\"http://banktransfer-certification-enrollment\" role=\"button\">\n						Register and Pay by Bank Transfer\n					</a>', 'Scrum Master Certified (SMC®)', '', 'publish', 'closed', 'closed', '', 'smc', '', '', '2023-03-24 20:36:54', '2023-03-24 20:36:54', '', 0, 'http://defaults.extendstudio.net/post-templates/?p=8', 0, 'post', '', 0),
(2839, 1, '2023-03-19 22:51:24', '2023-03-19 22:51:24', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Scrum Master Certified (SMC<sup>®</sup>) professionals are facilitators who ensure that the Scrum Team is provided with an environment conducive to completing the project successfully. The Scrum Master guides, facilitates, and teaches Scrum practices to everyone involved in the project; clears impediments for the team; and, ensures that Scrum processes are being followed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Successful candidates will be awarded the Scrum Master Certified (SMC<sup>®</sup>) certification by SCRUMstudy<sup>™</sup>&nbsp;after passing the certification exam.</p>\n<!-- /wp:paragraph -->\n\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<p>		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Scrum Master Certified (SMC®)', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2023-03-19 22:51:24', '2023-03-19 22:51:24', '', 2134, 'https://certifications.prepmajor.com/scrum/?p=2839', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2135, 1, '2023-01-17 00:00:56', '2023-01-17 00:00:56', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Registeration Form will be Available here soon</h2>		\n		<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>®</sup> Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \"Scrum Fundamentals Certified\".</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4		\n			<table id=\"eael-data-table-f7adcd7\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Certificaton</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Scrum Fundamentals Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												0\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone interested to know more about Scrum and Agile\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Valid for lifetime.\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3 style=\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Exam Format</h3><ul style=\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\"><li style=\"box-sizing: inherit; line-height: 1.75em;\">Multiple choice</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">40 questions per exam</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">One mark awarded for every right answer</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">No negative marks for wrong answers</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">30 questions need to be answered correctly to pass</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">60 minutes duration</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">Online unproctored exam</li></ul><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Audience Profile</h3><p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.</p><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Prerequisites</h3><p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">There is no formal prerequisite for this course.</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrum_In_6_Minutes.mp4#t=1https://a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com/C01_04_Why_Use_Scrum.mp4#t=1		\n			<h2>Registeration Form will be Available here soon</h2>', 'Scrum Fundamentals Certified (SFC®)', '', 'publish', 'closed', 'closed', '', 'sfc', '', '', '2023-03-24 22:29:27', '2023-03-24 22:29:27', '', 0, 'http://defaults.extendstudio.net/post-templates/?p=10', 0, 'post', '', 0),
(2136, 1, '2023-01-17 00:00:04', '2023-01-17 00:00:04', '<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>The world is adopting Scrum. Are you?</h3>\nSCRUMstudy<sup>™</sup>\'s widely accepted certifications help individuals and organizations complete projects faster and more successfully.\n\nSeveral organizations around the globe are accepting Scrum as a primary project management framework for their projects, especially when they operate in a dynamic business environment.\n\nhttps://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Why_get_certified_in_SCRUM.mp4\n			 	 	<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrums/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\n<h5>\n						For Individuals</h5>\nGrowing popularity and acceptability of Scrum has created a great demand for Scrum-certified professionals in the job market. Grab the opportunity and join this growing community.\n<h5>\n						For Organizations</h5>\nScrum-certified professionals help organizations with improved level of project management that leads to increased ROI.\n<h5>\n						 For A.T.P.</h5>\nThere are tremendous opportunities to tap the market potential for Scrum and Agile certifications with the leading Scrum certification body', 'Why get certified?', '', 'publish', 'closed', 'closed', '', 'certified', '', '', '2023-01-17 00:00:04', '2023-01-17 00:00:04', '', 0, 'http://defaults.extendstudio.net/post-templates/?p=11', 0, 'post', '', 0),
(2643, 1, '2023-01-18 00:00:33', '2023-01-18 00:00:33', '<!-- wp:paragraph -->\n<h3>How to become a SCRUMstudy<sup>™</sup> Certified Trainer (SCT<sup>®</sup>)?</h3>\n<p>SCRUM trainings for several certification exams (including SMC<sup>®</sup>, SPOC<sup>®</sup>, SAMC<sup>™</sup> and ESMC<sup>™</sup>) should preferably be conducted in classrooms or through virtual instructor led sessions. It is important for every SCRUMstudy<sup>™</sup> faculty to be an expert in the particular SCRUMstudy<sup>™</sup> certification he or she is teaching, and be very familiar with the concepts in the SBOK<sup>®</sup> Guide. It is also important for the faculty to be a good teacher and have adequate soft-skills to handle different situations in a class, and consistently deliver very high quality trainings.</p>\n<h3>Process for becoming an accredited SCRUMstudy<sup>™</sup> Certified Trainer (SCT<sup>®</sup>):</h3>\n<ol>\n<li>Trainers need to have at least 2 years of relevant work experience and should be willing to share their experiences in the classes they teach.</li>\n<li>They need to successfully pass any three SCRUMstudy<sup>™</sup> certification exams (out of SDC<sup>®</sup>, SMC<sup>®</sup>, SAMC<sup>™</sup>, and SPOC<sup>®</sup>), including the certification course that they wish to teach.</li>\n<li>They need to be aware of the training resources available in SCRUMstudy<sup>™</sup> A.T.P. site (including videos, handbooks, recording of past training sessions etc). SCRUMstudy<sup>™</sup> will provide substantial training resources which A.T.P.s and Trainers can customize and use for their classes - the training resources will focus more on SCRUM concepts rather than on how to pass SCRUMstudy<sup>™</sup> certification exams. Other than the training resources available in SCRUMstudy<sup>™</sup>, additional custom content may need to be developed by individual A.T.P.s or Trainers.</li>\n<li>All Trainers should be associated with a SCRUMstudy<sup>™</sup> A.T.P.</li>\n</ol>\n<p>Once trainers complete the above requirements, they need to apply to SCRUMstudy<sup>™</sup> to become an accredited trainer (mentioning the details of the A.T.P. with whom they are associated). Accredited Trainers will be certified as \"SCRUMstudy<sup>™</sup> Certified Trainers (SCT<sup>®</sup>s)\" - and they will be awarded an accreditation certificate making them eligible to train students for SCRUMstudy<sup>™</sup> certifications. They should train only for the A.T.P.s with whom they have got associated.</p>\n<p>To ensure a high-quality learning experience for all our students, trainers need to consistently get high rankings in student feedback forms. SCRUMstudy<sup>™</sup> will regularly ask for feedback from students who attend classes conducted by SCRUMstudy<sup>™</sup> A.T.P.s Faculty who receive unfavorable feedback must work on improving their course delivery, or their accreditation as SCT<sup>®</sup>s may be terminated. SCRUMstudy<sup>™</sup> reserves its right to terminate any SCT<sup>®</sup> from continuing training for SCRUMstudy<sup>™</sup> classes because of poor feedback or for other reasons.</p>\n<!-- /wp:paragraph -->', 'SCRUMstudy™ Certified Trainer (SCT®)?', '', 'publish', 'closed', 'closed', '', 'sct', '', '', '2023-01-18 00:00:33', '2023-01-18 00:00:33', '', 0, 'https://certifications.prepmajor.com/scrums/?p=2643', 0, 'post', '', 0),
(2656, 1, '2023-01-18 00:00:08', '2023-01-18 00:00:08', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment\">\n						Register and Pay by PayPal\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'publish', 'closed', 'closed', '', 'spoc', '', '', '2023-08-14 01:11:48', '2023-08-14 01:11:48', '', 0, 'https://certifications.prepmajor.com/scrums/?p=2656', 0, 'post', '', 0),
(2842, 1, '2023-03-19 22:53:27', '2023-03-19 22:53:27', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<p>		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup>&nbsp;or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-19 22:53:27', '2023-03-19 22:53:27', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=2842', 0, 'revision', '', 0),
(2658, 1, '2023-01-18 00:00:26', '2023-01-18 00:00:26', '<p>Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.</p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Learn and take the exam.\n<ol type=\"a\">\n<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n<li>Schedule the one and half hour proctoredexam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application:confirms the exam date &amp; time.</li>\n<li>Take the proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.</li>\n<li>\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment/\">\n						Register and Pay byPaypal\n					</a>', 'Scrum Developer Certified (SDC®)', '', 'publish', 'closed', 'closed', '', 'sdc', '', '', '2023-08-14 01:05:41', '2023-08-14 01:05:41', '', 0, 'https://certifications.prepmajor.com/scrums/?p=2658', 0, 'post', '', 0),
(2844, 1, '2023-03-19 22:54:44', '2023-03-19 22:54:44', 'Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n 	<li>Multiple choice</li>\n 	<li>100 questions per exam</li>\n 	<li>No negative marks for wrong answers</li>\n 	<li>120 minutes duration</li>\n 	<li>Proctored online exam</li>\n 	<li>Current pass rate: 95%</li>\n</ul>\n<strong>Audience Profile</strong>\n\nThis certification is appropriate for anyone who is interested in becoming a Scrum Master.\n<h4><strong>Prerequisites</strong></h4>\nThere is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;\n\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n 	<li>Register on the website and Select the Certification you want to write Exam for</li>\n 	<li>Make a Payment of £150</li>\n 	<li>Learn and take the exam.\n<ol type=\"a\">\n 	<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n 	<li>Schedule the one and half hour proctoredexam.</li>\n 	<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application:confirms the exam date &amp; time.</li>\n 	<li>Take the proctored exam online.</li>\n</ol>\n</li>\n 	<li>Upon successful completion of the exam get an online certificate.</li>\n 	<li>\n<ol type=\"a\">\n 	<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n 	<li>You can add the certificate to your LinkedIn profile.</li>\n 	<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<a href=\"/scrums/certification-enrollment\" role=\"button\">\nClick here to Register\n</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-03-19 22:54:44', '2023-03-19 22:54:44', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=2844', 0, 'revision', '', 0),
(2660, 1, '2023-01-18 00:00:38', '2023-01-18 00:00:38', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage     \n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'publish', 'closed', 'closed', '', 'samc', '', '', '2023-03-24 22:36:31', '2023-03-24 22:36:31', '', 0, 'https://certifications.prepmajor.com/scrums/?p=2660', 0, 'post', '', 0),
(2841, 1, '2023-03-19 22:52:15', '2023-03-19 22:52:15', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<p>		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-19 22:52:15', '2023-03-19 22:52:15', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=2841', 0, 'revision', '', 0),
(2661, 1, '2023-01-18 00:00:41', '2023-01-18 00:00:41', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage     \n					</a>', 'Scaled Scrum Master Certified (SSMC™)', '', 'publish', 'closed', 'closed', '', 'ssmc', '', '', '2023-03-24 22:37:55', '2023-03-24 22:37:55', '', 0, 'https://certifications.prepmajor.com/scrums/?p=2661', 0, 'post', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3030, 1, '2023-03-20 18:16:50', '2023-03-20 18:16:50', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-20 18:16:50', '2023-03-20 18:16:50', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3030', 0, 'revision', '', 0),
(2838, 1, '2023-03-19 22:50:35', '2023-03-19 22:50:35', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a><br>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This is highly recommended for everyone in a company who works in a Scrum Team or anyone who interacts with any Scrum Team. This will also be very useful for those who are interested in understanding the basics of Scrum and how this method could be used effectively.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification.</p>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-19 22:50:35', '2023-03-19 22:50:35', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=2838', 0, 'revision', '', 0),
(2662, 1, '2023-01-18 00:00:45', '2023-01-18 00:00:45', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'publish', 'closed', 'closed', '', 'sspoc', '', '', '2023-03-24 22:39:11', '2023-03-24 22:39:11', '', 0, 'https://certifications.prepmajor.com/scrums/?p=2662', 0, 'post', '', 0),
(2832, 1, '2023-03-19 22:42:19', '2023-03-19 22:42:19', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-19 22:42:19', '2023-03-19 22:42:19', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=2832', 0, 'revision', '', 0),
(2663, 1, '2023-03-18 00:00:59', '2023-03-18 00:00:59', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'publish', 'closed', 'closed', '', 'esmc', '', '', '2023-03-24 22:41:23', '2023-03-24 22:41:23', '', 0, 'https://certifications.prepmajor.com/scrums/?p=2663', 0, 'post', '', 0),
(2830, 1, '2023-03-19 22:38:56', '2023-03-19 22:38:56', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup>&nbsp;certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup>&nbsp;and SPOC<sup>®</sup>&nbsp;certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Get access to online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-19 22:38:56', '2023-03-19 22:38:56', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=2830', 0, 'revision', '', 0),
(2664, 1, '2023-01-18 00:00:11', '2023-01-18 00:00:11', '<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<p>SCRUMstudy<sup>™</sup> Certified Agile Coach (SCAC<sup>™</sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.</p>\n<h3>Audience Profile:</h3>\n<p>SCRUMstudy<sup>™</sup> Certified Agile Coach (SCAC<sup>™</sup>) certification is meant for those SCRUM consultants/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations</p>\n<h3>Prerequisites</h3>\n<p>To become a SCRUMstudy<sup>™</sup> Certified Agile Coach you should fulfil the following criteria:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Should have more than 3 years of experience managing Scrum/Agile Projects and more than 6 years of project management experience.</li>\n<li>Should be SCRUMstudy<sup>™</sup> Certified Trainer (SCT<sup>®</sup>).</li>\n</ul>\n</li>\n</ul>		\n			<a href=\"/Scrum/\" role=\"button\">\n						license not available - back to homepage   \n					</a>', 'SCRUMstudy™ Certified Agile Coach (SCAC™)', '', 'publish', 'closed', 'closed', '', 'scrumstudy-certified-agile-coach-scac', '', '', '2023-03-24 22:34:13', '2023-03-24 22:34:13', '', 0, 'https://certifications.prepmajor.com/scrums/?p=2664', 0, 'post', '', 0),
(2843, 1, '2023-03-19 22:54:07', '2023-03-19 22:54:07', '<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years</td>\n</tr>\n</tbody>\n</table>\nSCRUMstudy<sup>™</sup>&nbsp;Certified Agile Coach (SCAC<sup>™</sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.\n<h3>Audience Profile:</h3>\nSCRUMstudy<sup>™</sup>&nbsp;Certified Agile Coach (SCAC<sup>™</sup>) certification is meant for those SCRUM consultants/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations\n<h3>Prerequisites</h3>\nTo become a SCRUMstudy<sup>™</sup>&nbsp;Certified Agile Coach you should fulfil the following criteria:\n<ul>\n 	<li style=\"list-style-type: none;\">\n<ul>\n 	<li>Should have more than 3 years of experience managing Scrum/Agile Projects and more than 6 years of project management experience.</li>\n 	<li>Should be SCRUMstudy<sup>™</sup>&nbsp;Certified Trainer (SCT<sup>®</sup>).</li>\n</ul>\n</li>\n</ul>', 'SCRUMstudy™ Certified Agile Coach (SCAC™)', '', 'inherit', 'closed', 'closed', '', '2664-revision-v1', '', '', '2023-03-19 22:54:07', '2023-03-19 22:54:07', '', 2664, 'https://certifications.prepmajor.com/scrum/?p=2843', 0, 'revision', '', 0),
(2670, 1, '2023-03-05 01:17:39', '2023-03-05 01:17:39', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2019/11/cropped-work-2196609_640-1.jpg', 'cropped-work-2196609_640-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-work-2196609_640-1-jpg', '', '', '2023-03-05 01:17:39', '2023-03-05 01:17:39', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2019/11/cropped-work-2196609_640-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2671, 1, '2023-03-05 01:31:24', '2023-03-05 01:31:24', 'https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61.png', 'cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-png', '', '', '2023-03-05 01:31:24', '2023-03-05 01:31:24', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61.png', 0, 'attachment', 'image/png', 0),
(2672, 1, '2023-03-05 01:40:48', '2023-03-05 01:40:48', '', 'cropped-cropped-cropped-cropped-cropped-bs-in-the-news-1', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-cropped-cropped-bs-in-the-news-1', '', '', '2023-03-05 01:40:48', '2023-03-05 01:40:48', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-cropped-bs-in-the-news-1.png', 0, 'attachment', 'image/png', 0),
(2673, 1, '2023-03-05 01:50:23', '2023-03-05 01:50:23', 'https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61.png', 'cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-png', '', '', '2023-03-05 01:50:23', '2023-03-05 01:50:23', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61.png', 0, 'attachment', 'image/png', 0),
(2674, 1, '2023-03-05 02:04:19', '2023-03-05 02:04:19', '', 'scrum-books-1024x536', '', 'inherit', 'open', 'closed', '', 'scrum-books-1024x536', '', '', '2023-03-05 02:04:19', '2023-03-05 02:04:19', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/scrum-books-1024x536-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2675, 1, '2023-03-05 02:05:11', '2023-03-05 02:05:11', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1.jpg', 'scrum-books-1024x536', '', 'inherit', 'open', 'closed', '', 'scrum-books-1024x536-2', '', '', '2023-03-05 02:05:11', '2023-03-05 02:05:11', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2676, 1, '2023-03-05 02:06:09', '2023-03-05 02:06:09', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1-1-2.jpg', 'scrum-books-1024x536', '', 'inherit', 'open', 'closed', '', 'scrum-books-1024x536-3', '', '', '2023-03-05 02:06:09', '2023-03-05 02:06:09', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2677, 1, '2023-03-05 02:06:41', '2023-03-05 02:06:41', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1-2.jpg', 'scrum-books-1024x536', '', 'inherit', 'open', 'closed', '', 'scrum-books-1024x536-4', '', '', '2023-03-05 02:06:41', '2023-03-05 02:06:41', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2678, 1, '2023-03-05 02:11:46', '2023-03-05 02:11:46', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1-2.jpg', 'scrum-books-1024x536', '', 'inherit', 'open', 'closed', '', 'scrum-books-1024x536-5', '', '', '2023-03-05 02:11:46', '2023-03-05 02:11:46', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-scrum-books-1024x536-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2679, 1, '2023-03-05 02:22:48', '2023-03-05 02:22:48', '', 'SCRUMStudy', '', 'inherit', 'open', 'closed', '', 'scrumstudy', '', '', '2023-03-05 02:22:48', '2023-03-05 02:22:48', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/SCRUMStudy.png', 0, 'attachment', 'image/png', 0),
(2680, 1, '2023-03-05 02:23:02', '2023-03-05 02:23:02', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-SCRUMStudy.png', 'cropped-SCRUMStudy.png', '', 'inherit', 'open', 'closed', '', 'cropped-scrumstudy-png', '', '', '2023-03-05 02:23:02', '2023-03-05 02:23:02', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-SCRUMStudy.png', 0, 'attachment', 'image/png', 0),
(2681, 1, '2023-03-05 02:28:30', '2023-03-05 02:28:30', '', 'cropped-cropped-cropped-cropped-PrepMajorLogo-1', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-cropped-prepmajorlogo-1', '', '', '2023-03-05 02:28:30', '2023-03-05 02:28:30', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-PrepMajorLogo-1.png', 0, 'attachment', 'image/png', 0),
(2682, 1, '2023-03-05 02:28:51', '2023-03-05 02:28:51', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1.png', 'cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-cropped-cropped-prepmajorlogo-1-png', '', '', '2023-03-05 02:28:51', '2023-03-05 02:28:51', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1.png', 0, 'attachment', 'image/png', 0),
(2683, 1, '2023-03-05 02:29:32', '2023-03-05 02:29:32', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1-1.png', 'cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-cropped-cropped-prepmajorlogo-1-1-png', '', '', '2023-03-05 02:29:32', '2023-03-05 02:29:32', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-cropped-PrepMajorLogo-1-1.png', 0, 'attachment', 'image/png', 0),
(2684, 1, '2023-03-05 02:34:47', '2023-03-05 02:34:47', '', 'fundovendas', '', 'inherit', 'open', 'closed', '', 'fundovendas', '', '', '2023-03-05 02:34:47', '2023-03-05 02:34:47', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/fundovendas.jpg', 0, 'attachment', 'image/jpeg', 0),
(2685, 1, '2023-03-05 02:34:59', '2023-03-05 02:34:59', '', 'certificações_scrum', '', 'inherit', 'open', 'closed', '', 'certificacoes_scrum', '', '', '2023-03-05 02:34:59', '2023-03-05 02:34:59', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/certificacoes_scrum.jpg', 0, 'attachment', 'image/jpeg', 0),
(2686, 1, '2023-03-05 02:35:40', '2023-03-05 02:35:40', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-fundovendas.jpg', 'cropped-fundovendas.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-fundovendas-jpg', '', '', '2023-03-05 02:35:40', '2023-03-05 02:35:40', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-fundovendas.jpg', 0, 'attachment', 'image/jpeg', 0),
(2687, 1, '2023-03-05 02:39:51', '2023-03-05 02:39:51', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-SCRUMStudy.png', 'cropped-cropped-SCRUMStudy.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-scrumstudy-png', '', '', '2023-03-05 02:39:51', '2023-03-05 02:39:51', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-SCRUMStudy-2.png', 0, 'attachment', 'image/png', 0),
(2688, 1, '2023-03-05 02:40:36', '2023-03-05 02:40:36', 'https://certifications.prepmajor.com/scrums/wp-content/uploads/2023/03/cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61.png', 'cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-1-png', '', '', '2023-03-05 02:40:36', '2023-03-05 02:40:36', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-2ac19a9c4a31038afefcaba6a5887a617523aa61-1.png', 0, 'attachment', 'image/png', 0),
(2689, 1, '2023-03-05 02:41:22', '2023-03-05 02:41:22', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-SCRUMStudy.png', 'cropped-cropped-cropped-SCRUMStudy.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-scrumstudy-png-2', '', '', '2023-03-05 02:41:22', '2023-03-05 02:41:22', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-SCRUMStudy-1.png', 0, 'attachment', 'image/png', 0),
(2690, 1, '2023-03-05 02:45:28', '2023-03-05 02:45:28', '', 'spoc_certiifcate_product_owner', '', 'inherit', 'open', 'closed', '', 'spoc_certiifcate_product_owner-2', '', '', '2023-03-05 02:45:28', '2023-03-05 02:45:28', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc_certiifcate_product_owner-1.png', 0, 'attachment', 'image/png', 0),
(2691, 1, '2023-03-05 02:53:05', '2023-03-05 02:53:05', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1-2.jpg', 'scrum-books-1024x536', '', 'inherit', 'open', 'closed', '', 'scrum-books-1024x536-6', '', '', '2023-03-05 02:53:05', '2023-03-05 02:53:05', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-scrum-books-1024x536-1-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2692, 1, '2023-03-05 02:54:40', '2023-03-05 02:54:40', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-scrum-books-1024x536-1-1-2.jpg', 'scrum-books-1024x536', '', 'inherit', 'open', 'closed', '', 'scrum-books-1024x536-7', '', '', '2023-03-05 02:54:40', '2023-03-05 02:54:40', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-scrum-books-1024x536-1-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2693, 1, '2023-03-05 02:59:41', '2023-03-05 02:59:41', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-fundovendas.jpg', 'cropped-cropped-fundovendas.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-fundovendas-jpg', '', '', '2023-03-05 02:59:41', '2023-03-05 02:59:41', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-fundovendas.jpg', 0, 'attachment', 'image/jpeg', 0),
(2694, 1, '2023-03-05 03:00:48', '2023-03-05 03:00:48', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2019/11/cropped-work-2196609_640-1.jpg', 'cropped-cropped-work-2196609_640-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-work-2196609_640-1-jpg', '', '', '2023-03-05 03:00:48', '2023-03-05 03:00:48', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2019/11/cropped-cropped-work-2196609_640-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2189, 1, '2023-03-12 23:43:05', '2023-03-12 23:43:05', '', 'sfc-home', '', 'inherit', 'open', 'closed', '', 'sfc-home-2', '', '', '2023-03-12 23:43:05', '2023-03-12 23:43:05', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home-2.png', 0, 'attachment', 'image/png', 0),
(2190, 1, '2023-03-12 23:53:13', '2023-03-12 23:53:13', '', 'sspoc-home', '', 'inherit', 'open', 'closed', '', 'sspoc-home-2', '', '', '2023-03-12 23:53:13', '2023-03-12 23:53:13', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sspoc-home-1.png', 0, 'attachment', 'image/png', 0),
(2191, 1, '2023-03-12 23:53:15', '2023-03-12 23:53:15', '', 'ssmc-home', '', 'inherit', 'open', 'closed', '', 'ssmc-home-2', '', '', '2023-03-12 23:53:15', '2023-03-12 23:53:15', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/ssmc-home-1.png', 0, 'attachment', 'image/png', 0),
(2192, 1, '2023-03-12 23:53:16', '2023-03-12 23:53:16', '', 'spoc-home', '', 'inherit', 'open', 'closed', '', 'spoc-home-2', '', '', '2023-03-12 23:53:16', '2023-03-12 23:53:16', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home-1.png', 0, 'attachment', 'image/png', 0),
(2193, 1, '2023-03-12 23:53:18', '2023-03-12 23:53:18', '', 'smc-home (1)', '', 'inherit', 'open', 'closed', '', 'smc-home-1-2', '', '', '2023-03-12 23:53:18', '2023-03-12 23:53:18', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home-1-1.png', 0, 'attachment', 'image/png', 0),
(2194, 1, '2023-03-12 23:53:19', '2023-03-12 23:53:19', '', 'sfc-home (1)', '', 'inherit', 'open', 'closed', '', 'sfc-home-1-2', '', '', '2023-03-12 23:53:19', '2023-03-12 23:53:19', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home-1-1.png', 0, 'attachment', 'image/png', 0),
(2195, 1, '2023-03-12 23:53:21', '2023-03-12 23:53:21', '', 'sdc-home', '', 'inherit', 'open', 'closed', '', 'sdc-home-2', '', '', '2023-03-12 23:53:21', '2023-03-12 23:53:21', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc-home-1.png', 0, 'attachment', 'image/png', 0),
(2196, 1, '2023-03-12 23:53:23', '2023-03-12 23:53:23', '', 'esmc-home', '', 'inherit', 'open', 'closed', '', 'esmc-home-2', '', '', '2023-03-12 23:53:23', '2023-03-12 23:53:23', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/esmc-home-1.png', 0, 'attachment', 'image/png', 0),
(2197, 1, '2023-03-12 23:53:24', '2023-03-12 23:53:24', '', 'aec-home', '', 'inherit', 'open', 'closed', '', 'aec-home-2', '', '', '2023-03-12 23:53:24', '2023-03-12 23:53:24', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/aec-home-1.png', 0, 'attachment', 'image/png', 0),
(2198, 1, '2023-03-12 23:53:26', '2023-03-12 23:53:26', '', 'smc-home', '', 'inherit', 'open', 'closed', '', 'smc-home-2', '', '', '2023-03-12 23:53:26', '2023-03-12 23:53:26', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home-2.png', 0, 'attachment', 'image/png', 0),
(2199, 1, '2023-03-12 23:53:27', '2023-03-12 23:53:27', '', 'sfc-home', '', 'inherit', 'open', 'closed', '', 'sfc-home-2-2', '', '', '2023-03-12 23:53:27', '2023-03-12 23:53:27', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home-2-1.png', 0, 'attachment', 'image/png', 0),
(2351, 1, '2023-03-17 21:19:08', '2023-03-17 21:19:08', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-sfc-home-2.png', 'sfc-home', '', 'inherit', 'open', 'closed', '', 'sfc-home-3', '', '', '2023-03-17 21:19:08', '2023-03-17 21:19:08', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-sfc-home-2.png', 0, 'attachment', 'image/png', 0),
(2394, 1, '2023-03-17 21:35:19', '2023-03-17 21:35:19', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-smc-home.png', 'cropped-smc-home.png', '', 'inherit', 'open', 'closed', '', 'cropped-smc-home-png', '', '', '2023-03-17 21:35:19', '2023-03-17 21:35:19', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-smc-home.png', 0, 'attachment', 'image/png', 0),
(2402, 1, '2023-03-17 21:50:21', '2023-03-17 21:50:21', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-sdc-home.png', 'cropped-sdc-home.png', '', 'inherit', 'open', 'closed', '', 'cropped-sdc-home-png', '', '', '2023-03-17 21:50:21', '2023-03-17 21:50:21', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-sdc-home.png', 0, 'attachment', 'image/png', 0),
(2417, 1, '2023-03-17 22:13:20', '2023-03-17 22:13:20', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-smc-home.png', 'cropped-cropped-smc-home.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-smc-home-png', '', '', '2023-03-17 22:13:20', '2023-03-17 22:13:20', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-smc-home.png', 0, 'attachment', 'image/png', 0),
(2418, 1, '2023-03-17 22:20:53', '2023-03-17 22:20:53', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-sfc-home-2.png', 'sfc-home', '', 'inherit', 'open', 'closed', '', 'sfc-home-4', '', '', '2023-03-17 22:20:53', '2023-03-17 22:20:53', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-sfc-home-2.png', 0, 'attachment', 'image/png', 0),
(2829, 1, '2023-03-18 04:29:08', '2023-03-18 04:29:08', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-fundovendas.jpg', 'cropped-cropped-cropped-fundovendas.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-fundovendas-jpg', '', '', '2023-03-18 04:29:08', '2023-03-18 04:29:08', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-fundovendas.jpg', 0, 'attachment', 'image/jpeg', 0),
(2831, 1, '2023-03-19 22:41:27', '2023-03-19 22:41:27', '', 'Certified Scrum Master Certificatio Benefits 2023', '', 'inherit', 'open', 'closed', '', 'certified-scrum-master-certificatio-benefits-2023', '', '', '2023-03-19 22:41:27', '2023-03-19 22:41:27', '', 2663, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/Certified-Scrum-Master-Certificatio-Benefits-2023.png', 0, 'attachment', 'image/png', 0),
(2833, 1, '2023-03-19 22:46:40', '2023-03-19 22:46:40', '', 'scrum-imagem-1024x535', '', 'inherit', 'open', 'closed', '', 'scrum-imagem-1024x535', '', '', '2023-03-19 22:46:40', '2023-03-19 22:46:40', '', 2662, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/01/scrum-imagem-1024x535-1.png', 0, 'attachment', 'image/png', 0),
(3027, 1, '2023-03-20 18:14:57', '2023-03-20 18:14:57', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-20 18:14:57', '2023-03-20 18:14:57', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3027', 0, 'revision', '', 0),
(2835, 1, '2023-03-19 22:47:35', '2023-03-19 22:47:35', '', 'scrum', '', 'inherit', 'open', 'closed', '', 'scrum', '', '', '2023-03-19 22:47:35', '2023-03-19 22:47:35', '', 2662, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/01/scrum.jpg', 0, 'attachment', 'image/jpeg', 0),
(2836, 1, '2023-03-19 22:49:11', '2023-03-19 22:49:11', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup>&nbsp;certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup>&nbsp;and SPOC<sup>®</sup>&nbsp;certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Get access to online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-19 22:49:11', '2023-03-19 22:49:11', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=2836', 0, 'revision', '', 0),
(2837, 1, '2023-03-19 22:49:58', '2023-03-19 22:49:58', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrums/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SMC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This is highly recommended for everyone in a company who works in a Scrum Team or anyone who interacts with any Scrum Team. This will also be very useful for those who are interested in understanding the basics of Scrum and how this method could be used effectively.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification.</p>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-19 22:49:58', '2023-03-19 22:49:58', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=2837', 0, 'revision', '', 0),
(2840, 1, '2023-03-19 22:51:57', '2023-03-19 22:51:57', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrums/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-19 22:51:57', '2023-03-19 22:51:57', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=2840', 0, 'revision', '', 0),
(3459, 1, '2023-03-24 22:20:22', '2023-03-24 22:20:22', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 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-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 22:20:22', '2023-03-24 22:20:22', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3459', 0, 'revision', '', 0),
(3460, 1, '2023-03-24 22:20:22', '2023-03-24 22:20:22', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 22:20:22', '2023-03-24 22:20:22', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3460', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3461, 1, '2023-03-24 22:20:22', '2023-03-24 22:20:22', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-h24 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 22:20:22', '2023-03-24 22:20:22', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3461', 0, 'revision', '', 0),
(3484, 1, '2023-03-24 22:29:27', '2023-03-24 22:29:27', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Registeration Form will be Available here soon</h2>		\n		<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>®</sup> Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \"Scrum Fundamentals Certified\".</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4		\n			<table id=\"eael-data-table-f7adcd7\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Certificaton</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Scrum Fundamentals Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												0\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone interested to know more about Scrum and Agile\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Valid for lifetime.\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3 style=\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Exam Format</h3><ul style=\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\"><li style=\"box-sizing: inherit; line-height: 1.75em;\">Multiple choice</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">40 questions per exam</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">One mark awarded for every right answer</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">No negative marks for wrong answers</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">30 questions need to be answered correctly to pass</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">60 minutes duration</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">Online unproctored exam</li></ul><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Audience Profile</h3><p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.</p><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Prerequisites</h3><p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">There is no formal prerequisite for this course.</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrum_In_6_Minutes.mp4#t=1https://a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com/C01_04_Why_Use_Scrum.mp4#t=1		\n			<h2>Registeration Form will be Available here soon</h2>', 'Scrum Fundamentals Certified (SFC®)', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2023-03-24 22:29:27', '2023-03-24 22:29:27', '', 2135, 'https://certifications.prepmajor.com/scrum/?p=3484', 0, 'revision', '', 0),
(3485, 1, '2023-03-24 22:34:13', '2023-03-24 22:34:13', '<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<p>SCRUMstudy<sup>™</sup> Certified Agile Coach (SCAC<sup>™</sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.</p>\n<h3>Audience Profile:</h3>\n<p>SCRUMstudy<sup>™</sup> Certified Agile Coach (SCAC<sup>™</sup>) certification is meant for those SCRUM consultants/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations</p>\n<h3>Prerequisites</h3>\n<p>To become a SCRUMstudy<sup>™</sup> Certified Agile Coach you should fulfil the following criteria:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Should have more than 3 years of experience managing Scrum/Agile Projects and more than 6 years of project management experience.</li>\n<li>Should be SCRUMstudy<sup>™</sup> Certified Trainer (SCT<sup>®</sup>).</li>\n</ul>\n</li>\n</ul>', 'SCRUMstudy™ Certified Agile Coach (SCAC™)', '', 'inherit', 'closed', 'closed', '', '2664-revision-v1', '', '', '2023-03-24 22:34:13', '2023-03-24 22:34:13', '', 2664, 'https://certifications.prepmajor.com/scrum/?p=3485', 0, 'revision', '', 0),
(3486, 1, '2023-03-24 22:34:13', '2023-03-24 22:34:13', '<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<p>SCRUMstudy<sup>™</sup> Certified Agile Coach (SCAC<sup>™</sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.</p>\n<h3>Audience Profile:</h3>\n<p>SCRUMstudy<sup>™</sup> Certified Agile Coach (SCAC<sup>™</sup>) certification is meant for those SCRUM consultants/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations</p>\n<h3>Prerequisites</h3>\n<p>To become a SCRUMstudy<sup>™</sup> Certified Agile Coach you should fulfil the following criteria:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Should have more than 3 years of experience managing Scrum/Agile Projects and more than 6 years of project management experience.</li>\n<li>Should be SCRUMstudy<sup>™</sup> Certified Trainer (SCT<sup>®</sup>).</li>\n</ul>\n</li>\n</ul>', 'SCRUMstudy™ Certified Agile Coach (SCAC™)', '', 'inherit', 'closed', 'closed', '', '2664-revision-v1', '', '', '2023-03-24 22:34:13', '2023-03-24 22:34:13', '', 2664, 'https://certifications.prepmajor.com/scrum/?p=3486', 0, 'revision', '', 0),
(3487, 1, '2023-03-24 22:34:13', '2023-03-24 22:34:13', '<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® certified professional (But not mandatory)\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<p>SCRUMstudy<sup>™</sup> Certified Agile Coach (SCAC<sup>™</sup>) prepares Scrum practitioners to manage complex Scrum projects and implement Scrum in complex projects involving big project teams, programs and portfolios. It also helps practitioners to get multiple implementation and consultation projects in Scrum.</p>\n<h3>Audience Profile:</h3>\n<p>SCRUMstudy<sup>™</sup> Certified Agile Coach (SCAC<sup>™</sup>) certification is meant for those SCRUM consultants/training partners, whose primary business is to provide consultancy and help in implementing Scrum in other organizations</p>\n<h3>Prerequisites</h3>\n<p>To become a SCRUMstudy<sup>™</sup> Certified Agile Coach you should fulfil the following criteria:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Should have more than 3 years of experience managing Scrum/Agile Projects and more than 6 years of project management experience.</li>\n<li>Should be SCRUMstudy<sup>™</sup> Certified Trainer (SCT<sup>®</sup>).</li>\n</ul>\n</li>\n</ul>		\n			<a href=\"/Scrum/\" role=\"button\">\n						license not available - back to homepage   \n					</a>', 'SCRUMstudy™ Certified Agile Coach (SCAC™)', '', 'inherit', 'closed', 'closed', '', '2664-revision-v1', '', '', '2023-03-24 22:34:13', '2023-03-24 22:34:13', '', 2664, 'https://certifications.prepmajor.com/scrum/?p=3487', 0, 'revision', '', 0),
(3488, 1, '2023-03-24 22:36:31', '2023-03-24 22:36:31', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage     \n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-24 22:36:31', '2023-03-24 22:36:31', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3488', 0, 'revision', '', 0),
(2994, 1, '2023-03-19 23:51:26', '2023-03-19 23:51:26', '<div data-colibri-id=\"1744-m1\" class=\"style-275 style-local-1744-m1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1744-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-276 style-local-1744-m2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1744-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-2 gutters-row-v-3 colibri-dynamic-list style-281 style-local-1744-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-2 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-2 gutters-col-v-3 style-281-row style-local-1744-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-282-outer%20style-local-1744-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221744-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-282%20style-local-1744-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=%221744-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-283%20style-local-1744-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-1744-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=%221744-m6%22%20class=%22h-row-container%20gutters-row-lg-3%20gutters-row-md-3%20gutters-row-3%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-284%20style-local-1744-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-3%20gutters-col-md-3%20gutters-col-3%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-285-outer%20style-local-1744-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221744-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-3%20v-inner-md-3%20v-inner-3%20style-285%20style-local-1744-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=%221744-m8%22%20class=%22h-blog-meta%20style-286%20style-local-1744-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%20%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%3Cdiv%20%20%20data-colibri-id=%221744-m9%22%20class=%22h-blog-meta%20style-287%20style-local-1744-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%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%3Cdiv%20%20%20data-colibri-id=%221744-m10%22%20class=%22h-blog-title%20style-288%20style-local-1744-m10%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=%221744-m11%22%20class=%22style-289%20style-local-1744-m11%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2216%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221744-m12%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-290%20style-local-1744-m12%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-291-outer%20style-local-1744-m13-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221744-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-291%20style-local-1744-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-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%221744-m14%22%20class=%22h-blog-meta%20style-292%20style-local-1744-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%224%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_comments_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=%22comments%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M32%20112h320v256H197.5L122%20428.5l-26%2021V368H32V112zm32%2032v192h64v46.5l54-43%204.5-3.5H320V144H64zm320%2032h96v256h-64v81.5L314.5%20432h-149l40-32h120l58.5%2046.5V400h64V208h-64v-32z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%5Bcolibri_post_meta_comments_content%5D%3C/a%3E%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-293-outer%20style-local-1744-m15-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221744-m15%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-293%20style-local-1744-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-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%221744-m16%22%20class=%22h-x-container%20style-294%20style-local-1744-m16%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1744-m16-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-295-outer%20style-local-1744-m17-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=%221744-m17%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-295%20style-local-1744-m17%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-295-icon%20style-local-1744-m17-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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=\"1744-m18\" 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-296 style-local-1744-m18 position-relative\">\n        <!---->\n        <div class=\"h-row justify-content-lg-end justify-content-md-end 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-297-outer style-local-1744-m19-outer\">\n            <div data-colibri-id=\"1744-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-297 style-local-1744-m19 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-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1744-m20\" class=\"style-298 style-local-1744-m20 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-auto h-col-md-auto h-col-auto style-299-outer style-local-1744-m21-outer\">\n            <div data-colibri-id=\"1744-m21\" 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-299 style-local-1744-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-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1744-m22\" class=\"style-300 style-local-1744-m22 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-301-outer style-local-1744-m23-outer\">\n            <div data-colibri-id=\"1744-m23\" 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-301 style-local-1744-m23 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-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1744-m24\" class=\"style-302 style-local-1744-m24 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', '', '1744-revision-v1', '', '', '2023-03-19 23:51:26', '2023-03-19 23:51:26', '', 1744, 'https://certifications.prepmajor.com/scrum/?p=2994', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2995, 1, '2023-03-19 23:51:26', '2023-03-19 23:51:26', '{\"name\":\"hop-sidebar\",\"id\":\"1753-s1\",\"partialId\":1753,\"styleRef\":332,\"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\":\"1753-s15\",\"parentId\":\"1753-s14\",\"partialId\":1753,\"styleRef\":336,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"1753-s16\",\"parentId\":\"1753-s14\",\"partialId\":1753,\"styleRef\":337,\"type\":\"sidebar\"}],\"id\":\"1753-s14\",\"parentId\":\"1753-s13\",\"partialId\":1753,\"styleRef\":335,\"type\":\"sidebar\"}],\"id\":\"1753-s13\",\"parentId\":\"1753-s2\",\"partialId\":1753,\"styleRef\":334,\"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\":\"1753-s4\",\"parentId\":\"1753-s3\",\"partialId\":1753,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"sidebar-1\"},\"id\":\"1753-s5\",\"parentId\":\"1753-s4\",\"partialId\":1753,\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"1753-s6\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":341,\"type\":\"sidebar\",\"props\":{\"stateButton\":\"\",\"showButton\":true,\"showPlaceholder\":true,\"stateInput\":\"\",\"showIconButton\":true}},{\"name\":\"hop-recent-post-widget\",\"id\":\"1753-s7\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":342,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"1753-s8\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":343,\"type\":\"sidebar\"},{\"name\":\"hop-archives-widget\",\"id\":\"1753-s9\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":344,\"type\":\"sidebar\"},{\"name\":\"hop-categories-widget\",\"id\":\"1753-s10\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":345,\"type\":\"sidebar\"},{\"name\":\"hop-meta-widget\",\"id\":\"1753-s11\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":346,\"type\":\"sidebar\"},{\"name\":\"hop-text-widget\",\"id\":\"1753-s12\",\"parentId\":\"1753-s5\",\"partialId\":1753,\"styleRef\":347,\"type\":\"sidebar\"}],\"styleRef\":340,\"type\":\"sidebar\"}],\"styleRef\":339,\"type\":\"sidebar\"}],\"id\":\"1753-s3\",\"parentId\":\"1753-s2\",\"partialId\":1753,\"styleRef\":338,\"type\":\"sidebar\"}],\"parentId\":\"1753-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\"Blog Sidebar\",\"attrs\":{\"id\":\"blog-sidebar\"}},\"id\":\"1753-s2\",\"partialId\":1753,\"styleRef\":333}]}', '', '', 'inherit', 'closed', 'closed', '', '1754-revision-v1', '', '', '2023-03-19 23:51:26', '2023-03-19 23:51:26', '', 1754, 'https://certifications.prepmajor.com/scrum/?p=2995', 0, 'revision', '', 0),
(2996, 1, '2023-03-19 23:51:26', '2023-03-19 23:51:26', '<div disabled-ui=\"true\" data-colibri-id=\"1753-s1\" class=\"style-332 style-local-1753-s1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1753-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-333 style-local-1753-s2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1753-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-338 style-local-1753-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-339-outer style-local-1753-s4-outer\">\n            <div data-colibri-id=\"1753-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-339 style-local-1753-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=\"1753-s5\" class=\"h-widget-area style-340 style-local-1753-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=\"1753-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n                    <!---->\n                  </div>\n                  <div data-aos-selector=\".widget\" data-colibri-id=\"1753-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', '', '1753-revision-v1', '', '', '2023-03-19 23:51:26', '2023-03-19 23:51:26', '', 1753, 'https://certifications.prepmajor.com/scrum/?p=2996', 0, 'revision', '', 0),
(3583, 1, '2023-08-14 00:59:31', '2023-08-14 00:59:31', '<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 style-local-13-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright-prepmajor-2023\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-08-14 00:59:31', '2023-08-14 00:59:31', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3583', 0, 'revision', '', 0),
(3584, 1, '2023-08-14 00:59:31', '2023-08-14 00:59:31', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-08-14 00:59:31', '2023-08-14 00:59:31', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3584', 0, 'revision', '', 0),
(3592, 1, '2023-08-14 01:01:00', '2023-08-14 01:01:00', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-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.1;\"></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.1;\"></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.1;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3592', 0, 'revision', '', 0),
(3594, 1, '2023-08-14 01:05:41', '2023-08-14 01:05:41', '<p>Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.</p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Learn and take the exam.\n<ol type=\"a\">\n<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n<li>Schedule the one and half hour proctoredexam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application:confirms the exam date &amp; time.</li>\n<li>Take the proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.</li>\n<li>\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment\" role=\"button\">\n						Register and Pay byPaypal\n					</a>\n			<a href=\"/scrum/creditcard-certification-enrollment\" role=\"button\">\n						Register and Pay by credit Card\n					</a>\n			<a href=\"/scrum/banktransfer-certification-enrollment\" role=\"button\">\n						Register and pay by Bank Transfer\n					</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-08-14 01:05:41', '2023-08-14 01:05:41', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3594', 0, 'revision', '', 0),
(3596, 1, '2023-08-14 20:56:26', '2023-08-14 01:07:51', '', 'QA SCRUM CERTIFICATION', '', 'publish', 'closed', 'closed', '', 'qa-scrum-certification', '', '', '2023-08-14 20:56:26', '2023-08-14 20:56:26', '', 0, 'https://certifications.prepmajor.com/scrum/?p=3596', 6, 'nav_menu_item', '', 0),
(3597, 1, '2023-08-14 20:56:26', '2023-08-14 01:09:32', '', 'BA SCRUM CERTIFICATION', '', 'publish', 'closed', 'closed', '', 'ba-scrum-certification', '', '', '2023-08-14 20:56:26', '2023-08-14 20:56:26', '', 0, 'https://certifications.prepmajor.com/scrum/?p=3597', 7, 'nav_menu_item', '', 0),
(3598, 1, '2023-08-14 01:11:48', '2023-08-14 01:11:48', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment\" role=\"button\">\n						Register and Pay by PayPal\n					</a>\n			<a href=\"/scrum/creditcard-certification-enrollment\" role=\"button\">\n						Register and Pay by Credit Card\n					</a>\n			<a href=\"/scrum/banktransfer-certification-enrollment\" role=\"button\">\n						Register and Pay by Bank Transfer\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-08-14 01:11:48', '2023-08-14 01:11:48', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3598', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3599, 1, '2023-08-14 01:11:48', '2023-08-14 01:11:48', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/paypal-certification-enrollment\" role=\"button\">\n						Register and Pay by PayPal\n					</a>\n			<a href=\"/scrum/creditcard-certification-enrollment\" role=\"button\">\n						Register and Pay by Credit Card\n					</a>\n			<a href=\"/scrum/banktransfer-certification-enrollment\" role=\"button\">\n						Register and Pay by Bank Transfer\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-08-14 01:11:48', '2023-08-14 01:11:48', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3599', 0, 'revision', '', 0),
(3601, 1, '2023-08-14 20:56:26', '2023-08-14 01:15:14', '', 'SM SCRUM CERTIFICATION', '', 'publish', 'closed', 'closed', '', 'sm-scrum-certification', '', '', '2023-08-14 20:56:26', '2023-08-14 20:56:26', '', 0, 'https://certifications.prepmajor.com/scrum/?p=3601', 8, 'nav_menu_item', '', 0),
(3034, 1, '2023-03-20 18:18:46', '2023-03-20 18:18:46', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<p>		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-20 18:18:46', '2023-03-20 18:18:46', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3034', 0, 'revision', '', 0),
(3035, 1, '2023-03-20 18:18:46', '2023-03-20 18:18:46', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<p>		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-20 18:18:46', '2023-03-20 18:18:46', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3035', 0, 'revision', '', 0),
(3036, 1, '2023-03-20 18:18:46', '2023-03-20 18:18:46', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-20 18:18:46', '2023-03-20 18:18:46', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3036', 0, 'revision', '', 0),
(3037, 1, '2023-03-20 18:19:31', '2023-03-20 18:19:31', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<p>		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup>&nbsp;or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-20 18:19:31', '2023-03-20 18:19:31', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3037', 0, 'revision', '', 0),
(3038, 1, '2023-03-20 18:19:31', '2023-03-20 18:19:31', '<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p></p>\n\n<!-- wp:paragraph -->\n</p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n</tr>\n</tbody>\n</table>\n<p>		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4</p>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup>&nbsp;or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup>&nbsp;Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<p>			<a href=\"/scrums/certification-enrollment\" role=\"button\"><br>\n						Click here to Register<br>\n					</a></p>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-20 18:19:31', '2023-03-20 18:19:31', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3038', 0, 'revision', '', 0),
(3039, 1, '2023-03-20 18:19:31', '2023-03-20 18:19:31', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Product Owner represents the interests of the stakeholder community to the Scrum Team. The Product Owner is responsible for ensuring clear communication of product or service functionality requirements to the Scrum Team, defining Acceptance Criteria, and ensuring those criteria are met. The Product Owner must always maintain a dual view. He or she must understand and support the needs and interests of all stakeholders, while also understanding the needs and workings of the Scrum Team.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scrum Product Owner Certified (SPOC®) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who interfaces with business stakeholders or works as a Product Owner in a Scrum project.\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SPOC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrumstudy_SPOC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>140 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>180 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is for anyone who interfaces with stakeholders or works as a Product Owner in a Scrum Team.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, SDC<sup>®</sup> or SMC<sup>®</sup> Certified professionals will be able to better understand the concepts required for this certification exam.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scrum Product Owner Certified’.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Product Owner Certified (SPOC®)', '', 'inherit', 'closed', 'closed', '', '2656-revision-v1', '', '', '2023-03-20 18:19:31', '2023-03-20 18:19:31', '', 2656, 'https://certifications.prepmajor.com/scrum/?p=3039', 0, 'revision', '', 0),
(3040, 1, '2023-03-20 18:20:29', '2023-03-20 18:20:29', 'Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n 	<li>Multiple choice</li>\n 	<li>100 questions per exam</li>\n 	<li>No negative marks for wrong answers</li>\n 	<li>120 minutes duration</li>\n 	<li>Proctored online exam</li>\n 	<li>Current pass rate: 95%</li>\n</ul>\n<strong>Audience Profile</strong>\n\nThis certification is appropriate for anyone who is interested in becoming a Scrum Master.\n<h4><strong>Prerequisites</strong></h4>\nThere is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;\n\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n 	<li>Register on the website and Select the Certification you want to write Exam for</li>\n 	<li>Make a Payment of £150</li>\n 	<li>Learn and take the exam.\n<ol type=\"a\">\n 	<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n 	<li>Schedule the one and half hour proctoredexam.</li>\n 	<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application:confirms the exam date &amp; time.</li>\n 	<li>Take the proctored exam online.</li>\n</ol>\n</li>\n 	<li>Upon successful completion of the exam get an online certificate.</li>\n 	<li>\n<ol type=\"a\">\n 	<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n 	<li>You can add the certificate to your LinkedIn profile.</li>\n 	<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<a href=\"/scrums/certification-enrollment\" role=\"button\">\nClick here to Register\n</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-03-20 18:20:29', '2023-03-20 18:20:29', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3040', 0, 'revision', '', 0),
(3041, 1, '2023-03-20 18:20:29', '2023-03-20 18:20:29', 'Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.\n<table id=\"eael-data-table-1d1ea2f\">\n<thead>\n<tr>\n<th id=\"\" colspan=\"\">\n														 Certification</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n<th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n<th id=\"\" colspan=\"\">\n														Target Audience</th>\n<th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n<th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150</td>\n<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years</td>\n</tr>\n</tbody>\n</table>\n<h4><strong>Exam Format</strong></h4>\n<ul>\n 	<li>Multiple choice</li>\n 	<li>100 questions per exam</li>\n 	<li>No negative marks for wrong answers</li>\n 	<li>120 minutes duration</li>\n 	<li>Proctored online exam</li>\n 	<li>Current pass rate: 95%</li>\n</ul>\n<strong>Audience Profile</strong>\n\nThis certification is appropriate for anyone who is interested in becoming a Scrum Master.\n<h4><strong>Prerequisites</strong></h4>\nThere is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;\n\n<style>/*! elementor - v3.11.5 - 14-03-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h3>How to Apply</h3>\n<ol start=\"1\">\n 	<li>Register on the website and Select the Certification you want to write Exam for</li>\n 	<li>Make a Payment of £150</li>\n 	<li>Learn and take the exam.\n<ol type=\"a\">\n 	<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n 	<li>Schedule the one and half hour proctoredexam.</li>\n 	<li>SCRUMstudy<sup>™</sup>&nbsp;verifies the application:confirms the exam date &amp; time.</li>\n 	<li>Take the proctored exam online.</li>\n</ol>\n</li>\n 	<li>Upon successful completion of the exam get an online certificate.</li>\n 	<li>\n<ol type=\"a\">\n 	<li>Your name will be added to the SCRUMstudy<sup>™</sup>&nbsp;Certification Registry.</li>\n 	<li>You can add the certificate to your LinkedIn profile.</li>\n 	<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>\n<a href=\"/scrums/certification-enrollment\" role=\"button\">\nClick here to Register\n</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-03-20 18:20:29', '2023-03-20 18:20:29', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3041', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3042, 1, '2023-03-20 18:20:29', '2023-03-20 18:20:29', '<p>Scrum Developer Certified (SDC®) is an entry level certification for Scrum Team members and those who interact with any Scrum Team. The objective of this certification is to ensure that Scrum Team members know enough about Scrum to effectively contribute to a Scrum project. The courseware and preparation tools required for the certification exam will be available online on SCRUMstudy.com. An online proctored exam will be conducted at the end of the course.</p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SDC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone on a SCRUM Team or anyone who interacts with any Scrum Team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SDC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 95%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Register on the website and Select the Certification you want to write Exam for</li>\n<li>Make a Payment of £150</li>\n<li>Learn and take the exam.\n<ol type=\"a\">\n<li>Learn the relevant sections from the SBOK<sup>®</sup>(which will be specified).</li>\n<li>Schedule the one and half hour proctoredexam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application:confirms the exam date &amp; time.</li>\n<li>Take the proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.</li>\n<li>\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scrum Developer Certified (SDC®)', '', 'inherit', 'closed', 'closed', '', '2658-revision-v1', '', '', '2023-03-20 18:20:29', '2023-03-20 18:20:29', '', 2658, 'https://certifications.prepmajor.com/scrum/?p=3042', 0, 'revision', '', 0),
(3573, 1, '2023-04-24 04:42:16', '2023-04-24 04:42:16', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Credit Card  Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrolment - Credit Card', '', 'inherit', 'closed', 'closed', '', '2158-autosave-v1', '', '', '2023-04-24 04:42:16', '2023-04-24 04:42:16', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3573', 0, 'revision', '', 0),
(3548, 1, '2023-03-24 23:25:45', '2023-03-24 23:25:45', '<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 style-local-13-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright-prepmajor-2023\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 23:25:45', '2023-03-24 23:25:45', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3548', 0, 'revision', '', 0),
(3541, 1, '2023-03-24 23:21:22', '2023-03-24 23:21:22', '<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 style-local-13-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright-prepmajor-2023\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-03-24 23:21:22', '2023-03-24 23:21:22', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3541', 0, 'revision', '', 0),
(3542, 1, '2023-03-24 23:21:22', '2023-03-24 23:21:22', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 23:21:22', '2023-03-24 23:21:22', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3542', 0, 'revision', '', 0),
(3550, 1, '2023-03-24 23:25:45', '2023-03-24 23:25:45', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-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.1;\"></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.1;\"></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.1;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 23:25:45', '2023-03-24 23:25:45', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3550', 0, 'revision', '', 0),
(3551, 1, '2023-03-24 23:35:01', '2023-03-24 23:35:01', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-pic1.jpg', 'cropped-cropped-cropped-cropped-cropped-pic1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-cropped-cropped-pic1-jpg', '', '', '2023-03-24 23:35:01', '2023-03-24 23:35:01', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-cropped-pic1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3549, 1, '2023-03-24 23:25:45', '2023-03-24 23:25:45', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-03-24 23:25:45', '2023-03-24 23:25:45', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3549', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3558, 1, '2023-03-24 23:35:08', '2023-03-24 23:35:08', '<div data-colibri-id=\"58-h1\" class=\"page-header style-1 style-local-58-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-58-h2-outer\">\n    <!---->\n    <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"58-h2\" class=\"h-section h-navigation h-navigation d-flex style-2 style-local-58-h2\">\n      <!---->\n      <div class=\"h-section-grid-container h-section-fluid-container\">\n        <div data-nav-normal=\"\">\n          <div data-colibri-id=\"58-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-58-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-58-h4-outer\">\n                <div data-colibri-id=\"58-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-58-h4 position-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=\"58-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-58-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-58-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-58-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-58-h6-outer h-hide-sm\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h7\" class=\"style-7 style-local-58-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-58-h8-outer\">\n                <div data-colibri-id=\"58-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-58-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=\"58-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-9 style-local-58-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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"58-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 style-local-58-h10 position-relative h-element\">\n                        <!---->\n                        <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-58-h10\" data-target-id=\"offcanvas-wrapper-58-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-58-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-58-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-58-h10-offscreen\">\n                          <div data-colibri-id=\"58-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 style-local-58-h11 position-relative h-element\">\n                            <!---->\n                            <div class=\"offscreen-header h-ui-empty-state-container\">\n                              <div data-colibri-id=\"58-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-13-outer style-local-58-h14-outer\">\n                                    <div data-colibri-id=\"58-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-58-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=\"58-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-58-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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-58-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-58-h15-image\">\n                                          </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=\"58-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-58-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=\"58-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-58-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-2 gutters-col-md-2 gutters-col-0 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-none style-16-outer style-local-58-h17-outer\">\n                                    <div data-colibri-id=\"58-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-58-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-58-h10\" class=\"offscreen-overlay style-10-offscreenOverlay style-local-58-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=\"58-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-58-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.1;\"></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.1;\"></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.1;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\n    <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"58-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-26 style-local-58-h25 position-relative\">\n        <!---->\n        <div 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-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-27-outer style-local-58-h26-outer\">\n            <div data-colibri-id=\"58-h26\" 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-27 style-local-58-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=\"58-h27\" class=\"h-global-transition-all h-heading style-28 style-local-58-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-28 style-local-58-h27\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Top Scrum Certifications of 2023</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', '', '58-revision-v1', '', '', '2023-03-24 23:35:08', '2023-03-24 23:35:08', '', 58, 'https://certifications.prepmajor.com/scrum/?p=3558', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3387, 1, '2023-03-24 21:57:26', '2023-03-24 21:57:26', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c28\" 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-195 style-local-1955-c28 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c29-outer\">\n            <div data-colibri-id=\"1955-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-196 style-local-1955-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=\"1955-c30\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c30 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c30\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c31\" class=\"h-text h-text-component style-198 style-local-1955-c31 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c76\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c76-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c16-outer\">\n            <div data-colibri-id=\"1955-c16\" 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-372 style-local-1955-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=\"1955-c17\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c17 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c17\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c18\" class=\"d-block style-381 style-local-1955-c18 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c18-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c18-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"h-text h-text-component style-401 style-local-1955-c19 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c77\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c77 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c77-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c20-outer\">\n            <div data-colibri-id=\"1955-c20\" 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-373 style-local-1955-c20 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c21\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c21\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c22\" class=\"d-block style-384 style-local-1955-c22 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c22-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c22-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c23\" class=\"h-text h-text-component style-383 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c78\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c78 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c78-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c91\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-445 style-local-1955-c91 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-446-outer style-local-1955-c92-outer\">\n            <div data-colibri-id=\"1955-c92\" 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-446 style-local-1955-c92 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c93\" class=\"h-global-transition-all h-heading style-447 style-local-1955-c93 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-447 style-local-1955-c93\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h2>\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=\"1955-c32\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c32 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c88\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-0 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-443-outer style-local-1955-c89-outer\">\n            <div data-colibri-id=\"1955-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-443 style-local-1955-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=\"1955-c90\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c90 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c90\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c33\" 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-200 style-local-1955-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-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-201-outer style-local-1955-c34-outer\">\n            <div data-colibri-id=\"1955-c34\" 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-201 style-local-1955-c34 position-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=\"1955-c87\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c87 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c87\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c86\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c86 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c86\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c85\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c85 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c85\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c38\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c38 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c54\" 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-220 style-local-1955-c54 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c55-outer\">\n            <div data-colibri-id=\"1955-c55\" 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-221 style-local-1955-c55 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c56\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c56 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c56\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c57\" class=\"h-text h-text-component style-223 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c39\" 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-207 style-local-1955-c39 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c40-outer\">\n            <div data-colibri-id=\"1955-c40\" 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-208 style-local-1955-c40 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c41\" 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-209 style-local-1955-c41 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c41-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-210-outer%20style-local-1955-c42-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c42%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-210%20style-local-1955-c42%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=%221955-c43%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c43%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-1955-c43-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=%221955-c44%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c44%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-2%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-auto%20style-213-outer%20style-local-1955-c45-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c45%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-213%20style-local-1955-c45%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=%221955-c46%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c46%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%22%20class=%22h-blog-title%20style-215%20style-local-1955-c47%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=%221955-c48%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c48%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c49%22%20class=%22style-217%20style-local-1955-c49%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%20%20data-colibri-id=%221955-c50%22%20class=%22h-x-container%20style-218%20style-local-1955-c50%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c50-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c51-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=%221955-c51%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c51%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c51-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c52\" class=\"h-x-container style-416 style-local-1955-c52 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c52-group style-416-spacing style-local-1955-c52-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c53-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c53\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c53 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c58\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c58 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c59\" 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-225 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-226 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" 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-227 style-local-1955-c61 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c62-outer\">\n                      <div data-colibri-id=\"1955-c62\" 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-228 style-local-1955-c62 position-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=\"1955-c63\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c63 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c63\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c64\" class=\"h-icon style-230 style-local-1955-c64 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c64-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c65\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c65 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c65\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c66\" class=\"style-232 style-local-1955-c66 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c67-outer\">\n                    <div data-colibri-id=\"1955-c67\" 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-233 style-local-1955-c67 position-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=\"1955-c68\" class=\"style-234 style-local-1955-c68 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 21:57:26', '2023-03-24 21:57:26', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3387', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3590, 1, '2023-08-14 01:01:00', '2023-08-14 01:01:00', '<div data-enabled=\"false\" data-colibri-component=\"\" data-colibri-id=\"13-f1\" class=\"page-footer style-63 style-local-13-f1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"13-f2\" id=\"copyright-prepmajor-2023\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-64 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-65 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-66-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-66 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-67 style-local-13-f5 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free 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', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 13, 'https://certifications.prepmajor.com/scrum/?p=3590', 0, 'revision', '', 0),
(3591, 1, '2023-08-14 01:01:00', '2023-08-14 01:01:00', '{\"name\":\"hop-header\",\"id\":\"58-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":58,\"styleRef\":1,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":\"58-h5\",\"parentId\":\"58-h4\",\"partialId\":58,\"styleRef\":5,\"type\":\"header\"}],\"id\":\"58-h4\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\":\"58-h6\",\"index\":0,\"id\":\"58-h7\",\"partialId\":58,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"58-h6\",\"parentId\":\"58-h3\",\"partialId\":58,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"58-h15\",\"parentId\":\"58-h14\",\"partialId\":58,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"58-h14\",\"parentId\":\"58-h13\",\"partialId\":58,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h13\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"58-h17\",\"parentId\":\"58-h16\",\"partialId\":58,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"58-h16\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"58-h12\",\"parentId\":\"58-h11\",\"partialId\":58,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"58-h11\",\"parentId\":\"58-h10\",\"partialId\":58,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"58-h10\",\"parentId\":\"58-h9\",\"partialId\":58,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"58-h8\",\"index\":1,\"id\":\"58-h9\",\"partialId\":58,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"58-h8\",\"parentId\":\"58-h3\",\"partialId\":58,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"58-h3\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h2\",\"partialId\":58,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"58-h20\",\"index\":0,\"id\":\"58-h21\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h20\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"58-h22\",\"index\":0,\"id\":\"58-h23\",\"partialId\":58,\"type\":\"header\"}],\"id\":\"58-h22\",\"parentId\":\"58-h19\",\"partialId\":58,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"58-h19\",\"parentId\":\"58-h18\",\"partialId\":58,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"58-h18\",\"parentId\":\"58-h2\",\"partialId\":58,\"styleRef\":19,\"type\":\"header\"}]}},{\"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\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"},\"type\":\"custom\"}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"},\"type\":\"custom\"}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Top Scrum Certifications of 2023\"},\"id\":\"58-h27\",\"parentId\":\"58-h26\",\"partialId\":58,\"styleRef\":28,\"type\":\"header\"}],\"id\":\"58-h26\",\"parentId\":\"58-h25\",\"partialId\":58,\"styleRef\":27,\"type\":\"header\"}],\"id\":\"58-h25\",\"parentId\":\"58-h24\",\"partialId\":58,\"styleRef\":26,\"type\":\"header\"}],\"parentId\":\"58-h1\",\"id\":\"58-h24\",\"partialId\":58,\"styleRef\":25,\"type\":\"header\"}]}', '', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 8, 'https://certifications.prepmajor.com/scrum/?p=3591', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3394, 1, '2023-03-24 22:01:28', '2023-03-24 22:01:28', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c27\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-445 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-446-outer style-local-1955-c28-outer\">\n            <div data-colibri-id=\"1955-c28\" 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-446 style-local-1955-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c29\" class=\"h-global-transition-all h-heading style-447 style-local-1955-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-447 style-local-1955-c29\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h2>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:01:28', '2023-03-24 22:01:28', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3394', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3395, 1, '2023-03-24 22:01:28', '2023-03-24 22:01:28', '{\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:01:28', '2023-03-24 22:01:28', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3395', 0, 'revision', '', 0),
(3458, 1, '2023-03-24 22:20:22', '2023-03-24 22:20: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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:20:22', '2023-03-24 22:20:22', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3458', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3581, 1, '2023-08-14 00:59:31', '2023-08-14 00:59:31', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c36\" 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-195 style-local-1955-c36 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c37-outer\">\n            <div data-colibri-id=\"1955-c37\" 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-196 style-local-1955-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=\"1955-c38\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c38 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c38\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c39\" class=\"h-text h-text-component style-198 style-local-1955-c39 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c27\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-453-outer style-local-1955-c28-outer\">\n            <div data-colibri-id=\"1955-c28\" 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-453 style-local-1955-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c29\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c29\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c30\" class=\"d-block style-456 style-local-1955-c30 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c30-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c30-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c31\" class=\"h-text h-text-component style-454 style-local-1955-c31 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c32\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c32 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c33-outer\">\n            <div data-colibri-id=\"1955-c33\" 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-449 style-local-1955-c33 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c34\" class=\"h-x-container style-450 style-local-1955-c34 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c34-group style-450-spacing style-local-1955-c34-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c35-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c35\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c35 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c40\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c40 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c41\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-c41 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-443-outer style-local-1955-c42-outer\">\n            <div data-colibri-id=\"1955-c42\" 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-443 style-local-1955-c42 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c43\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c43 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c43\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">Click HERE TO REGISTER FOR LICENSE AND PAY BY PAYPAL&nbsp;</h2>\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=\"1955-c49\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c49 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c65\" 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-220 style-local-1955-c65 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c66-outer\">\n            <div data-colibri-id=\"1955-c66\" 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-221 style-local-1955-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=\"1955-c67\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c67 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c67\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c68\" class=\"h-text h-text-component style-223 style-local-1955-c68 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c50\" 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-207 style-local-1955-c50 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c51-outer\">\n            <div data-colibri-id=\"1955-c51\" 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-208 style-local-1955-c51 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c52\" 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-209 style-local-1955-c52 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c52-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-210-outer%20style-local-1955-c53-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c53%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-210%20style-local-1955-c53%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=%221955-c54%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c54%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-1955-c54-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=%221955-c55%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c55%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-2%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-auto%20style-213-outer%20style-local-1955-c56-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c56%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-213%20style-local-1955-c56%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=%221955-c57%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c57%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c58%22%20class=%22h-blog-title%20style-215%20style-local-1955-c58%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=%221955-c59%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c59%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c60%22%20class=%22style-217%20style-local-1955-c60%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%20%20data-colibri-id=%221955-c61%22%20class=%22h-x-container%20style-218%20style-local-1955-c61%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c61-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c62-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=%221955-c62%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c62%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c62-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c63\" class=\"h-x-container style-416 style-local-1955-c63 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c63-group style-416-spacing style-local-1955-c63-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c64-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c64\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c64 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c69\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c69 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c70\" 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-225 style-local-1955-c70 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c71-outer\">\n            <div data-colibri-id=\"1955-c71\" 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-226 style-local-1955-c71 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c72\" 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-227 style-local-1955-c72 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c73-outer\">\n                      <div data-colibri-id=\"1955-c73\" 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-228 style-local-1955-c73 position-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=\"1955-c74\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c74 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c74\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c75\" class=\"h-icon style-230 style-local-1955-c75 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c75-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c76\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c76 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c76\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c77\" class=\"style-232 style-local-1955-c77 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c78-outer\">\n                    <div data-colibri-id=\"1955-c78\" 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-233 style-local-1955-c78 position-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=\"1955-c79\" class=\"style-234 style-local-1955-c79 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-08-14 00:59:31', '2023-08-14 00:59:31', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3581', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3464, 1, '2023-03-24 22:22:43', '2023-03-24 22:22:43', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c78\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-c78 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-453-outer style-local-1955-c79-outer\">\n            <div data-colibri-id=\"1955-c79\" 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-453 style-local-1955-c79 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c81\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c81 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c81\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c82\" class=\"d-block style-456 style-local-1955-c82 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c82-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c82-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c80\" class=\"h-text h-text-component style-454 style-local-1955-c80 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:22:43', '2023-03-24 22:22:43', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3464', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3465, 1, '2023-03-24 22:22:43', '2023-03-24 22:22: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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:22:43', '2023-03-24 22:22:43', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3465', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3471, 1, '2023-03-24 22:23:10', '2023-03-24 22:23:10', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c30\" 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-195 style-local-1955-c30 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c31-outer\">\n            <div data-colibri-id=\"1955-c31\" 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-196 style-local-1955-c31 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c32\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c32 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c32\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c33\" class=\"h-text h-text-component style-198 style-local-1955-c33 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c78\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-c78 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-453-outer style-local-1955-c79-outer\">\n            <div data-colibri-id=\"1955-c79\" 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-453 style-local-1955-c79 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c81\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c81 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c81\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c82\" class=\"d-block style-456 style-local-1955-c82 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c82-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c82-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c80\" class=\"h-text h-text-component style-454 style-local-1955-c80 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c74 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c75-outer\">\n            <div data-colibri-id=\"1955-c75\" 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-449 style-local-1955-c75 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c76\" class=\"h-x-container style-450 style-local-1955-c76 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c76-group style-450-spacing style-local-1955-c76-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c77-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c77\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c77 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c34\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c34 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c35\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-443-outer style-local-1955-c36-outer\">\n            <div data-colibri-id=\"1955-c36\" 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-443 style-local-1955-c36 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c37\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c37 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c37\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c38\" 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-200 style-local-1955-c38 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c39-outer\">\n            <div data-colibri-id=\"1955-c39\" 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-201 style-local-1955-c39 position-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=\"1955-c40\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c40 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c40\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c41\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c41 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c41\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c42\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c42 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c42\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c43\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c43 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c59\" 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-220 style-local-1955-c59 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c60-outer\">\n            <div data-colibri-id=\"1955-c60\" 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-221 style-local-1955-c60 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c61\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c61 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c61\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c62\" class=\"h-text h-text-component style-223 style-local-1955-c62 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-207 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-208 style-local-1955-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=\"1955-c46\" 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-209 style-local-1955-c46 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c46-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-210-outer%20style-local-1955-c47-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c47%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-210%20style-local-1955-c47%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=%221955-c48%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c48%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-1955-c48-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=%221955-c49%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c49%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-2%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-auto%20style-213-outer%20style-local-1955-c50-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c50%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-213%20style-local-1955-c50%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=%221955-c51%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c51%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c52%22%20class=%22h-blog-title%20style-215%20style-local-1955-c52%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=%221955-c53%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c53%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c54%22%20class=%22style-217%20style-local-1955-c54%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%20%20data-colibri-id=%221955-c55%22%20class=%22h-x-container%20style-218%20style-local-1955-c55%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c55-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c56-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=%221955-c56%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c56%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c56-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c57\" class=\"h-x-container style-416 style-local-1955-c57 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c57-group style-416-spacing style-local-1955-c57-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c58-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c58\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c58 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c63\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c63 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c64\" 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-225 style-local-1955-c64 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c65-outer\">\n            <div data-colibri-id=\"1955-c65\" 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-226 style-local-1955-c65 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c66\" 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-227 style-local-1955-c66 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c67-outer\">\n                      <div data-colibri-id=\"1955-c67\" 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-228 style-local-1955-c67 position-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=\"1955-c68\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c68 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c68\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c69\" class=\"h-icon style-230 style-local-1955-c69 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c69-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c70\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c70 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c70\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c71\" class=\"style-232 style-local-1955-c71 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c72-outer\">\n                    <div data-colibri-id=\"1955-c72\" 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-233 style-local-1955-c72 position-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=\"1955-c73\" class=\"style-234 style-local-1955-c73 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:23:10', '2023-03-24 22:23:10', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3471', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3472, 1, '2023-03-24 22:23:10', '2023-03-24 22:23:10', '{\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:23:10', '2023-03-24 22:23:10', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3472', 0, 'revision', '', 0),
(3479, 1, '2023-03-24 22:27:25', '2023-03-24 22:27:25', '<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>®</sup> Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \"Scrum Fundamentals Certified\".</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4		\n			<table id=\"eael-data-table-f7adcd7\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Certificaton</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Scrum Fundamentals Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												0\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone interested to know more about Scrum and Agile\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Valid for lifetime.\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3 style=\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Exam Format</h3><ul style=\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\"><li style=\"box-sizing: inherit; line-height: 1.75em;\">Multiple choice</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">40 questions per exam</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">One mark awarded for every right answer</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">No negative marks for wrong answers</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">30 questions need to be answered correctly to pass</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">60 minutes duration</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">Online unproctored exam</li></ul><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Audience Profile</h3><p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.</p><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Prerequisites</h3><p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">There is no formal prerequisite for this course.</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrum_In_6_Minutes.mp4#t=1https://a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com/C01_04_Why_Use_Scrum.mp4#t=1		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Registeration Form will be Available here soon</h2>', 'Scrum Fundamentals Certified (SFC®)', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2023-03-24 22:27:25', '2023-03-24 22:27:25', '', 2135, 'https://certifications.prepmajor.com/scrum/?p=3479', 0, 'revision', '', 0),
(3480, 1, '2023-03-24 22:27:25', '2023-03-24 22:27:25', '<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>®</sup> Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \"Scrum Fundamentals Certified\".</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4		\n			<table id=\"eael-data-table-f7adcd7\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Certificaton</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Scrum Fundamentals Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												0\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone interested to know more about Scrum and Agile\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Valid for lifetime.\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3 style=\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Exam Format</h3><ul style=\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\"><li style=\"box-sizing: inherit; line-height: 1.75em;\">Multiple choice</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">40 questions per exam</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">One mark awarded for every right answer</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">No negative marks for wrong answers</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">30 questions need to be answered correctly to pass</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">60 minutes duration</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">Online unproctored exam</li></ul><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Audience Profile</h3><p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.</p><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Prerequisites</h3><p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">There is no formal prerequisite for this course.</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrum_In_6_Minutes.mp4#t=1https://a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com/C01_04_Why_Use_Scrum.mp4#t=1		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Registeration Form will be Available here soon</h2>', 'Scrum Fundamentals Certified (SFC®)', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2023-03-24 22:27:25', '2023-03-24 22:27:25', '', 2135, 'https://certifications.prepmajor.com/scrum/?p=3480', 0, 'revision', '', 0),
(3481, 1, '2023-03-24 22:27:26', '2023-03-24 22:27:26', '<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>®</sup> Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \"Scrum Fundamentals Certified\".</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4		\n			<table id=\"eael-data-table-f7adcd7\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Certificaton</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Scrum Fundamentals Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												0\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone interested to know more about Scrum and Agile\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Valid for lifetime.\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3 style=\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Exam Format</h3><ul style=\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\"><li style=\"box-sizing: inherit; line-height: 1.75em;\">Multiple choice</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">40 questions per exam</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">One mark awarded for every right answer</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">No negative marks for wrong answers</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">30 questions need to be answered correctly to pass</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">60 minutes duration</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">Online unproctored exam</li></ul><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Audience Profile</h3><p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.</p><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Prerequisites</h3><p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">There is no formal prerequisite for this course.</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrum_In_6_Minutes.mp4#t=1https://a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com/C01_04_Why_Use_Scrum.mp4#t=1		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Registeration Form will be Available here soon</h2>', 'Scrum Fundamentals Certified (SFC®)', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2023-03-24 22:27:26', '2023-03-24 22:27:26', '', 2135, 'https://certifications.prepmajor.com/scrum/?p=3481', 0, 'revision', '', 0),
(3482, 1, '2023-03-24 22:29:26', '2023-03-24 22:29:26', '<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>®</sup> Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \"Scrum Fundamentals Certified\".</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4		\n			<table id=\"eael-data-table-f7adcd7\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Certificaton</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Scrum Fundamentals Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												0\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone interested to know more about Scrum and Agile\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Valid for lifetime.\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3 style=\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Exam Format</h3><ul style=\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\"><li style=\"box-sizing: inherit; line-height: 1.75em;\">Multiple choice</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">40 questions per exam</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">One mark awarded for every right answer</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">No negative marks for wrong answers</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">30 questions need to be answered correctly to pass</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">60 minutes duration</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">Online unproctored exam</li></ul><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Audience Profile</h3><p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.</p><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Prerequisites</h3><p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">There is no formal prerequisite for this course.</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrum_In_6_Minutes.mp4#t=1https://a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com/C01_04_Why_Use_Scrum.mp4#t=1		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Registeration Form will be Available here soon</h2>', 'Scrum Fundamentals Certified (SFC®)', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2023-03-24 22:29:26', '2023-03-24 22:29:26', '', 2135, 'https://certifications.prepmajor.com/scrum/?p=3482', 0, 'revision', '', 0),
(3483, 1, '2023-03-24 22:29:26', '2023-03-24 22:29:26', '<p>\'Scrum Fundamentals Certified\' course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<sup>®</sup> Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \'Scrum Fundamentals Certified\' exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \"Scrum Fundamentals Certified\".</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_SFC_updated.mp4		\n			<table id=\"eael-data-table-f7adcd7\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														Certificaton</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Scrum Fundamentals Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												0\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone interested to know more about Scrum and Agile\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Valid for lifetime.\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h3 style=\"box-sizing: inherit; font-weight: 500; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Exam Format</h3><ul style=\"box-sizing: inherit; margin-left: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\"><li style=\"box-sizing: inherit; line-height: 1.75em;\">Multiple choice</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">40 questions per exam</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">One mark awarded for every right answer</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">No negative marks for wrong answers</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">30 questions need to be answered correctly to pass</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">60 minutes duration</li><li style=\"box-sizing: inherit; line-height: 1.75em;\">Online unproctored exam</li></ul><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Audience Profile</h3><p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Anyone interested in knowing more about Scrum and Agile can take up this course and exam for free.</p><h3 style=\"box-sizing: inherit; font-weight: 500; margin-top: 20px; margin-bottom: 10px; font-size: 20px; color: #222222; font-family: \'Open Sans\', sans-serif; text-align: start;\">Prerequisites</h3><p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">There is no formal prerequisite for this course.</p>https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/Scrum_In_6_Minutes.mp4#t=1https://a6b23b9f2ce88ebb08aa-59e11b5f9e5af652f78f3bfab5877b60.ssl.cf1.rackcdn.com/C01_04_Why_Use_Scrum.mp4#t=1		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Registeration Form will be Available here soon</h2>', 'Scrum Fundamentals Certified (SFC®)', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2023-03-24 22:29:26', '2023-03-24 22:29:26', '', 2135, 'https://certifications.prepmajor.com/scrum/?p=3483', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3517, 1, '2023-03-24 22:57:33', '2023-03-24 22:57:33', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c36\" 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-195 style-local-1955-c36 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c37-outer\">\n            <div data-colibri-id=\"1955-c37\" 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-196 style-local-1955-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=\"1955-c38\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c38 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c38\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c39\" class=\"h-text h-text-component style-198 style-local-1955-c39 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c27\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-453-outer style-local-1955-c28-outer\">\n            <div data-colibri-id=\"1955-c28\" 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-453 style-local-1955-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c29\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c29\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c30\" class=\"d-block style-456 style-local-1955-c30 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c30-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c30-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c31\" class=\"h-text h-text-component style-454 style-local-1955-c31 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c32\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c32 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c33-outer\">\n            <div data-colibri-id=\"1955-c33\" 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-449 style-local-1955-c33 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c34\" class=\"h-x-container style-450 style-local-1955-c34 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c34-group style-450-spacing style-local-1955-c34-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c35-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c35\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c35 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c40\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c40 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c41\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-c41 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-443-outer style-local-1955-c42-outer\">\n            <div data-colibri-id=\"1955-c42\" 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-443 style-local-1955-c42 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c43\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c43 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c43\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-200 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-201 style-local-1955-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-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"1955-c46\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c46 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c46\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c47\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c47 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c47\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c48\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c48 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c48\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c49\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c49 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c65\" 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-220 style-local-1955-c65 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c66-outer\">\n            <div data-colibri-id=\"1955-c66\" 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-221 style-local-1955-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=\"1955-c67\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c67 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c67\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c68\" class=\"h-text h-text-component style-223 style-local-1955-c68 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c50\" 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-207 style-local-1955-c50 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c51-outer\">\n            <div data-colibri-id=\"1955-c51\" 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-208 style-local-1955-c51 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c52\" 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-209 style-local-1955-c52 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c52-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-210-outer%20style-local-1955-c53-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c53%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-210%20style-local-1955-c53%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=%221955-c54%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c54%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-1955-c54-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=%221955-c55%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c55%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-2%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-auto%20style-213-outer%20style-local-1955-c56-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c56%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-213%20style-local-1955-c56%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=%221955-c57%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c57%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c58%22%20class=%22h-blog-title%20style-215%20style-local-1955-c58%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=%221955-c59%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c59%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c60%22%20class=%22style-217%20style-local-1955-c60%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%20%20data-colibri-id=%221955-c61%22%20class=%22h-x-container%20style-218%20style-local-1955-c61%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c61-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c62-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=%221955-c62%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c62%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c62-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c63\" class=\"h-x-container style-416 style-local-1955-c63 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c63-group style-416-spacing style-local-1955-c63-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c64-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c64\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c64 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c69\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c69 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c70\" 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-225 style-local-1955-c70 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c71-outer\">\n            <div data-colibri-id=\"1955-c71\" 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-226 style-local-1955-c71 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c72\" 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-227 style-local-1955-c72 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c73-outer\">\n                      <div data-colibri-id=\"1955-c73\" 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-228 style-local-1955-c73 position-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=\"1955-c74\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c74 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c74\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c75\" class=\"h-icon style-230 style-local-1955-c75 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c75-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c76\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c76 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c76\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c77\" class=\"style-232 style-local-1955-c77 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c78-outer\">\n                    <div data-colibri-id=\"1955-c78\" 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-233 style-local-1955-c78 position-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=\"1955-c79\" class=\"style-234 style-local-1955-c79 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 22:57:33', '2023-03-24 22:57:33', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3517', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3518, 1, '2023-03-24 22:57:33', '2023-03-24 22:57:33', '{\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 22:57:33', '2023-03-24 22:57:33', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3518', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3524, 1, '2023-03-24 23:00:45', '2023-03-24 23:00:45', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c36\" 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-195 style-local-1955-c36 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c37-outer\">\n            <div data-colibri-id=\"1955-c37\" 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-196 style-local-1955-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=\"1955-c38\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c38 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c38\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c39\" class=\"h-text h-text-component style-198 style-local-1955-c39 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c27\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-453-outer style-local-1955-c28-outer\">\n            <div data-colibri-id=\"1955-c28\" 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-453 style-local-1955-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c29\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c29\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c30\" class=\"d-block style-456 style-local-1955-c30 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c30-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c30-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c31\" class=\"h-text h-text-component style-454 style-local-1955-c31 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c32\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c32 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c33-outer\">\n            <div data-colibri-id=\"1955-c33\" 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-449 style-local-1955-c33 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c34\" class=\"h-x-container style-450 style-local-1955-c34 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c34-group style-450-spacing style-local-1955-c34-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c35-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c35\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c35 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c40\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c40 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c41\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-c41 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-443-outer style-local-1955-c42-outer\">\n            <div data-colibri-id=\"1955-c42\" 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-443 style-local-1955-c42 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c43\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c43 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c43\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-200 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-201 style-local-1955-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-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"1955-c46\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c46 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c46\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c47\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c47 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c47\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c48\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c48 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c48\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c49\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c49 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c65\" 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-220 style-local-1955-c65 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c66-outer\">\n            <div data-colibri-id=\"1955-c66\" 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-221 style-local-1955-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=\"1955-c67\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c67 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c67\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c68\" class=\"h-text h-text-component style-223 style-local-1955-c68 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c50\" 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-207 style-local-1955-c50 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c51-outer\">\n            <div data-colibri-id=\"1955-c51\" 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-208 style-local-1955-c51 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c52\" 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-209 style-local-1955-c52 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c52-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-210-outer%20style-local-1955-c53-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c53%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-210%20style-local-1955-c53%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=%221955-c54%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c54%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-1955-c54-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=%221955-c55%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c55%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-2%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-auto%20style-213-outer%20style-local-1955-c56-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c56%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-213%20style-local-1955-c56%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=%221955-c57%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c57%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c58%22%20class=%22h-blog-title%20style-215%20style-local-1955-c58%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=%221955-c59%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c59%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c60%22%20class=%22style-217%20style-local-1955-c60%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%20%20data-colibri-id=%221955-c61%22%20class=%22h-x-container%20style-218%20style-local-1955-c61%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c61-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c62-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=%221955-c62%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c62%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c62-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c63\" class=\"h-x-container style-416 style-local-1955-c63 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c63-group style-416-spacing style-local-1955-c63-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c64-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c64\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c64 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c69\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c69 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c70\" 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-225 style-local-1955-c70 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c71-outer\">\n            <div data-colibri-id=\"1955-c71\" 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-226 style-local-1955-c71 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c72\" 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-227 style-local-1955-c72 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c73-outer\">\n                      <div data-colibri-id=\"1955-c73\" 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-228 style-local-1955-c73 position-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=\"1955-c74\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c74 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c74\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c75\" class=\"h-icon style-230 style-local-1955-c75 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c75-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c76\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c76 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c76\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c77\" class=\"style-232 style-local-1955-c77 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c78-outer\">\n                    <div data-colibri-id=\"1955-c78\" 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-233 style-local-1955-c78 position-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=\"1955-c79\" class=\"style-234 style-local-1955-c79 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 23:00:45', '2023-03-24 23:00:45', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3524', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3525, 1, '2023-03-24 23:00:45', '2023-03-24 23:00:45', '{\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 23:00:45', '2023-03-24 23:00:45', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3525', 0, 'revision', '', 0),
(3533, 1, '2023-03-24 23:17:38', '2023-03-24 23:17:38', '{\"name\":\"hop-header\",\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"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\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"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\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}}}}},\"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\":5,\"type\":\"header\"}],\"id\":\"10-h4\",\"parentId\":\"10-h3\",\"partialId\":10,\"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\":\"10-h6\",\"index\":0,\"id\":\"10-h7\",\"partialId\":10,\"styleRef\":7,\"type\":\"header\"}],\"id\":\"10-h6\",\"parentId\":\"10-h3\",\"partialId\":10,\"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\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"10-h15\",\"parentId\":\"10-h14\",\"partialId\":10,\"styleRef\":14,\"type\":\"header\"}],\"id\":\"10-h14\",\"parentId\":\"10-h13\",\"partialId\":10,\"styleRef\":13,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"10-h13\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":12,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"10-h17\",\"parentId\":\"10-h16\",\"partialId\":10,\"styleRef\":16,\"type\":\"header\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}],\"id\":\"10-h16\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":15,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"10-h12\",\"parentId\":\"10-h11\",\"partialId\":10,\"styleRef\":18,\"type\":\"header\"}],\"id\":\"10-h11\",\"parentId\":\"10-h10\",\"partialId\":10,\"styleRef\":11,\"type\":\"header\"}],\"id\":\"10-h10\",\"parentId\":\"10-h9\",\"partialId\":10,\"styleRef\":10,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"10-h8\",\"index\":1,\"id\":\"10-h9\",\"partialId\":10,\"styleRef\":9,\"type\":\"header\"}],\"id\":\"10-h8\",\"parentId\":\"10-h3\",\"partialId\":10,\"styleRef\":8,\"type\":\"header\"}],\"id\":\"10-h3\",\"parentId\":\"10-h2\",\"partialId\":10,\"styleRef\":3,\"type\":\"header\"}],\"parentId\":\"10-h1\",\"id\":\"10-h2\",\"partialId\":10,\"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\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/map-marker\",\"name\":\"font-awesome\\/map-marker\",\"link\":{\"value\":\"https:\\/\\/maps.google.com\\/\"},\"text\":\"Location, State, Country\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/phone-square\",\"name\":\"font-awesome\\/phone-square\",\"link\":{\"value\":\"https:\\/\\/www.twitter.com\\/\"},\"text\":\"(000) 123 12345\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/envelope-open-o\",\"name\":\"font-awesome\\/envelope-open-o\",\"link\":{\"value\":\"mailto:email@yoursite.com\"},\"text\":\"email@yoursite.com\"}]},\"styleRef\":22,\"slot\":null,\"parentId\":\"10-h20\",\"index\":0,\"id\":\"10-h21\",\"partialId\":10,\"type\":\"header\"}],\"id\":\"10-h20\",\"parentId\":\"10-h19\",\"partialId\":10,\"styleRef\":21,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"type\":\"svg\",\"icon\":\"font-awesome\\/facebook-square\",\"name\":\"font-awesome\\/facebook-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/twitter-square\",\"name\":\"font-awesome\\/twitter-square\",\"link\":{\"value\":\"http:\\/\\/www.facebook.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/youtube-square\",\"name\":\"font-awesome\\/youtube-square\",\"link\":{\"value\":\"http:\\/\\/www.youtube.com\\/\"},\"text\":\"\"},{\"type\":\"svg\",\"icon\":\"font-awesome\\/vimeo-square\",\"name\":\"font-awesome\\/vimeo-square\",\"link\":{\"value\":\"http:\\/\\/www.vimeo.com\\/\"},\"text\":\"\"}]},\"styleRef\":24,\"slot\":null,\"parentId\":\"10-h22\",\"index\":0,\"id\":\"10-h23\",\"partialId\":10,\"type\":\"header\"}],\"id\":\"10-h22\",\"parentId\":\"10-h19\",\"partialId\":10,\"styleRef\":23,\"type\":\"header\"}],\"id\":\"10-h19\",\"parentId\":\"10-h18\",\"partialId\":10,\"styleRef\":20,\"type\":\"header\"}],\"id\":\"10-h18\",\"parentId\":\"10-h2\",\"partialId\":10,\"styleRef\":19,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"anchor\":false,\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-page-title\",\"id\":\"10-h27\",\"parentId\":\"10-h26\",\"partialId\":10,\"styleRef\":62,\"type\":\"header\"}],\"id\":\"10-h26\",\"parentId\":\"10-h25\",\"partialId\":10,\"styleRef\":61,\"type\":\"header\"},{\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"10-h28\",\"parentId\":\"10-h25\",\"partialId\":10,\"styleRef\":349,\"type\":\"header\"}],\"parentId\":\"10-h24\",\"index\":0,\"id\":\"10-h25\",\"partialId\":10,\"styleRef\":60,\"type\":\"header\"}],\"parentId\":\"10-h1\",\"type\":\"header\",\"id\":\"10-h24\",\"partialId\":10,\"styleRef\":59}],\"id\":\"10-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":10,\"styleRef\":35}', '', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-03-24 23:17:38', '2023-03-24 23:17:38', '', 11, 'https://certifications.prepmajor.com/scrum/?p=3533', 0, 'revision', '', 0),
(3534, 1, '2023-03-24 23:17:38', '2023-03-24 23:17:38', '<div data-colibri-id=\"10-h1\" class=\"page-header style-35 style-local-10-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-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-2 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-3 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-4-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-4 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-5 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\">\n                        <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-5-image style-local-10-h5-image\">\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-10-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-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-6 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-7 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-8-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-8 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-tablet h-menu-horizontal h-dropdown-menu style-9 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-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n                      <div data-colibri-id=\"10-h10\" class=\"h-mobile-menu h-global-transition-disable style-10 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-10-offscreen style-local-10-h10-offscreen\">\n                          <div data-colibri-id=\"10-h11\" class=\"d-flex flex-column h-offscreen-panel style-11 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-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 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-2 gutters-col-md-2 gutters-col-0 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-none style-13-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-13 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-14 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\">\n                                            <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-14-image style-local-10-h15-image\">\n                                            <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/PrepMajorLogo-1-1.png\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-10-h15-image\">\n                                          </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-18 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-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 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-2 gutters-col-md-2 gutters-col-0 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-none style-16-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-16 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-10-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-59 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(32, 31, 37); opacity: 0.7;\"></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(32, 31, 37); opacity: 0.7;\"></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(32, 31, 37); opacity: 0.7;\"></div>\n        </div>\n      </div>\n    </div>\n    <!---->\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-60 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-61-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-61 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-62 style-local-10-h27 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-page-title__outer style-62-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          <!---->\n        </div>\n      </div>\n    </div>\n  </div>\n</div>', 'header_post', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2023-03-24 23:17:38', '2023-03-24 23:17:38', '', 10, 'https://certifications.prepmajor.com/scrum/?p=3534', 0, 'revision', '', 0),
(3302, 1, '2023-03-24 20:51:01', '2023-03-24 20:51:01', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:51:01', '2023-03-24 20:51:01', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3302', 0, 'revision', '', 0),
(3303, 1, '2023-03-24 20:51:01', '2023-03-24 20:51:01', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:51:01', '2023-03-24 20:51:01', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3303', 0, 'revision', '', 0),
(3304, 1, '2023-03-24 20:51:02', '2023-03-24 20:51:02', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:51:02', '2023-03-24 20:51:02', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3304', 0, 'revision', '', 0),
(3305, 1, '2023-03-24 20:51:40', '2023-03-24 20:51:40', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:51:40', '2023-03-24 20:51:40', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3305', 0, 'revision', '', 0),
(3306, 1, '2023-03-24 20:51:40', '2023-03-24 20:51:40', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:51:40', '2023-03-24 20:51:40', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3306', 0, 'revision', '', 0),
(3307, 1, '2023-03-24 20:51:40', '2023-03-24 20:51:40', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:51:40', '2023-03-24 20:51:40', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3307', 0, 'revision', '', 0),
(3308, 1, '2023-03-24 20:52:22', '2023-03-24 20:52:22', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:52:22', '2023-03-24 20:52:22', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3308', 0, 'revision', '', 0),
(3309, 1, '2023-03-24 20:52:22', '2023-03-24 20:52:22', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:52:22', '2023-03-24 20:52:22', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3309', 0, 'revision', '', 0),
(3310, 1, '2023-03-24 20:52:22', '2023-03-24 20:52:22', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 20:52:22', '2023-03-24 20:52:22', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3310', 0, 'revision', '', 0),
(3311, 1, '2023-03-24 21:02:07', '2023-03-24 21:02:07', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 21:02:07', '2023-03-24 21:02:07', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3311', 0, 'revision', '', 0),
(3312, 1, '2023-03-24 21:02:07', '2023-03-24 21:02:07', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 21:02:07', '2023-03-24 21:02:07', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3312', 0, 'revision', '', 0),
(3313, 1, '2023-03-24 21:02:07', '2023-03-24 21:02:07', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										bank transfer Details \n									</li>\n								<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 21:02:07', '2023-03-24 21:02:07', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3313', 0, 'revision', '', 0),
(3314, 1, '2023-03-24 21:02:45', '2023-03-24 21:02:45', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										bank transfer Details \n									</li>\n								<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 21:02:45', '2023-03-24 21:02:45', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3314', 0, 'revision', '', 0),
(3315, 1, '2023-03-24 21:02:45', '2023-03-24 21:02:45', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										bank transfer Details \n									</li>\n								<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 21:02:45', '2023-03-24 21:02:45', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3315', 0, 'revision', '', 0),
(3316, 1, '2023-03-24 21:02:45', '2023-03-24 21:02:45', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										bank transfer Details \n									</li>\n								<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 21:02:45', '2023-03-24 21:02:45', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3316', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3320, 1, '2023-03-24 21:06:40', '2023-03-24 21:06:40', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										bank transfer Details \n									</li>\n								<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 21:06:40', '2023-03-24 21:06:40', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3320', 0, 'revision', '', 0),
(3318, 1, '2023-03-24 21:06:40', '2023-03-24 21:06:40', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										bank transfer Details \n									</li>\n								<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 21:06:40', '2023-03-24 21:06:40', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3318', 0, 'revision', '', 0),
(3319, 1, '2023-03-24 21:06:40', '2023-03-24 21:06:40', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										bank transfer Details \n									</li>\n								<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrollment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 21:06:40', '2023-03-24 21:06:40', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3319', 0, 'revision', '', 0),
(3321, 1, '2023-03-24 21:10:18', '2023-03-24 21:10:18', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 21:10:18', '2023-03-24 21:10:18', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3321', 0, 'revision', '', 0),
(3322, 1, '2023-03-24 21:10:18', '2023-03-24 21:10:18', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 21:10:18', '2023-03-24 21:10:18', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3322', 0, 'revision', '', 0),
(3324, 1, '2023-03-24 21:11:12', '2023-03-24 21:11:12', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 21:11:12', '2023-03-24 21:11:12', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3324', 0, 'revision', '', 0),
(3325, 1, '2023-03-24 21:11:12', '2023-03-24 21:11:12', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/certification-enrollment\" role=\"button\">\n						Click here to Register\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 21:11:12', '2023-03-24 21:11:12', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3325', 0, 'revision', '', 0),
(3327, 1, '2023-03-24 21:14:03', '2023-03-24 21:14:03', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 21:14:03', '2023-03-24 21:14:03', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3327', 0, 'revision', '', 0),
(3328, 1, '2023-03-24 21:14:03', '2023-03-24 21:14:03', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 21:14:03', '2023-03-24 21:14:03', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3328', 0, 'revision', '', 0),
(3329, 1, '2023-03-24 21:14:03', '2023-03-24 21:14:03', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						Back to homepage to see available license\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 21:14:03', '2023-03-24 21:14:03', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3329', 0, 'revision', '', 0),
(3330, 1, '2023-03-24 21:16:48', '2023-03-24 21:16:48', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						Back to homepage to see available license\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 21:16:48', '2023-03-24 21:16:48', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3330', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3331, 1, '2023-03-24 21:16:48', '2023-03-24 21:16:48', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						Back to homepage to see available license\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 21:16:48', '2023-03-24 21:16:48', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3331', 0, 'revision', '', 0),
(3332, 1, '2023-03-24 21:16:48', '2023-03-24 21:16:48', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 21:16:48', '2023-03-24 21:16:48', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3332', 0, 'revision', '', 0),
(3336, 1, '2023-03-24 21:21:33', '2023-03-24 21:21:33', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 21:21:33', '2023-03-24 21:21:33', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3336', 0, 'revision', '', 0),
(3334, 1, '2023-03-24 21:21:33', '2023-03-24 21:21:33', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 21:21:33', '2023-03-24 21:21:33', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3334', 0, 'revision', '', 0),
(3335, 1, '2023-03-24 21:21:33', '2023-03-24 21:21:33', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 21:21:33', '2023-03-24 21:21:33', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3335', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3539, 1, '2023-03-24 23:21:22', '2023-03-24 23:21:22', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c36\" 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-195 style-local-1955-c36 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c37-outer\">\n            <div data-colibri-id=\"1955-c37\" 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-196 style-local-1955-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=\"1955-c38\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c38 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c38\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c39\" class=\"h-text h-text-component style-198 style-local-1955-c39 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c27\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-453-outer style-local-1955-c28-outer\">\n            <div data-colibri-id=\"1955-c28\" 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-453 style-local-1955-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c29\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c29\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c30\" class=\"d-block style-456 style-local-1955-c30 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c30-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c30-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c31\" class=\"h-text h-text-component style-454 style-local-1955-c31 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c32\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c32 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c33-outer\">\n            <div data-colibri-id=\"1955-c33\" 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-449 style-local-1955-c33 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c34\" class=\"h-x-container style-450 style-local-1955-c34 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c34-group style-450-spacing style-local-1955-c34-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c35-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c35\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c35 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c40\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c40 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c41\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-c41 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-443-outer style-local-1955-c42-outer\">\n            <div data-colibri-id=\"1955-c42\" 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-443 style-local-1955-c42 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c43\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c43 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c43\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-200 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-201 style-local-1955-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-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"1955-c46\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c46 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c46\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c47\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c47 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c47\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c48\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c48 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c48\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c49\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c49 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c65\" 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-220 style-local-1955-c65 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c66-outer\">\n            <div data-colibri-id=\"1955-c66\" 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-221 style-local-1955-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=\"1955-c67\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c67 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c67\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c68\" class=\"h-text h-text-component style-223 style-local-1955-c68 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c50\" 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-207 style-local-1955-c50 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c51-outer\">\n            <div data-colibri-id=\"1955-c51\" 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-208 style-local-1955-c51 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c52\" 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-209 style-local-1955-c52 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c52-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-210-outer%20style-local-1955-c53-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c53%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-210%20style-local-1955-c53%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=%221955-c54%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c54%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-1955-c54-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=%221955-c55%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c55%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-2%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-auto%20style-213-outer%20style-local-1955-c56-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c56%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-213%20style-local-1955-c56%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=%221955-c57%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c57%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c58%22%20class=%22h-blog-title%20style-215%20style-local-1955-c58%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=%221955-c59%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c59%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c60%22%20class=%22style-217%20style-local-1955-c60%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%20%20data-colibri-id=%221955-c61%22%20class=%22h-x-container%20style-218%20style-local-1955-c61%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c61-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c62-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=%221955-c62%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c62%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c62-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c63\" class=\"h-x-container style-416 style-local-1955-c63 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c63-group style-416-spacing style-local-1955-c63-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c64-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c64\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c64 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c69\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c69 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c70\" 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-225 style-local-1955-c70 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c71-outer\">\n            <div data-colibri-id=\"1955-c71\" 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-226 style-local-1955-c71 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c72\" 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-227 style-local-1955-c72 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c73-outer\">\n                      <div data-colibri-id=\"1955-c73\" 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-228 style-local-1955-c73 position-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=\"1955-c74\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c74 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c74\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c75\" class=\"h-icon style-230 style-local-1955-c75 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c75-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c76\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c76 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c76\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c77\" class=\"style-232 style-local-1955-c77 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c78-outer\">\n                    <div data-colibri-id=\"1955-c78\" 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-233 style-local-1955-c78 position-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=\"1955-c79\" class=\"style-234 style-local-1955-c79 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 23:21:22', '2023-03-24 23:21:22', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3539', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3540, 1, '2023-03-24 23:21:22', '2023-03-24 23:21:22', '{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright @PrepMajor 2023\",\"attrs\":{\"id\":\"copyright-prepmajor-2023\"}},\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 23:21:22', '2023-03-24 23:21:22', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3540', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3546, 1, '2023-03-24 23:25:45', '2023-03-24 23:25:45', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c36\" 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-195 style-local-1955-c36 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c37-outer\">\n            <div data-colibri-id=\"1955-c37\" 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-196 style-local-1955-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=\"1955-c38\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c38 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c38\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c39\" class=\"h-text h-text-component style-198 style-local-1955-c39 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c27\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-453-outer style-local-1955-c28-outer\">\n            <div data-colibri-id=\"1955-c28\" 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-453 style-local-1955-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c29\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c29\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c30\" class=\"d-block style-456 style-local-1955-c30 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c30-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c30-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c31\" class=\"h-text h-text-component style-454 style-local-1955-c31 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c32\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c32 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c33-outer\">\n            <div data-colibri-id=\"1955-c33\" 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-449 style-local-1955-c33 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c34\" class=\"h-x-container style-450 style-local-1955-c34 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c34-group style-450-spacing style-local-1955-c34-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c35-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c35\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c35 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c40\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c40 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c41\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-c41 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-443-outer style-local-1955-c42-outer\">\n            <div data-colibri-id=\"1955-c42\" 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-443 style-local-1955-c42 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c43\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c43 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c43\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-200 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-201 style-local-1955-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-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"1955-c46\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c46 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c46\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c47\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c47 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c47\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c48\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c48 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c48\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c49\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c49 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c65\" 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-220 style-local-1955-c65 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c66-outer\">\n            <div data-colibri-id=\"1955-c66\" 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-221 style-local-1955-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=\"1955-c67\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c67 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c67\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c68\" class=\"h-text h-text-component style-223 style-local-1955-c68 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c50\" 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-207 style-local-1955-c50 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c51-outer\">\n            <div data-colibri-id=\"1955-c51\" 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-208 style-local-1955-c51 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c52\" 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-209 style-local-1955-c52 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c52-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-210-outer%20style-local-1955-c53-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c53%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-210%20style-local-1955-c53%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=%221955-c54%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c54%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-1955-c54-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=%221955-c55%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c55%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-2%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-auto%20style-213-outer%20style-local-1955-c56-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c56%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-213%20style-local-1955-c56%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=%221955-c57%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c57%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c58%22%20class=%22h-blog-title%20style-215%20style-local-1955-c58%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=%221955-c59%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c59%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c60%22%20class=%22style-217%20style-local-1955-c60%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%20%20data-colibri-id=%221955-c61%22%20class=%22h-x-container%20style-218%20style-local-1955-c61%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c61-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c62-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=%221955-c62%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c62%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c62-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c63\" class=\"h-x-container style-416 style-local-1955-c63 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c63-group style-416-spacing style-local-1955-c63-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c64-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c64\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c64 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c69\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c69 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c70\" 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-225 style-local-1955-c70 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c71-outer\">\n            <div data-colibri-id=\"1955-c71\" 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-226 style-local-1955-c71 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c72\" 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-227 style-local-1955-c72 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c73-outer\">\n                      <div data-colibri-id=\"1955-c73\" 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-228 style-local-1955-c73 position-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=\"1955-c74\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c74 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c74\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c75\" class=\"h-icon style-230 style-local-1955-c75 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c75-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c76\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c76 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c76\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c77\" class=\"style-232 style-local-1955-c77 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c78-outer\">\n                    <div data-colibri-id=\"1955-c78\" 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-233 style-local-1955-c78 position-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=\"1955-c79\" class=\"style-234 style-local-1955-c79 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 23:25:45', '2023-03-24 23:25:45', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3546', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3547, 1, '2023-03-24 23:25:45', '2023-03-24 23:25:45', '{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright @PrepMajor 2023\",\"attrs\":{\"id\":\"copyright-prepmajor-2023\"}},\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 23:25:45', '2023-03-24 23:25:45', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3547', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3554, 1, '2023-03-24 23:35:08', '2023-03-24 23:35:08', '<div data-colibri-id=\"1955-c1\" class=\"style-152 style-local-1955-c1 position-relative\">\n  <!---->\n  <div data-colibri-component=\"section\" data-colibri-id=\"1955-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-165 style-local-1955-c2 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-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-0 style-166 style-local-1955-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-0\">\n          <!---->\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-173-outer style-local-1955-c4-outer\">\n            <div data-colibri-id=\"1955-c4\" 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-173 style-local-1955-c4 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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c5-outer\">\n            <div data-colibri-id=\"1955-c5\" 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-167 style-local-1955-c5 position-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=\"1955-c6\" class=\"d-block style-370 style-local-1955-c6 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\" class=\"style-370-image style-local-1955-c6-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-370-frameImage style-local-1955-c6-frameImage\"></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-6 h-col-md-6 h-col-12 style-167-outer style-local-1955-c7-outer\">\n            <div data-colibri-id=\"1955-c7\" 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-167 style-local-1955-c7 position-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=\"1955-c8\" class=\"h-text h-text-component style-170 style-local-1955-c8 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h5><strong>BROAD COVERAGE OF CERTIFICATIONS</strong></h5>\n                    <p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:</p>\n                    <p>1. Scrum Fundamentals Certified (SFC)</p>\n                    <p>2. Scrum Developer Certified (SDC)</p>\n                    <p>3. Scrum Master Certified (SMC)</p>\n                    <p>4. SCRUMstudy Agile Master Certified (SAMC)</p>\n                    <p>5. Scrum Product Owner Certified (SPOC)</p>\n                    <p>6. Expert Scrum Master Certified (ESMC)</p>\n                    <p>7. SCRUMstudy Certified Trainer (SCT)</p>\n                    <p>8. SCRUMstudy Certified Agile Coach (SCAC)</p>\n                    <p>9. Certified Implementation Expert (CIE)</p>\n                    <p>10. Scaled Scrum Master Certified (SSMC)</p>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n          <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-350-outer style-local-1955-c9-outer\">\n            <div data-colibri-id=\"1955-c9\" 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-350 style-local-1955-c9 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 data-colibri-component=\"section\" data-colibri-id=\"1955-c10\" id=\"courses\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-185 style-local-1955-c10 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c36\" 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-195 style-local-1955-c36 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-196-outer style-local-1955-c37-outer\">\n            <div data-colibri-id=\"1955-c37\" 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-196 style-local-1955-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=\"1955-c38\" class=\"h-global-transition-all h-heading style-197 style-local-1955-c38 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-197 style-local-1955-c38\">\n                    <!---->\n                    <!---->\n                    <h2 class=\"\">The Three Scrum Licenses Available To Purchase</h2>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c39\" class=\"h-text h-text-component style-198 style-local-1955-c39 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p>SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the\n                      <br>anticipation and response to issues and changes in a timely manner</p>\n                    <p>Though there is no mandatory prerequisite for most of the SCRUMstudy\n                      <br>\n                      <sup style=\"font-size: 10.5px;\">™</sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.</p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c11\" 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-186 style-local-1955-c11 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-6 h-col-12 style-371-outer style-local-1955-c12-outer\">\n            <div data-colibri-id=\"1955-c12\" 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-371 style-local-1955-c12 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c13\" class=\"h-global-transition-all h-heading style-377 style-local-1955-c13 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-377 style-local-1955-c13\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">SCRUM DEVELOPER CERTIFIED (SDC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c14\" class=\"d-block style-379 style-local-1955-c14 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sdc.png\" class=\"wp-image-2051 style-379-image style-local-1955-c14-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-379-frameImage style-local-1955-c14-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c15\" class=\"h-text h-text-component style-378 style-local-1955-c15 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">Scrum Developer Certified (SDC</span>\n                      <sup style=\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">®</sup><span style=\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c16\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-430 style-local-1955-c16 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/sdc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-430-icon style-local-1955-c16-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-372-outer style-local-1955-c17-outer\">\n            <div data-colibri-id=\"1955-c17\" 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-372 style-local-1955-c17 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c18\" class=\"h-global-transition-all h-heading style-382 style-local-1955-c18 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-382 style-local-1955-c18\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">Scrum Master Certified (SMC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c19\" class=\"d-block style-381 style-local-1955-c19 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/smc-home.png\" class=\"wp-image-2084 style-381-image style-local-1955-c19-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-381-frameImage style-local-1955-c19-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c20\" class=\"h-text h-text-component style-401 style-local-1955-c20 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum Master Certified (SMC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c21\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-431 style-local-1955-c21 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/smc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-431-icon style-local-1955-c21-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\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-6 h-col-12 style-373-outer style-local-1955-c22-outer\">\n            <div data-colibri-id=\"1955-c22\" 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-373 style-local-1955-c22 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c23\" class=\"h-global-transition-all h-heading style-385 style-local-1955-c23 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-385 style-local-1955-c23\">\n                    <!---->\n                    <!---->\n                    <h4 class=\"\">The Scrum Product Owner Certified (SPOC®)</h4>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c24\" class=\"d-block style-384 style-local-1955-c24 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://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/spoc-home.png\" class=\"wp-image-2079 style-384-image style-local-1955-c24-image\">\n                      <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-384-frameImage style-local-1955-c24-frameImage\"></div>\n                    </div>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c25\" class=\"h-text h-text-component style-383 style-local-1955-c25 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">The Scrum Product Owner Certified (SPOC</span>\n                      <sup style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">) certification exam is designed to confirm a Product Owner’s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.</span></p>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c26\" class=\"icon-list d-flex justify-content-lg-center justify-content-md-center justify-content-center style-432 style-local-1955-c26 position-relative h-element\">\n                  <!---->\n                  <ul class=\"ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-center justify-content-md-center justify-content-center\">\n                    <!---->\n                    <li class=\"list-item no-gutters\">\n                      <!---->\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center first-el-spacer\"></div>\n                      <a href=\"/scrum/spoc/\" h-use-smooth-scroll=\"true\" class=\"item-link no-gutters\">\n                        <div class=\"d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper\">\n                          <div class=\"d-flex\"><span class=\"h-svg-icon style-432-icon style-local-1955-c26-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=\"long-arrow-right\" viewBox=\"0 0 1792 1896.0833\">\n      <path d=\"M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224H32q-14 0-23-9t-9-23V800q0-14 9-23t23-9h1248V544q0-21 19-29t35 5l384 350q10 10 10 23z\"></path>\n    </svg></span></div> <span class=\"list-text d-block\"><span>Read More and register</span></span>\n                        </div>\n                      </a>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center\" style=\"display: none;\">\n                        <!---->\n                      </div>\n                      <div class=\"list-container-divider d-flex justify-content-lg-center justify-content-md-center justify-content-center last-el-spacer\"></div>\n                    </li>\n                  </ul>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c27\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-452 style-local-1955-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-2 gutters-col-md-2 gutters-col-0 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-453-outer style-local-1955-c28-outer\">\n            <div data-colibri-id=\"1955-c28\" 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-453 style-local-1955-c28 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c29\" class=\"h-global-transition-all h-heading style-455 style-local-1955-c29 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-455 style-local-1955-c29\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Free Course - Scrum Fundamentals Certified (SFC®)</h1>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c30\" class=\"d-block style-456 style-local-1955-c30 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-image__frame-container-outer\">\n                    <a href=\"/scrum/sfc/\" h-use-smooth-scroll=\"true\" class=\"image-link\">\n                      <div class=\"h-image__frame-container\">\n                        <!---->\n                        <!---->\n                        <img src=\"https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/sfc-home.png\" class=\"wp-image-2085 style-456-image style-local-1955-c30-image\">\n                        <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-456-frameImage style-local-1955-c30-frameImage\"></div>\n                      </div>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c31\" class=\"h-text h-text-component style-454 style-local-1955-c31 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <p><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Scrum Fundamentals Certified’ course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK</span>\n                      <sup\n                        style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\">®</sup><span style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the ‘Scrum Fundamentals Certified’ exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as “Scrum Fundamentals Certified”.</span>\n                        <strong\n                          style=\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\"> Click the below button to register</strong>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c32\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-448 style-local-1955-c32 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-449-outer style-local-1955-c33-outer\">\n            <div data-colibri-id=\"1955-c33\" 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-449 style-local-1955-c33 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c34\" class=\"h-x-container style-450 style-local-1955-c34 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c34-group style-450-spacing style-local-1955-c34-spacing\"><span class=\"h-button__outer style-451-outer style-local-1955-c35-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/sfc/\"  data-colibri-id=\"1955-c35\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-451 style-local-1955-c35 position-relative\"><!----><!----> <span>Click here to apply for the free course from prepmajor </span></a>\n                    </span>\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=\"1955-c40\" id=\"cta\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-199 style-local-1955-c40 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <!---->\n      <div data-colibri-id=\"1955-c41\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-442 style-local-1955-c41 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-0 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-443-outer style-local-1955-c42-outer\">\n            <div data-colibri-id=\"1955-c42\" 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-443 style-local-1955-c42 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c43\" class=\"h-global-transition-all h-heading style-444 style-local-1955-c43 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-444 style-local-1955-c43\">\n                    <!---->\n                    <!---->\n                    <h1 class=\"\">Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;</h1>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c44\" 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-200 style-local-1955-c44 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-201-outer style-local-1955-c45-outer\">\n            <div data-colibri-id=\"1955-c45\" 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-201 style-local-1955-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-center align-self-md-center align-self-center\">\n                <!---->\n                <div data-colibri-id=\"1955-c46\" class=\"h-global-transition-all h-heading style-441 style-local-1955-c46 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-441 style-local-1955-c46\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/paypal-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">click here to Register for license and pay by Paypal</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c47\" class=\"h-global-transition-all h-heading style-440 style-local-1955-c47 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-440 style-local-1955-c47\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/creditcard-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by Credit Card</h3>\n                    </a>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c48\" class=\"h-global-transition-all h-heading style-439 style-local-1955-c48 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-439 style-local-1955-c48\">\n                    <!---->\n                    <!---->\n                    <a href=\"/scrum/banktransfer-certification-enrollment/\" h-use-smooth-scroll=\"true\">\n                      <h3 class=\"\">CLICK HERE TO Register for license and pay by bank transfer</h3>\n                    </a>\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=\"1955-c49\" id=\"blog\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-206 style-local-1955-c49 position-relative\">\n    <!---->\n    <!---->\n    <div class=\"h-section-grid-container h-section-boxed-container\">\n      <div data-colibri-id=\"1955-c65\" 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-220 style-local-1955-c65 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-221-outer style-local-1955-c66-outer\">\n            <div data-colibri-id=\"1955-c66\" 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-221 style-local-1955-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=\"1955-c67\" class=\"h-global-transition-all h-heading style-222 style-local-1955-c67 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-heading__outer style-222 style-local-1955-c67\">\n                    <!---->\n                    <!---->\n                    <h3 class=\"\">Scrum Blog About All Licenses</h3>\n                  </div>\n                </div>\n                <div data-colibri-id=\"1955-c68\" class=\"h-text h-text-component style-223 style-local-1955-c68 position-relative h-element\">\n                  <!---->\n                  <!---->\n                  <div class=\"\">\n                    <h3><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK</span>\n                      <sup\n                        style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\">®</sup><span style=\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.</span></h3>\n                    <p>\n                      <br>\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n      <div data-colibri-id=\"1955-c50\" 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-207 style-local-1955-c50 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-208-outer style-local-1955-c51-outer\">\n            <div data-colibri-id=\"1955-c51\" 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-208 style-local-1955-c51 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c52\" 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-209 style-local-1955-c52 position-relative\">\n                  <!---->\n                  <div data-colibri-component=\"\" 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-209-row style-local-1955-c52-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-210-outer%20style-local-1955-c53-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%221955-c53%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-210%20style-local-1955-c53%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=%221955-c54%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-211%20style-local-1955-c54%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-1955-c54-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=%221955-c55%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-2%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-212%20style-local-1955-c55%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-2%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-auto%20style-213-outer%20style-local-1955-c56-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%221955-c56%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-213%20style-local-1955-c56%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=%221955-c57%22%20class=%22h-blog-categories%20style-214%20style-local-1955-c57%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c58%22%20class=%22h-blog-title%20style-215%20style-local-1955-c58%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=%221955-c59%22%20class=%22h-blog-meta%20style-216%20style-local-1955-c59%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%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=%22M%20j%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%221955-c60%22%20class=%22style-217%20style-local-1955-c60%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%20%20data-colibri-id=%221955-c61%22%20class=%22h-x-container%20style-218%20style-local-1955-c61%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-1955-c61-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-219-outer%20style-local-1955-c62-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=%221955-c62%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-219%20style-local-1955-c62%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3ERead%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-219-icon%20style-local-1955-c62-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=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%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>\n                <div data-colibri-id=\"1955-c63\" class=\"h-x-container style-416 style-local-1955-c63 position-relative h-element\">\n                  <!---->\n                  <div class=\"h-x-container-inner style-dynamic-1955-c63-group style-416-spacing style-local-1955-c63-spacing\"><span class=\"h-button__outer style-417-outer style-local-1955-c64-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/scrum/blog/\"  data-colibri-id=\"1955-c64\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-417 style-local-1955-c64 position-relative\"><!----><!----> <span>Read more blogs</span></a>\n                    </span>\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=\"1955-c69\" id=\"contact\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-224 style-local-1955-c69 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(32, 31, 37); 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(32, 31, 37); 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(32, 31, 37); 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=\"1955-c70\" 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-225 style-local-1955-c70 position-relative\">\n        <!---->\n        <div class=\"h-row justify-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-226-outer style-local-1955-c71-outer\">\n            <div data-colibri-id=\"1955-c71\" 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-226 style-local-1955-c71 position-relative\">\n              <!---->\n              <!---->\n              <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n                <!---->\n                <div data-colibri-id=\"1955-c72\" 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-227 style-local-1955-c72 position-relative\">\n                  <!---->\n                  <div class=\"h-row justify-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-228-outer style-local-1955-c73-outer\">\n                      <div data-colibri-id=\"1955-c73\" 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-228 style-local-1955-c73 position-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=\"1955-c74\" class=\"h-global-transition-all h-heading style-229 style-local-1955-c74 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-229 style-local-1955-c74\">\n                              <!---->\n                              <!---->\n                              <h4 class=\"\">contact&nbsp;</h4>\n                            </div>\n                          </div>\n                          <div data-colibri-id=\"1955-c75\" class=\"h-icon style-230 style-local-1955-c75 position-relative h-element\">\n                            <!----><span class=\"h-svg-icon h-icon__icon style-230-icon style-local-1955-c75-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=\"binoculars\" viewBox=\"0 0 512 545.5\"><path d=\"M176 112c29.713 0 53.785 20.558 61 48h38c7.215-27.442 31.287-48 61-48 31.48 0 56.644 23.064 62 53 30.428 7.807 56.326 27.65 68 56v.5l.5.5L503 324c5.795 13.502 9 28.423 9 44 0 61.666-50.334 112-112 112-55.546 0-101.847-40.826-110.5-94-8.688 8.553-20.476 14-33.5 14s-24.813-5.447-33.5-14c-8.653 53.174-54.954 94-110.5 94C50.334 480 0 429.666 0 368c0-17.54 4.253-34.19 11.5-49l34-95.5h.5c11.496-31.205 37.775-50.882 68-58.5 5.356-29.936 30.52-53 62-53zm0 32c-19.043 0-32 12.957-32 32v14.5l-14.5 1.5c-24.565 2.586-44.21 17.225-53.5 42v.5L64 267c14.557-6.945 30.852-11 48-11 46.792 0 86.797 29.08 103.5 70 8.577-13.29 23.658-22 40.5-22s31.923 8.71 40.5 22c16.703-40.92 56.708-70 103.5-70 17.38 0 33.794 4.377 48.5 11.5l-12-34c-.14-.34-.354-.662-.5-1-9.246-21.422-29.724-37.997-53.5-40.5l-14.5-1.5V176c0-19.043-12.957-32-32-32s-32 12.957-32 32v16h-96v-16c0-19.043-12.957-32-32-32zm-64 144c-32.328 0-59.852 19.073-72.5 46.5-.28.606-.235 1.387-.5 2-4.2 9.743-7 20.17-7 31.5 0 44.372 35.628 80 80 80s80-35.628 80-80-35.628-80-80-80zm288 0c-44.372 0-80 35.628-80 80s35.628 80 80 80 80-35.628 80-80-35.628-80-80-80zm-144 48c-9.026 0-16 6.974-16 16s6.974 16 16 16 16-6.974 16-16-6.974-16-16-16z\"></path></svg></span></div>\n                          <div\n                            data-colibri-id=\"1955-c76\" class=\"h-global-transition-all h-heading style-231 style-local-1955-c76 position-relative h-element\">\n                            <!---->\n                            <div class=\"h-heading__outer style-231 style-local-1955-c76\">\n                              <!---->\n                              <!---->\n                              <h5 class=\"\">write us or contact us on our social media</h5>\n                            </div>\n                        </div>\n                        <div data-colibri-id=\"1955-c77\" class=\"style-232 style-local-1955-c77 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.linkedin.com/company/blueskycitadel/\" 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=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://twitter.com/BlueskyCitadel\" 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 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=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.youtube.com/channel/UCGobnhMroJc7vgc2l2UuYOw\" 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 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=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\">\n                                      <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\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\n                            </div>\n                            <div class=\"social-icon-container d-inline-flex\">\n                              <a href=\"https://www.instagram.com/blueskycitadel/\" 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=\"M750 134.766c202.148 0 222.656 2.93 301.758 5.859 76.172 2.93 114.258 14.648 140.625 23.438 35.156 14.648 61.523 32.227 84.961 55.664 26.367 26.367 43.945 52.734 55.664 84.961 11.719 29.297 23.438 67.383 26.367 140.625 2.93 82.031 5.859 102.539 5.859 304.688s-2.93 222.656-5.859 301.758c-2.93 76.172-14.648 114.258-23.438 140.625-14.648 35.156-32.227 61.523-55.664 84.961-26.367 26.367-52.734 43.945-84.961 55.664-29.297 11.719-67.383 23.438-140.625 26.367-82.031 2.93-102.539 5.859-304.688 5.859s-222.656-2.93-301.758-5.859c-76.172-2.93-114.258-14.648-140.625-23.438-35.156-14.648-61.523-32.227-84.961-55.664-26.367-26.367-43.945-52.734-55.664-84.961-11.719-29.297-23.438-67.383-26.367-140.625-2.93-82.031-5.859-102.539-5.859-304.688s2.93-222.656 5.859-301.758c2.93-76.172 14.648-114.258 23.438-140.625 14.648-35.156 32.227-61.523 55.664-84.961 26.367-26.367 52.734-43.945 84.961-55.664 29.297-11.719 67.383-23.438 140.625-26.367 82.031-2.93 102.539-5.859 304.688-5.859M750 0c-205.078 0-228.516 2.93-307.617 5.859-82.031 2.93-137.695 14.648-181.641 32.227-49.805 20.508-93.75 46.875-134.766 87.891s-67.383 84.961-87.891 134.766c-17.578 46.875-29.297 99.609-32.227 181.641-2.93 79.102-5.859 102.539-5.859 307.617s2.93 228.516 5.859 307.617c2.93 82.031 14.648 137.695 32.227 181.641 20.508 49.805 46.875 93.75 87.891 134.766s84.961 67.383 134.766 87.891c46.875 17.578 99.609 29.297 181.641 32.227 79.102 2.93 102.539 5.859 307.617 5.859s228.516-2.93 307.617-5.859c82.031-2.93 137.695-14.648 181.641-32.227 49.805-20.508 93.75-46.875 134.766-87.891s67.383-84.961 87.891-134.766c17.578-46.875 29.297-99.609 32.227-181.641 2.93-79.102 5.859-102.539 5.859-307.617s-2.93-228.516-5.859-307.617c-2.93-82.031-14.648-137.695-32.227-181.641-20.508-49.805-46.875-93.75-87.891-134.766s-84.961-67.383-134.766-87.891c-46.875-17.578-99.609-29.297-181.641-32.227-79.102-2.93-102.539-5.859-307.617-5.859zM750 363.281c-213.867 0-386.719 172.852-386.719 386.719s172.852 386.719 386.719 386.719c213.867 0 386.719-172.852 386.719-386.719s-172.852-386.719-386.719-386.719zM750 1001.953c-137.695 0-251.953-114.258-251.953-251.953s114.258-251.953 251.953-251.953c137.695 0 251.953 114.258 251.953 251.953s-114.258 251.953-251.953 251.953zM1239.258 348.633c0 49.805-38.086 90.82-87.891 90.82s-90.82-41.016-90.82-90.82c0-49.805 41.016-87.891 90.82-87.891s87.891 38.086 87.891 87.891z\"></path>\n                                    </svg>\n                                  </div>\n                                </div>\n                              </a>\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-auto h-col-md-auto h-col-auto style-233-outer style-local-1955-c78-outer\">\n                    <div data-colibri-id=\"1955-c78\" 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-233 style-local-1955-c78 position-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=\"1955-c79\" class=\"style-234 style-local-1955-c79 position-relative h-element\">\n                          <!---->\n                          <div class=\"h-global-transition-all h-global-transition h-global-transition-all h-contact-form-shortcode\">[colibri_contact_form use_shortcode_style=\"0\" shortcode=\"JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjE1NDAlMjIlMjB0aXRsZSUzRCUyMkNvbnRhY3QlMjBmb3JtJTIwMSUyMiU1RA==\"]</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>', 'Front Page', '', 'inherit', 'closed', 'closed', '', '1955-revision-v1', '', '', '2023-03-24 23:35:08', '2023-03-24 23:35:08', '', 1955, 'https://certifications.prepmajor.com/scrum/?p=3554', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3555, 1, '2023-03-24 23:35:08', '2023-03-24 23:35:08', '{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright @PrepMajor 2023\",\"attrs\":{\"id\":\"copyright-prepmajor-2023\"}},\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 23:35:08', '2023-03-24 23:35:08', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3555', 0, 'revision', '', 0),
(3582, 1, '2023-08-14 00:59:31', '2023-08-14 00:59:31', '{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright @PrepMajor 2023\",\"attrs\":{\"id\":\"copyright-prepmajor-2023\"}},\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-08-14 00:59:31', '2023-08-14 00:59:31', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3582', 0, 'revision', '', 0),
(3589, 1, '2023-08-14 01:01:00', '2023-08-14 01:01:00', '{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Copyright @PrepMajor 2023\",\"attrs\":{\"id\":\"copyright-prepmajor-2023\"}},\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-08-14 01:01:00', '2023-08-14 01:01:00', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3589', 0, 'revision', '', 0),
(3386, 1, '2023-03-24 21:57:26', '2023-03-24 21:57:26', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c76\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c16\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c16\",\"index\":0,\"id\":\"1955-c17\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c16\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c16\",\"index\":2,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c16\",\"index\":3,\"id\":\"1955-c77\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c20\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c20\",\"index\":0,\"id\":\"1955-c21\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c20\",\"index\":0,\"id\":\"1955-c22\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c20\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c20\",\"index\":3,\"id\":\"1955-c78\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c93\",\"parentId\":\"1955-c92\",\"partialId\":1955,\"styleRef\":447,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}}],\"id\":\"1955-c92\",\"parentId\":\"1955-c91\",\"partialId\":1955,\"styleRef\":446,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":1,\"id\":\"1955-c91\",\"partialId\":1955,\"styleRef\":445,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c29\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c30\",\"parentId\":\"1955-c29\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c31\",\"parentId\":\"1955-c29\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c28\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c90\",\"parentId\":\"1955-c89\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register&nbsp;\"}}],\"id\":\"1955-c89\",\"parentId\":\"1955-c88\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c32\",\"index\":0,\"id\":\"1955-c88\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c34\",\"parentId\":\"1955-c33\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c87\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c86\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c85\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c33\",\"parentId\":\"1955-c32\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c32\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c40\",\"parentId\":\"1955-c39\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c40\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c42\",\"index\":0,\"id\":\"1955-c43\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c47\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c45\",\"index\":2,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":3,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c51\",\"parentId\":\"1955-c50\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":5,\"id\":\"1955-c50\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c42\",\"index\":1,\"id\":\"1955-c44\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c42\",\"parentId\":\"1955-c41\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c53\",\"parentId\":\"1955-c52\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c40\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c57\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c55\",\"parentId\":\"1955-c54\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c54\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c62\",\"parentId\":\"1955-c61\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c62\",\"index\":0,\"id\":\"1955-c63\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c64\",\"parentId\":\"1955-c62\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c62\",\"index\":2,\"id\":\"1955-c65\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c62\",\"index\":3,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c61\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c60\",\"index\":0,\"id\":\"1955-c61\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c58\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c58\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 21:57:26', '2023-03-24 21:57:26', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3386', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3393, 1, '2023-03-24 22:01:28', '2023-03-24 22:01:28', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c29\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"styleRef\":447,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}}],\"id\":\"1955-c28\",\"parentId\":\"1955-c27\",\"partialId\":1955,\"styleRef\":446,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":1,\"id\":\"1955-c27\",\"partialId\":1955,\"styleRef\":445,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:01:28', '2023-03-24 22:01:28', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3393', 0, 'revision', '', 0),
(3400, 1, '2023-03-24 22:03:49', '2023-03-24 22:03:49', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c29\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"styleRef\":447,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}}],\"id\":\"1955-c28\",\"parentId\":\"1955-c27\",\"partialId\":1955,\"styleRef\":446,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":1,\"id\":\"1955-c27\",\"partialId\":1955,\"styleRef\":445,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:03:49', '2023-03-24 22:03:49', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3400', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3414, 1, '2023-03-24 22:08:57', '2023-03-24 22:08:57', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":0,\"id\":\"1955-c81\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-text\",\"id\":\"1955-c80\",\"parentId\":\"1955-c79\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c79\",\"parentId\":\"1955-c78\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c78\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:08:57', '2023-03-24 22:08:57', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3414', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3407, 1, '2023-03-24 22:06:56', '2023-03-24 22:06:56', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c29\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"styleRef\":447,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}}],\"id\":\"1955-c28\",\"parentId\":\"1955-c27\",\"partialId\":1955,\"styleRef\":446,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":1,\"id\":\"1955-c27\",\"partialId\":1955,\"styleRef\":445,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"id\":\"1955-c80\",\"parentId\":\"1955-c79\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c79\",\"parentId\":\"1955-c78\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c78\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:06:56', '2023-03-24 22:06:56', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3407', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3421, 1, '2023-03-24 22:12:39', '2023-03-24 22:12:39', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":0,\"id\":\"1955-c81\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":1,\"id\":\"1955-c82\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c80\",\"parentId\":\"1955-c79\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c79\",\"parentId\":\"1955-c78\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c78\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:12:39', '2023-03-24 22:12:39', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3421', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3428, 1, '2023-03-24 22:13:04', '2023-03-24 22:13:04', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":0,\"id\":\"1955-c81\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":1,\"id\":\"1955-c82\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c80\",\"parentId\":\"1955-c79\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c79\",\"parentId\":\"1955-c78\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c78\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:13:04', '2023-03-24 22:13:04', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3428', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3435, 1, '2023-03-24 22:13:13', '2023-03-24 22:13:13', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":0,\"id\":\"1955-c81\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":1,\"id\":\"1955-c82\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c80\",\"parentId\":\"1955-c79\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c79\",\"parentId\":\"1955-c78\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c78\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:13:13', '2023-03-24 22:13:13', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3435', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3442, 1, '2023-03-24 22:17:27', '2023-03-24 22:17:27', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":0,\"id\":\"1955-c81\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":1,\"id\":\"1955-c82\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c80\",\"parentId\":\"1955-c79\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c79\",\"parentId\":\"1955-c78\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c78\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:17:27', '2023-03-24 22:17:27', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3442', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3449, 1, '2023-03-24 22:19:16', '2023-03-24 22:19:16', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":0,\"id\":\"1955-c81\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":1,\"id\":\"1955-c82\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c80\",\"parentId\":\"1955-c79\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c79\",\"parentId\":\"1955-c78\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c78\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:19:16', '2023-03-24 22:19:16', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3449', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3456, 1, '2023-03-24 22:20:22', '2023-03-24 22:20:22', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":0,\"id\":\"1955-c81\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":1,\"id\":\"1955-c82\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c80\",\"parentId\":\"1955-c79\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c79\",\"parentId\":\"1955-c78\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c78\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:20:22', '2023-03-24 22:20:22', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3456', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3580, 1, '2023-08-14 00:59:31', '2023-08-14 00:59:31', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":0,\"id\":\"1955-c29\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":1,\"id\":\"1955-c30\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c31\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c28\",\"parentId\":\"1955-c27\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c27\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c35\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c34\",\"parentId\":\"1955-c33\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c33\",\"parentId\":\"1955-c32\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c32\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c38\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c39\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c36\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c43\",\"parentId\":\"1955-c42\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click HERE TO REGISTER FOR LICENSE AND PAY BY PAYPAL&nbsp;\"}}],\"id\":\"1955-c42\",\"parentId\":\"1955-c41\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c40\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"}],\"id\":\"1955-c40\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c51\",\"parentId\":\"1955-c50\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c51\",\"index\":0,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c53\",\"index\":0,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c58\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c56\",\"index\":2,\"id\":\"1955-c59\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":3,\"id\":\"1955-c60\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c62\",\"parentId\":\"1955-c61\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c56\",\"index\":5,\"id\":\"1955-c61\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c53\",\"index\":1,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c53\",\"parentId\":\"1955-c52\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c51\",\"index\":1,\"id\":\"1955-c63\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c49\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c68\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c66\",\"parentId\":\"1955-c65\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c65\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c71\",\"parentId\":\"1955-c70\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c73\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":0,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c75\",\"parentId\":\"1955-c73\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":2,\"id\":\"1955-c76\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c73\",\"index\":3,\"id\":\"1955-c77\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c78\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c78\",\"index\":0,\"id\":\"1955-c79\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c71\",\"index\":0,\"id\":\"1955-c72\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c70\",\"parentId\":\"1955-c69\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c69\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-08-14 00:59:31', '2023-08-14 00:59:31', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3580', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3463, 1, '2023-03-24 22:22:43', '2023-03-24 22:22:43', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":0,\"id\":\"1955-c81\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":1,\"id\":\"1955-c82\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c80\",\"parentId\":\"1955-c79\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c79\",\"parentId\":\"1955-c78\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c78\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:22:43', '2023-03-24 22:22:43', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3463', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3470, 1, '2023-03-24 22:23:10', '2023-03-24 22:23:10', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":0,\"id\":\"1955-c81\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c79\",\"index\":1,\"id\":\"1955-c82\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c80\",\"parentId\":\"1955-c79\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c79\",\"parentId\":\"1955-c78\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c78\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c77\",\"parentId\":\"1955-c76\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c76\",\"parentId\":\"1955-c75\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c75\",\"parentId\":\"1955-c74\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c31\",\"parentId\":\"1955-c30\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c32\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c33\",\"parentId\":\"1955-c31\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c30\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;\"}}],\"id\":\"1955-c36\",\"parentId\":\"1955-c35\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c34\",\"index\":0,\"id\":\"1955-c35\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c39\",\"parentId\":\"1955-c38\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c40\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c39\",\"index\":0,\"id\":\"1955-c42\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c38\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c34\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c47\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c51\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":1,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c50\",\"index\":2,\"id\":\"1955-c53\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c50\",\"index\":3,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c50\",\"index\":5,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c47\",\"index\":1,\"id\":\"1955-c49\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c47\",\"parentId\":\"1955-c46\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c58\",\"parentId\":\"1955-c57\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c45\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c43\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c61\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c62\",\"parentId\":\"1955-c60\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c60\",\"parentId\":\"1955-c59\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c59\",\"parentId\":\"1955-c43\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c65\",\"parentId\":\"1955-c64\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":0,\"id\":\"1955-c68\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c69\",\"parentId\":\"1955-c67\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c67\",\"index\":2,\"id\":\"1955-c70\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c67\",\"index\":3,\"id\":\"1955-c71\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c72\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c72\",\"index\":0,\"id\":\"1955-c73\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c65\",\"index\":0,\"id\":\"1955-c66\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c63\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:23:10', '2023-03-24 22:23:10', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3470', 0, 'revision', '', 0),
(3489, 1, '2023-03-24 22:36:31', '2023-03-24 22:36:31', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage     \n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-24 22:36:31', '2023-03-24 22:36:31', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3489', 0, 'revision', '', 0),
(3490, 1, '2023-03-24 22:36:31', '2023-03-24 22:36:31', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Rapid changes in technology, market demands, and expectations have paved the way for the conceptualization and implementation of Agile methods and values in many organizations. Agile relies on adaptive planning and iterative development and delivery. It focuses primarily on the value of people in getting the job done effectively. SAMC™ Certified Professionals should appreciate the concepts of Agile development and have the ability to compare and choose the Agile methodology appropriate in a given situation.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the SCRUMstudy Agile Master Certified (SAMC™) certificate by SCRUMstudy™ after successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SAMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Preferably SDC® (or) SMC® Certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												 Certified professional	Anyone on a Scrum team\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		https://5c6bb710f7cb59a6e319-940183694b4ffb2b59b7fef660660cc2.ssl.cf1.rackcdn.com/SCRUMstudy_AEC.mp4<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>100 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>120 minutes duration</li>\n<li>Proctored online exam</li>\n<li>Current pass rate: 93%</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone interested in becoming familiar with the concepts and practices of Agile Project Delivery, and who wants to have a working knowledge of the various Agile methodologies.<br></p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification.&nbsp;</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Access the online course on \'Scrum MasterCertified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the two hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the two hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage     \n					</a>', 'SCRUMstudy Agile Master Certified (SAMC™)', '', 'inherit', 'closed', 'closed', '', '2660-revision-v1', '', '', '2023-03-24 22:36:31', '2023-03-24 22:36:31', '', 2660, 'https://certifications.prepmajor.com/scrum/?p=3490', 0, 'revision', '', 0),
(3491, 1, '2023-03-24 22:37:55', '2023-03-24 22:37:55', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage     \n					</a>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-24 22:37:55', '2023-03-24 22:37:55', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3491', 0, 'revision', '', 0),
(3492, 1, '2023-03-24 22:37:55', '2023-03-24 22:37:55', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage     \n					</a>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-24 22:37:55', '2023-03-24 22:37:55', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3492', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3493, 1, '2023-03-24 22:37:55', '2023-03-24 22:37:55', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Scaled Scrum Master Certified (SSMC™)Large projects require multiple Scrum Teams to work in parallel. The Chief Scrum Master is responsible for coordinating activities of multiple Scrum Teams to develop potentially shippable product increments/deliverables. The Chief Scrum Master fosters collaboration and coaches others with the implementation of Scrum for a smooth delivery of the project’s products. Apart from clearing impediments and ensuring a conducive project environment for the Scrum Teams, the Chief Scrum Master collaborates with the Chief Product Owner, other Scrum Masters, and Product Owners in activities such as developing the list of components and resources needed in common for all teams throughout the project.</p><p style=\"box-sizing: inherit; margin-bottom: 0px; color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; text-align: start;\">Successful candidates will be awarded the Scaled Scrum Master Certified (SSMC™) certification by SCRUMstudy™&nbsp;after passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SMC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Master\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Master.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>It is mandatory to complete the Scrum Master Certified (SMC<sup>®</sup>) certification before applying for the Scaled Scrum Master certification.</p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill out the Registration form, Select the Certification you want to write the Exam for, and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam\n<ol type=\"a\">\n<li>Access the online course on \'Scaled Scrum Master Certified\'.</li>\n<li>Get a copy of the SBOK<sup>®</sup> Guide, 3rd Edition online version.</li>\n<li>Schedule the 90 minute proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the 90 minute proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage     \n					</a>', 'Scaled Scrum Master Certified (SSMC™)', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-03-24 22:37:55', '2023-03-24 22:37:55', '', 2661, 'https://certifications.prepmajor.com/scrum/?p=3493', 0, 'revision', '', 0),
(3494, 1, '2023-03-24 22:39:10', '2023-03-24 22:39:10', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 22:39:10', '2023-03-24 22:39:10', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3494', 0, 'revision', '', 0),
(3495, 1, '2023-03-24 22:39:10', '2023-03-24 22:39:10', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 22:39:10', '2023-03-24 22:39:10', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3495', 0, 'revision', '', 0),
(3496, 1, '2023-03-24 22:39:11', '2023-03-24 22:39:11', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">The Chief Product Owner makes the day-to-day business decisions in the case of large projects with numerous Scrum Teams and multiple Product Owners. The Chief Product Owner prepares and maintains the overall Prioritized Product Backlog for the large project, using it to coordinate work through the Product Owners of the Scrum Teams. The Chief Product Owner will be responsible for the final deliverable of the project. Apart from making final business decisions, the Chief Product Owner collaborates with the Chief Scrum Master, other Product Owners, and Scrum Masters to develop a list of components and resources needed in common for all the teams throughout the project.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Scaled Scrum Product Owner Certified (SSPOC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SSPOC™\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n													Nil\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												SPOC® certified professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Anyone who is interested in becoming a Chief Scrum Product Owner\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple choice</li>\n<li>70 questions per exam</li>\n<li>No negative marks for wrong answers</li>\n<li>90 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This certification is appropriate for anyone who is interested in becoming a Chief Scrum Product Owner.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>There is no formal prerequisite for this certification. However, it is preferable to complete the Scrum Developer Certified (SDC<sup>®</sup>) certification before applying for the Scrum Master certification. </p>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Scaled Scrum Product owner’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Scaled Scrum Product Owner Certified (SSPOC™)', '', 'inherit', 'closed', 'closed', '', '2662-revision-v1', '', '', '2023-03-24 22:39:11', '2023-03-24 22:39:11', '', 2662, 'https://certifications.prepmajor.com/scrum/?p=3496', 0, 'revision', '', 0),
(3497, 1, '2023-03-24 22:40:27', '2023-03-24 22:40:27', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 22:40:27', '2023-03-24 22:40:27', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3497', 0, 'revision', '', 0),
(3498, 1, '2023-03-24 22:40:27', '2023-03-24 22:40:27', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												£150\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 22:40:27', '2023-03-24 22:40:27', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3498', 0, 'revision', '', 0),
(3499, 1, '2023-03-24 22:40:28', '2023-03-24 22:40:28', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 22:40:28', '2023-03-24 22:40:28', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3499', 0, 'revision', '', 0),
(3500, 1, '2023-03-24 22:41:22', '2023-03-24 22:41:22', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 22:41:22', '2023-03-24 22:41:22', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3500', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3501, 1, '2023-03-24 22:41:22', '2023-03-24 22:41:22', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 22:41:22', '2023-03-24 22:41:22', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3501', 0, 'revision', '', 0),
(3502, 1, '2023-03-24 22:41:23', '2023-03-24 22:41:23', '<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p style=\"box-sizing: inherit; margin-bottom: 20px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Expert Scrum Master Certified (ESMC™) certification is the next step for Scrum practitioners to further demonstrate their expertise in the Scrum framework. Expert Scrum Master Certified practitioners demonstrate their ability to manage complex Scrum projects and scale Scrum to large project teams, programs, and portfolios.</p>\n<p style=\"box-sizing: inherit; margin-bottom: 0px; color: #333333; font-family: \'Open Sans\', sans-serif; font-size: 14px; text-align: start;\">Applicants will be awarded the Expert Scrum Master Certified (ESMC™) certificate by SCRUMstudy™ upon successfully passing the certification exam.</p>\n<p><!-- /wp:paragraph --></p>		\n			<table id=\"eael-data-table-1d1ea2f\">\n			    <thead>\n			        <tr>\n									            <th id=\"\" colspan=\"\">\n														 Certification</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Experience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Prerequisite Education</th>\n			        				            <th id=\"\" colspan=\"\">\n														Target Audience</th>\n			        				            <th id=\"\" colspan=\"\">\n														Cost of Exam</th>\n			        				            <th id=\"\" colspan=\"\">\n														Maintaining certification</th>\n			        				        </tr>\n			    </thead>\n			  	<tbody>\n											<tr>\n																   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												ESMC®\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												3 Years managing SCRUM/AGILE projects\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Should be SMC®, SAMC™, and SPOC® Certified\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Experienced Scrum Professional\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Not Confirm Yet\n											</td>\n																													   											<td colspan=\"\" rowspan=\"\" id=\"\">\n												Take SMC® Recertification exam every 3 years\n											</td>\n																										</tr>\n			        			    </tbody>\n			</table>\n		<h4><strong>Exam Format</strong></h4>\n<ul>\n<li>Multiple Choice</li>\n<li>200 questions per exam</li>\n<li>240 minutes duration</li>\n<li>Proctored online exam</li>\n</ul>\n<p><strong>Audience Profile</strong></p>\n<p>This Certification is suitable for anyone who is an expert in the SCRUM team and wants to handle complicated Scrum projects as an Expert Scrum Master Certified.</p>\n<h4><strong>Prerequisites</strong></h4>\n<p>To become an ESMC<sup>™</sup> certified professional you should fulfil the following criteria:</p>\n<ul>\n<li>Should have three years of experience managing Scrum/Agile Projects</li>\n<li>Should be SMC<sup>®</sup>, SAMC<sup>™</sup> and SPOC<sup>®</sup> certified.</li>\n<li>Should submit 500 words write up about two Scrum/Agile projects.</li>\n</ul>		\n			<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>How to Apply</h3>		\n		<ol start=\"1\">\n<li>Fill the Registration form, Select the Certification you want to write the Exam for and make a payment of £150.</li>\n<li>You will get an Email from prepmajor for your Scrum License Registration</li>\n<li>Access the online course and take the exam<br />\n<ol type=\"a\">\n<li>Get access to an online course on ‘Expert Scrum Master Certified’.</li>\n<li>Get a copy of SBOK<sup>®</sup> Guide online version.</li>\n<li>Schedule the four hour proctored exam.</li>\n<li>SCRUMstudy<sup>™</sup> verifies the application: confirms the exam date and time.</li>\n<li>Take the four hour proctored exam online.</li>\n</ol>\n</li>\n<li>Upon successful completion of the exam get an online certificate.<br />\n<ol type=\"a\">\n<li>Your name will be added to the SCRUMstudy<sup>™</sup> Certification Registry.</li>\n<li>You can add the certificate to your LinkedIn profile.</li>\n<li>If you are unable to pass the exam, you can schedule again and take a maximum of two Free Exam Retakes.</li>\n</ol>\n</li>\n</ol>		\n			<a href=\"/scrum/\" role=\"button\">\n						license not available - back to homepage\n					</a>', 'Expert Scrum Master Certified (ESMC™)', '', 'inherit', 'closed', 'closed', '', '2663-revision-v1', '', '', '2023-03-24 22:41:23', '2023-03-24 22:41:23', '', 2663, 'https://certifications.prepmajor.com/scrum/?p=3502', 0, 'revision', '', 0),
(3503, 1, '2023-08-14 20:56:26', '2023-03-24 22:47:40', '', 'Certification Enrollment', '', 'publish', 'closed', 'closed', '', 'certification-enrollment-paypal', '', '', '2023-08-14 20:56:26', '2023-08-14 20:56:26', '', 0, 'https://certifications.prepmajor.com/scrum/?p=3503', 5, 'nav_menu_item', '', 0),
(3506, 1, '2023-03-24 22:49:23', '2023-03-24 22:49:23', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Bank Transfer Payment - Scrum License Register Form</h2>		\n			<link rel=\"stylesheet\" href=\"https://certifications.prepmajor.com/scrum/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										bank transfer Details \n									</li>\n								<li>\n										Bank: Halifax\n									</li>\n								<li>\n										Account Name: Adedeji Ogunlaja\n									</li>\n								<li>\n										Sort Code: 110355\n									</li>\n								<li>\n										Account Number: 11090762\n									</li>\n						</ul>\n		[forminator_form id=\"3235\"]', 'Certification Enrolment - Bank Transfer', '', 'inherit', 'closed', 'closed', '', '3237-revision-v1', '', '', '2023-03-24 22:49:23', '2023-03-24 22:49:23', '', 3237, 'https://certifications.prepmajor.com/scrum/?p=3506', 0, 'revision', '', 0),
(3507, 1, '2023-03-24 22:49:30', '2023-03-24 22:49:30', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Credit Card  Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"2984\"]', 'Certification Enrolment - Credit Card', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2023-03-24 22:49:30', '2023-03-24 22:49:30', '', 2158, 'https://certifications.prepmajor.com/scrum/?p=3507', 0, 'revision', '', 0),
(3508, 1, '2023-03-24 22:49:41', '2023-03-24 22:49:41', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[f', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-03-24 22:49:41', '2023-03-24 22:49:41', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3508', 0, 'revision', '', 0),
(3510, 1, '2023-03-24 22:53:03', '2023-03-24 22:53:03', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-pic1.jpg', 'cropped-cropped-cropped-pic1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-pic1-jpg', '', '', '2023-03-24 22:53:03', '2023-03-24 22:53:03', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-pic1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3511, 1, '2023-03-24 22:55:39', '2023-03-24 22:55:39', '', 'download', '', 'inherit', 'open', 'closed', '', 'download', '', '', '2023-03-24 22:55:39', '2023-03-24 22:55:39', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/download.png', 0, 'attachment', 'image/png', 0),
(3513, 1, '2023-03-24 22:56:07', '2023-03-24 22:56:07', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-download.png', 'cropped-download.png', '', 'inherit', 'open', 'closed', '', 'cropped-download-png', '', '', '2023-03-24 22:56:07', '2023-03-24 22:56:07', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-download.png', 0, 'attachment', 'image/png', 0),
(3514, 1, '2023-03-24 22:56:52', '2023-03-24 22:56:52', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-download-1.png', 'cropped-download-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-download-1-png', '', '', '2023-03-24 22:56:52', '2023-03-24 22:56:52', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-download-1.png', 0, 'attachment', 'image/png', 0),
(3515, 1, '2023-03-24 22:57:26', '2023-03-24 22:57:26', 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-pic1.jpg', 'cropped-cropped-cropped-cropped-pic1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-cropped-cropped-pic1-jpg', '', '', '2023-03-24 22:57:26', '2023-03-24 22:57:26', '', 0, 'https://certifications.prepmajor.com/scrum/wp-content/uploads/2023/03/cropped-cropped-cropped-cropped-pic1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3516, 1, '2023-03-24 22:57:33', '2023-03-24 22:57:33', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":0,\"id\":\"1955-c29\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":1,\"id\":\"1955-c30\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c31\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c28\",\"parentId\":\"1955-c27\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c27\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c35\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c34\",\"parentId\":\"1955-c33\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c33\",\"parentId\":\"1955-c32\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c32\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c38\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c39\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c36\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c43\",\"parentId\":\"1955-c42\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;\"}}],\"id\":\"1955-c42\",\"parentId\":\"1955-c41\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c40\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c47\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c40\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c40\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c51\",\"parentId\":\"1955-c50\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c51\",\"index\":0,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c53\",\"index\":0,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c58\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c56\",\"index\":2,\"id\":\"1955-c59\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":3,\"id\":\"1955-c60\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c62\",\"parentId\":\"1955-c61\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c56\",\"index\":5,\"id\":\"1955-c61\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c53\",\"index\":1,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c53\",\"parentId\":\"1955-c52\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c51\",\"index\":1,\"id\":\"1955-c63\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c49\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c68\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c66\",\"parentId\":\"1955-c65\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c65\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c71\",\"parentId\":\"1955-c70\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c73\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":0,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c75\",\"parentId\":\"1955-c73\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":2,\"id\":\"1955-c76\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c73\",\"index\":3,\"id\":\"1955-c77\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c78\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c78\",\"index\":0,\"id\":\"1955-c79\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c71\",\"index\":0,\"id\":\"1955-c72\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c70\",\"parentId\":\"1955-c69\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c69\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 22:57:33', '2023-03-24 22:57:33', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3516', 0, 'revision', '', 0),
(3529, 1, '2023-03-24 23:15:50', '2023-03-24 23:15:50', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[f', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-03-24 23:15:50', '2023-03-24 23:15:50', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3529', 0, 'revision', '', 0),
(3530, 1, '2023-03-24 23:15:50', '2023-03-24 23:15:50', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[f', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-03-24 23:15:50', '2023-03-24 23:15:50', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3530', 0, 'revision', '', 0),
(3565, 1, '2023-04-24 04:35:18', '2023-04-24 04:35:18', '[forminator_form id=\"3561\"]', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-04-24 04:35:18', '2023-04-24 04:35:18', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3565', 0, 'revision', '', 0),
(3531, 1, '2023-03-24 23:15:50', '2023-03-24 23:15:50', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		<h3>Payment Form Available here Soon</h3>', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-03-24 23:15:50', '2023-03-24 23:15:50', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3531', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3523, 1, '2023-03-24 23:00:45', '2023-03-24 23:00:45', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":0,\"id\":\"1955-c29\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":1,\"id\":\"1955-c30\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c31\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c28\",\"parentId\":\"1955-c27\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c27\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c35\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c34\",\"parentId\":\"1955-c33\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c33\",\"parentId\":\"1955-c32\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c32\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c38\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c39\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c36\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c43\",\"parentId\":\"1955-c42\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;\"}}],\"id\":\"1955-c42\",\"parentId\":\"1955-c41\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c40\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c47\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c40\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c40\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c51\",\"parentId\":\"1955-c50\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c51\",\"index\":0,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c53\",\"index\":0,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c58\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c56\",\"index\":2,\"id\":\"1955-c59\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":3,\"id\":\"1955-c60\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c62\",\"parentId\":\"1955-c61\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c56\",\"index\":5,\"id\":\"1955-c61\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c53\",\"index\":1,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c53\",\"parentId\":\"1955-c52\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c51\",\"index\":1,\"id\":\"1955-c63\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c49\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c68\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c66\",\"parentId\":\"1955-c65\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c65\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c71\",\"parentId\":\"1955-c70\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c73\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":0,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c75\",\"parentId\":\"1955-c73\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":2,\"id\":\"1955-c76\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c73\",\"index\":3,\"id\":\"1955-c77\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c78\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c78\",\"index\":0,\"id\":\"1955-c79\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c71\",\"index\":0,\"id\":\"1955-c72\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c70\",\"parentId\":\"1955-c69\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c69\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 23:00:45', '2023-03-24 23:00:45', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3523', 0, 'revision', '', 0),
(3535, 1, '2023-03-24 23:17:38', '2023-03-24 23:17:38', '{\"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\":67,\"type\":\"footer\"}],\"id\":\"13-f4\",\"parentId\":\"13-f3\",\"partialId\":13,\"styleRef\":66,\"type\":\"footer\"}],\"parentId\":\"13-f2\",\"index\":0,\"id\":\"13-f3\",\"partialId\":13,\"styleRef\":65,\"type\":\"footer\"}],\"id\":\"13-f2\",\"parentId\":\"13-f1\",\"partialId\":13,\"styleRef\":64,\"type\":\"footer\"}],\"id\":\"13-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":13,\"styleRef\":63}', '', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2023-03-24 23:17:38', '2023-03-24 23:17:38', '', 14, 'https://certifications.prepmajor.com/scrum/?p=3535', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3538, 1, '2023-03-24 23:21:22', '2023-03-24 23:21:22', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":0,\"id\":\"1955-c29\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":1,\"id\":\"1955-c30\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c31\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c28\",\"parentId\":\"1955-c27\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c27\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c35\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c34\",\"parentId\":\"1955-c33\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c33\",\"parentId\":\"1955-c32\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c32\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c38\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c39\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c36\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c43\",\"parentId\":\"1955-c42\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;\"}}],\"id\":\"1955-c42\",\"parentId\":\"1955-c41\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c40\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c47\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c40\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c40\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c51\",\"parentId\":\"1955-c50\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c51\",\"index\":0,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c53\",\"index\":0,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c58\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c56\",\"index\":2,\"id\":\"1955-c59\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":3,\"id\":\"1955-c60\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c62\",\"parentId\":\"1955-c61\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c56\",\"index\":5,\"id\":\"1955-c61\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c53\",\"index\":1,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c53\",\"parentId\":\"1955-c52\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c51\",\"index\":1,\"id\":\"1955-c63\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c49\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c68\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c66\",\"parentId\":\"1955-c65\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c65\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c71\",\"parentId\":\"1955-c70\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c73\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":0,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c75\",\"parentId\":\"1955-c73\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":2,\"id\":\"1955-c76\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c73\",\"index\":3,\"id\":\"1955-c77\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c78\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c78\",\"index\":0,\"id\":\"1955-c79\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c71\",\"index\":0,\"id\":\"1955-c72\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c70\",\"parentId\":\"1955-c69\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c69\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 23:21:22', '2023-03-24 23:21:22', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3538', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3545, 1, '2023-03-24 23:25:45', '2023-03-24 23:25:45', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":0,\"id\":\"1955-c29\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":1,\"id\":\"1955-c30\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c31\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c28\",\"parentId\":\"1955-c27\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c27\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c35\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c34\",\"parentId\":\"1955-c33\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c33\",\"parentId\":\"1955-c32\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c32\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c38\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c39\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c36\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c43\",\"parentId\":\"1955-c42\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;\"}}],\"id\":\"1955-c42\",\"parentId\":\"1955-c41\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c40\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c47\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c40\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c40\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c51\",\"parentId\":\"1955-c50\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c51\",\"index\":0,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c53\",\"index\":0,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c58\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c56\",\"index\":2,\"id\":\"1955-c59\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":3,\"id\":\"1955-c60\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c62\",\"parentId\":\"1955-c61\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c56\",\"index\":5,\"id\":\"1955-c61\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c53\",\"index\":1,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c53\",\"parentId\":\"1955-c52\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c51\",\"index\":1,\"id\":\"1955-c63\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c49\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c68\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c66\",\"parentId\":\"1955-c65\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c65\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c71\",\"parentId\":\"1955-c70\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c73\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":0,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c75\",\"parentId\":\"1955-c73\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":2,\"id\":\"1955-c76\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c73\",\"index\":3,\"id\":\"1955-c77\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c78\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c78\",\"index\":0,\"id\":\"1955-c79\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c71\",\"index\":0,\"id\":\"1955-c72\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c70\",\"parentId\":\"1955-c69\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c69\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 23:25:45', '2023-03-24 23:25:45', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3545', 0, 'revision', '', 0),
(3561, 1, '2023-04-24 04:20:46', '2023-04-24 04:20:46', '', 'registration-form-for-paypal-payment', '', 'publish', 'closed', 'closed', '', 'registration-form-for-credit-card-payment', '', '', '2023-04-24 04:49:33', '2023-04-24 04:49:33', '', 0, 'https://certifications.prepmajor.com/scrum/?post_type=forminator_forms&#038;p=3561', 0, 'forminator_forms', '', 0),
(3563, 1, '2023-04-24 04:35:18', '2023-04-24 04:35:18', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		<h3>Payment Form Available here Soon</h3>', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-04-24 04:35:18', '2023-04-24 04:35:18', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3563', 0, 'revision', '', 0),
(3564, 1, '2023-04-24 04:35:18', '2023-04-24 04:35:18', '<style>/*! elementor - v3.11.5 - 14-03-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		<h3>Payment Form Available here Soon</h3>', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-04-24 04:35:18', '2023-04-24 04:35:18', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3564', 0, 'revision', '', 0),
(3568, 1, '2023-04-24 04:38:35', '2023-04-24 04:38:35', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"3561\"]', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-04-24 04:38:35', '2023-04-24 04:38:35', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3568', 0, 'revision', '', 0),
(3572, 1, '2023-04-24 04:40:56', '2023-04-24 04:40:56', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"3561\"]', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-04-24 04:40:56', '2023-04-24 04:40:56', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3572', 0, 'revision', '', 0),
(3570, 1, '2023-04-24 04:40:56', '2023-04-24 04:40:56', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"3561\"]', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-04-24 04:40:56', '2023-04-24 04:40:56', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3570', 0, 'revision', '', 0),
(3571, 1, '2023-04-24 04:40:56', '2023-04-24 04:40:56', '<style>/*! elementor - v3.12.1 - 02-04-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>PayPal Payment - Scrum License Register Form</h2>		\n		[forminator_form id=\"3561\"]', 'Certification Enrolment - Paypal', '', 'inherit', 'closed', 'closed', '', '3238-revision-v1', '', '', '2023-04-24 04:40:56', '2023-04-24 04:40:56', '', 3238, 'https://certifications.prepmajor.com/scrum/?p=3571', 0, 'revision', '', 0);
INSERT INTO `YKEpqa_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3553, 1, '2023-03-24 23:35:08', '2023-03-24 23:35:08', '{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":1}}}}},\"id\":\"1955-c4\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":173,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":2}}}}},\"id\":\"1955-c5\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"children\":[{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c5\",\"index\":1,\"id\":\"1955-c6\",\"partialId\":1955,\"styleRef\":370,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/cropped-cropped-cropped-spoc_certiifcate_product_owner.png\",\"caption\":{\"text\":\"\"},\"imageId\":2126,\"size\":\"full\",\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}}],\"styleRef\":167,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":4}}}}},\"id\":\"1955-c7\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":167,\"type\":\"content\",\"domuuid\":\"5-c6\",\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c7\",\"index\":2,\"id\":\"1955-c8\",\"partialId\":1955,\"styleRef\":170,\"type\":\"content\",\"props\":{\"content\":\"<h5><strong>BROAD COVERAGE OF CERTIFICATIONS<\\/strong><\\/h5><p>SCRUMstudy is covering all the bases when it comes to certifications. There are currently 10 agile and Scrum related training and certification offerings:<\\/p><p>1. Scrum Fundamentals Certified (SFC)<\\/p><p>2. Scrum Developer Certified (SDC)<\\/p><p>3. Scrum Master Certified (SMC)<\\/p><p>4. SCRUMstudy Agile Master Certified (SAMC)<\\/p><p>5. Scrum Product Owner Certified (SPOC)<\\/p><p>6. Expert Scrum Master Certified (ESMC)<\\/p><p>7. SCRUMstudy Certified Trainer (SCT)<\\/p><p>8. SCRUMstudy Certified Agile Coach (SCAC)<\\/p><p>9. Certified Implementation Expert (CIE)<\\/p><p>10. Scaled Scrum Master Certified (SSMC)<\\/p><p><br><\\/p>\"}}]},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"order\":3}}}}},\"id\":\"1955-c9\",\"parentId\":\"1955-c3\",\"partialId\":1955,\"styleRef\":350,\"type\":\"content\",\"domuuid\":\"5-c4\"}],\"parentId\":\"1955-c2\",\"id\":\"1955-c3\",\"partialId\":1955,\"styleRef\":166,\"type\":\"content\"}],\"id\":\"1955-c2\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":165,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"overlappable\",\"attrs\":{\"id\":\"overlappable\"}}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"courses\",\"attrs\":{\"id\":\"courses\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"1955-c12\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":0,\"id\":\"1955-c13\",\"partialId\":1955,\"styleRef\":377,\"type\":\"content\",\"props\":{\"content\":\"SCRUM DEVELOPER CERTIFIED (SDC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c14\",\"partialId\":1955,\"styleRef\":379,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sdc.png\",\"caption\":{\"text\":\"\"},\"imageId\":2051,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c12\",\"index\":1,\"id\":\"1955-c15\",\"partialId\":1955,\"styleRef\":378,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">Scrum Developer Certified (SDC<\\/span><sup style=\\\"font-weight: 400; font-size: 10.5px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">\\u00ae<\\/sup><span style=\\\"font-weight: 400; font-size: 14px; font-family: &quot;Open Sans&quot;, sans-serif; color: rgb(51, 51, 51);\\\">) is an entry level certification. The objective of this certification is to ensure that participants understand the basics of Scrum which Scrum team members need to know to effectively contribute to a Scrum project.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/sdc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":430,\"slot\":null,\"parentId\":\"1955-c12\",\"index\":3,\"id\":\"1955-c16\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":371,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c17\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c18\",\"partialId\":1955,\"styleRef\":382,\"type\":\"content\",\"props\":{\"content\":\"Scrum Master Certified (SMC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":0,\"id\":\"1955-c19\",\"partialId\":1955,\"styleRef\":381,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/smc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2084,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c17\",\"index\":2,\"id\":\"1955-c20\",\"partialId\":1955,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum Master Certified (SMC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) professionals have a practical, working knowledge of Scrum that equips them to guide and implement Scrum projects in a Scrum environment. The purpose of the exam is to confirm that applicants have achieved sufficient understanding of how the apply Scrum framework and practices to projects and to tailor Scrum in a particular scenario.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/smc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":431,\"slot\":null,\"parentId\":\"1955-c17\",\"index\":3,\"id\":\"1955-c21\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":372,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"1955-c22\",\"parentId\":\"1955-c11\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c23\",\"partialId\":1955,\"styleRef\":385,\"type\":\"content\",\"props\":{\"content\":\"The Scrum Product Owner Certified (SPOC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c24\",\"partialId\":1955,\"styleRef\":384,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/spoc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2079,\"size\":\"\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1955-c22\",\"index\":0,\"id\":\"1955-c25\",\"partialId\":1955,\"styleRef\":383,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">The Scrum Product Owner Certified (SPOC<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">) certification exam is designed to confirm a Product Owner\\u2019s applicants practical and working knowledge of Scrum in terms of the ability to handle the related business aspects and projects stakeholders (particularly the customer) in a Scrum environment.<\\/span><\\/p>\"}},{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\\/scrum\\/spoc\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"text\":\"Read More and register\",\"allIcons\":true,\"icon\":\"font-awesome\\/long-arrow-right\",\"type\":\"svg\"}]},\"styleRef\":432,\"slot\":null,\"parentId\":\"1955-c22\",\"index\":3,\"id\":\"1955-c26\",\"partialId\":1955,\"type\":\"content\"}],\"styleRef\":373,\"type\":\"content\"}],\"id\":\"1955-c11\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":186,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":0,\"id\":\"1955-c29\",\"partialId\":1955,\"styleRef\":455,\"type\":\"content\",\"props\":{\"content\":\"Free Course - Scrum Fundamentals Certified (SFC\\u00ae)\"}},{\"name\":\"hop-image\",\"slot\":null,\"parentId\":\"1955-c28\",\"index\":1,\"id\":\"1955-c30\",\"partialId\":1955,\"styleRef\":456,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/certifications.prepmajor.com\\/scrum\\/wp-content\\/uploads\\/2023\\/03\\/sfc-home.png\",\"caption\":{\"text\":\"\"},\"imageId\":2085,\"size\":\"\",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"},\"useCustomSize\":false},\"style\":{\"descendants\":{\"image\":{\"maxWidth\":{\"value\":\"\"},\"maxHeight\":{\"value\":\"\"}}}}},{\"name\":\"hop-text\",\"id\":\"1955-c31\",\"parentId\":\"1955-c28\",\"partialId\":1955,\"styleRef\":454,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\\\">Scrum Fundamentals Certified\\u2019 course is tailored to help anyone interested to know more about Scrum; learn about key concepts in Scrum as defined in the SBOK<\\/span><sup style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\">&nbsp;Guide; and to get a basic understanding of how Scrum framework works in delivering successful projects. This course is included as a part of Free Primary Lifetime Membership. The purpose of the \\u2018Scrum Fundamentals Certified\\u2019 exam is to confirm you have basic understanding of the Scrum framework. On passing the exam, you will be accredited as \\u201cScrum Fundamentals Certified\\u201d.<\\/span><strong style=\\\"color: rgb(32, 31, 37); font-family: &quot;Open Sans&quot;, sans-serif; font-weight: 400; font-size: 16px;\\\"> Click the below button to register<\\/strong><\\/p>\"}}],\"id\":\"1955-c28\",\"parentId\":\"1955-c27\",\"partialId\":1955,\"styleRef\":453,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c27\",\"partialId\":1955,\"styleRef\":452,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c35\",\"parentId\":\"1955-c34\",\"partialId\":1955,\"styleRef\":451,\"type\":\"content\",\"props\":{\"text\":\"Click here to apply for the free course from prepmajor \",\"link\":{\"value\":\"\\/scrum\\/sfc\\/\"}}}],\"id\":\"1955-c34\",\"parentId\":\"1955-c33\",\"partialId\":1955,\"styleRef\":450,\"type\":\"content\"}],\"id\":\"1955-c33\",\"parentId\":\"1955-c32\",\"partialId\":1955,\"styleRef\":449,\"type\":\"content\"}],\"parentId\":\"1955-c10\",\"index\":2,\"id\":\"1955-c32\",\"partialId\":1955,\"styleRef\":448,\"type\":\"content\"}],\"id\":\"1955-c10\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"id\":\"1955-c37\",\"parentId\":\"1955-c36\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"The Three Scrum Licenses Available To Purchase<br>\"},\"id\":\"1955-c38\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":197,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c39\",\"parentId\":\"1955-c37\",\"partialId\":1955,\"styleRef\":198,\"type\":\"content\",\"props\":{\"content\":\"<p>SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certified professionals help organizations improve their project delivery processes which leads to increased ROI. Their specific Scrum knowledge promotes a practical approach to product development, which includes the<br>anticipation and response to issues and changes in a timely manner<\\/p><p>Though there is no mandatory prerequisite for most of the SCRUMstudy<br><sup style=\\\"font-size: 10.5px;\\\">\\u2122<\\/sup>&nbsp;certifications, it may help to follow the preferred hierarchical structure.<\\/p>\"}}],\"styleRef\":196,\"type\":\"content\"}],\"id\":\"1955-c36\",\"parentId\":\"1955-c10\",\"partialId\":1955,\"styleRef\":195,\"type\":\"content\"}]},\"styleRef\":185,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"cta\",\"attrs\":{\"id\":\"cta\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"1955-c43\",\"parentId\":\"1955-c42\",\"partialId\":1955,\"styleRef\":444,\"type\":\"content\",\"props\":{\"content\":\"Click on any link below to choose any payment option to register for the three available Scrum license&nbsp;\"}}],\"id\":\"1955-c42\",\"parentId\":\"1955-c41\",\"partialId\":1955,\"styleRef\":443,\"type\":\"content\"}],\"parentId\":\"1955-c40\",\"index\":0,\"id\":\"1955-c41\",\"partialId\":1955,\"styleRef\":442,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"id\":\"1955-c45\",\"parentId\":\"1955-c44\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c46\",\"partialId\":1955,\"styleRef\":441,\"type\":\"content\",\"props\":{\"link\":{\"value\":\"\\/scrum\\/paypal-certification-enrollment\\/\"},\"content\":\"click here to Register for license and pay by Paypal\"}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c47\",\"partialId\":1955,\"styleRef\":440,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by Credit Card\",\"link\":{\"value\":\"\\/scrum\\/creditcard-certification-enrollment\\/\"}}},{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"1955-c45\",\"index\":0,\"id\":\"1955-c48\",\"partialId\":1955,\"styleRef\":439,\"type\":\"content\",\"props\":{\"content\":\"CLICK HERE TO Register for license and pay by bank transfer\",\"link\":{\"value\":\"\\/scrum\\/banktransfer-certification-enrollment\\/\"}}}],\"styleRef\":201,\"type\":\"content\"}],\"id\":\"1955-c44\",\"parentId\":\"1955-c40\",\"partialId\":1955,\"styleRef\":200,\"type\":\"content\"}],\"id\":\"1955-c40\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":199,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"blog\",\"attrs\":{\"id\":\"blog\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"1955-c51\",\"parentId\":\"1955-c50\",\"partialId\":1955,\"children\":[{\"name\":\"hop-blog-list\",\"parentId\":\"1955-c51\",\"index\":0,\"id\":\"1955-c52\",\"partialId\":1955,\"styleRef\":209,\"type\":\"content\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"1955-c53\",\"index\":0,\"id\":\"1955-c54\",\"partialId\":1955,\"styleRef\":211,\"type\":\"content\",\"props\":{\"showPlaceholder\":true}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"1955-c56\",\"parentId\":\"1955-c55\",\"partialId\":1955,\"styleRef\":213,\"type\":\"content\",\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c57\",\"partialId\":1955,\"styleRef\":214,\"type\":\"content\",\"props\":{\"prefix\":\"\"}},{\"name\":\"hop-post-title\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":1,\"id\":\"1955-c58\",\"partialId\":1955,\"styleRef\":215,\"type\":\"content\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"font-awesome\\/user\",\"id\":1,\"prefix\":\"by\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome\\/calendar\",\"id\":2,\"prefix\":\"on\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"font-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome\\/comment\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false,\"separator\":\"\",\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"1955-c56\",\"index\":2,\"id\":\"1955-c59\",\"partialId\":1955,\"styleRef\":216,\"type\":\"content\"},{\"name\":\"hop-post-excerpt\",\"slot\":null,\"parentId\":\"1955-c56\",\"index\":3,\"id\":\"1955-c60\",\"partialId\":1955,\"styleRef\":217,\"type\":\"content\",\"props\":{\"maxLength\":\"12\"}},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"Read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"1955-c62\",\"parentId\":\"1955-c61\",\"partialId\":1955,\"styleRef\":219,\"type\":\"content\"}],\"slot\":null,\"parentId\":\"1955-c56\",\"index\":5,\"id\":\"1955-c61\",\"partialId\":1955,\"styleRef\":218,\"type\":\"content\"}]}],\"slot\":null,\"parentId\":\"1955-c53\",\"index\":1,\"id\":\"1955-c55\",\"partialId\":1955,\"styleRef\":212,\"type\":\"content\"}],\"id\":\"1955-c53\",\"parentId\":\"1955-c52\",\"partialId\":1955,\"styleRef\":210,\"type\":\"content\",\"domuuid\":\"1706-c6-0\"}]},\"props\":{\"numberPosts\":\"3\",\"orderBy\":\"date\"},\"slot\":null},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"1955-c64\",\"parentId\":\"1955-c63\",\"partialId\":1955,\"styleRef\":417,\"type\":\"content\",\"props\":{\"text\":\"Read more blogs\",\"link\":{\"value\":\"\\/scrum\\/blog\\/\"}}}],\"slot\":null,\"parentId\":\"1955-c51\",\"index\":1,\"id\":\"1955-c63\",\"partialId\":1955,\"styleRef\":416,\"type\":\"content\"}],\"styleRef\":208,\"type\":\"content\"}],\"id\":\"1955-c50\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":207,\"type\":\"content\"}],\"id\":\"1955-c49\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":206,\"type\":\"content\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Scrum Blog About All Licenses\"},\"id\":\"1955-c67\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":222,\"type\":\"content\"},{\"name\":\"hop-text\",\"id\":\"1955-c68\",\"parentId\":\"1955-c66\",\"partialId\":1955,\"styleRef\":223,\"type\":\"content\",\"props\":{\"content\":\"<h3><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">Scrum principles are the foundation on which the Scrum framework is based. The principles of Scrum can be applied to any type of project or organization, and they must be adhered to in order to ensure appropriate application of Scrum. The aspects and processes of Scrum can be modified to meet the requirements of the project, or the organization using it, but Scrum principles are non-negotiable and must be applied as described in the framework presented in A Guide to the Scrum Body of Knowledge (SBOK<\\/span><sup style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 10.5px; font-weight: 400;\\\">\\u00ae<\\/sup><span style=\\\"color: rgb(51, 51, 51); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; font-weight: 400;\\\">&nbsp;Guide). Keeping the principles intact and using them appropriately instills confidence to the user of the Scrum framework with regard to attaining the objectives of the project. Principles are considered to be the core guidelines for applying the Scrum framework.<\\/span><\\/h3><p><br><\\/p>\"}}],\"id\":\"1955-c66\",\"parentId\":\"1955-c65\",\"partialId\":1955,\"styleRef\":221,\"type\":\"content\"}],\"id\":\"1955-c65\",\"parentId\":\"1955-c49\",\"partialId\":1955,\"styleRef\":220,\"type\":\"content\"}]}},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"contact\",\"attrs\":{\"id\":\"contact\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}}}}},\"id\":\"1955-c71\",\"parentId\":\"1955-c70\",\"partialId\":1955,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}}}}},\"id\":\"1955-c73\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":0,\"id\":\"1955-c74\",\"partialId\":1955,\"styleRef\":229,\"type\":\"content\",\"props\":{\"content\":\"contact&nbsp;\"}},{\"name\":\"hop-icon\",\"id\":\"1955-c75\",\"parentId\":\"1955-c73\",\"partialId\":1955,\"styleRef\":230,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/binoculars\"}},{\"name\":\"hop-heading\",\"parentId\":\"1955-c73\",\"index\":2,\"id\":\"1955-c76\",\"partialId\":1955,\"styleRef\":231,\"type\":\"content\",\"props\":{\"content\":\"write us or contact us on our social media\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/company\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.70555940416621998334534282548702321946620941162109375},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/BlueskyCitadel\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.99507349490676000325350969433202408254146575927734375},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.youtube.com\\/channel\\/UCGobnhMroJc7vgc2l2UuYOw\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.59129472684116002323406746654654853045940399169921875},{\"name\":\"socicon\\/instagram\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.instagram.com\\/blueskycitadel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.905289866645559992974767737905494868755340576171875}]},\"parentId\":\"1955-c73\",\"index\":3,\"id\":\"1955-c77\",\"partialId\":1955,\"styleRef\":232,\"type\":\"content\"}],\"styleRef\":228,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"70\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}}}}},\"id\":\"1955-c78\",\"parentId\":\"1955-c72\",\"partialId\":1955,\"children\":[{\"name\":\"hop-contact-form\",\"parentId\":\"1955-c78\",\"index\":0,\"id\":\"1955-c79\",\"partialId\":1955,\"styleRef\":234,\"type\":\"content\",\"props\":{\"shortcode\":\"[contact-form-7 id=\\\"1540\\\" title=\\\"Contact form 1\\\"]\",\"buttonAlign\":\"center\"}}],\"styleRef\":233,\"type\":\"content\"}],\"parentId\":\"1955-c71\",\"index\":0,\"id\":\"1955-c72\",\"partialId\":1955,\"styleRef\":227,\"type\":\"content\"}],\"styleRef\":226,\"type\":\"content\"}],\"id\":\"1955-c70\",\"parentId\":\"1955-c69\",\"partialId\":1955,\"styleRef\":225,\"type\":\"content\"}],\"id\":\"1955-c69\",\"parentId\":\"1955-c1\",\"partialId\":1955,\"styleRef\":224,\"type\":\"content\"}],\"id\":\"1955-c1\",\"partialId\":1955,\"styleRef\":152,\"type\":\"content\"}', '', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2023-03-24 23:35:08', '2023-03-24 23:35:08', '', 106, 'https://certifications.prepmajor.com/scrum/?p=3553', 0, 'revision', '', 0);

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

--
-- Table structure for table `YKEpqa_smush_dir_images`
--

CREATE TABLE `YKEpqa_smush_dir_images` (
  `id` mediumint(9) UNSIGNED NOT NULL,
  `path` text NOT NULL,
  `path_hash` char(32) DEFAULT NULL,
  `resize` varchar(55) DEFAULT NULL,
  `lossy` varchar(55) DEFAULT NULL,
  `error` varchar(55) DEFAULT NULL,
  `image_size` int(10) UNSIGNED DEFAULT NULL,
  `orig_size` int(10) UNSIGNED DEFAULT NULL,
  `file_time` int(10) UNSIGNED DEFAULT NULL,
  `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `meta` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_termmeta`
--

CREATE TABLE `YKEpqa_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `YKEpqa_terms`
--

CREATE TABLE `YKEpqa_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_terms`
--

INSERT INTO `YKEpqa_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Business', 'business', 0),
(3, 'Nature', 'nature', 0),
(4, 'News &amp; updates', 'news-and-updates', 0),
(5, 'People', 'people', 0),
(6, 'Technology', 'technology', 0),
(7, 'blog', 'blog', 0),
(8, 'books', 'books', 0),
(9, 'colibri', 'colibri', 0),
(10, 'post', 'post', 0),
(11, 'read', 'read', 0),
(12, 'tags', 'tags', 0),
(13, 'website', 'website', 0),
(14, 'Main', 'main', 0),
(15, 'Scrum Blog', 'scrum-blog', 0);

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

--
-- Table structure for table `YKEpqa_term_relationships`
--

CREATE TABLE `YKEpqa_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_term_relationships`
--

INSERT INTO `YKEpqa_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1626, 14, 0),
(3596, 14, 0),
(1628, 14, 0),
(1629, 14, 0),
(3503, 14, 0),
(1631, 14, 0),
(2134, 15, 0),
(2135, 15, 0),
(2136, 15, 0),
(2643, 15, 0),
(2656, 15, 0),
(2658, 15, 0),
(2660, 15, 0),
(2661, 15, 0),
(2662, 15, 0),
(2663, 15, 0),
(2664, 15, 0),
(3601, 14, 0),
(3597, 14, 0);

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

--
-- Table structure for table `YKEpqa_term_taxonomy`
--

CREATE TABLE `YKEpqa_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_term_taxonomy`
--

INSERT INTO `YKEpqa_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'category', '', 0, 0),
(3, 3, 'category', '', 0, 0),
(4, 4, 'category', '', 0, 0),
(5, 5, 'category', '', 0, 0),
(6, 6, 'category', '', 0, 0),
(7, 7, 'post_tag', '', 0, 0),
(8, 8, 'post_tag', '', 0, 0),
(9, 9, 'post_tag', '', 0, 0),
(10, 10, 'post_tag', '', 0, 0),
(11, 11, 'post_tag', '', 0, 0),
(12, 12, 'post_tag', '', 0, 0),
(13, 13, 'post_tag', '', 0, 0),
(14, 14, 'nav_menu', '', 0, 8),
(15, 15, 'category', '', 0, 11);

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

--
-- Table structure for table `YKEpqa_usermeta`
--

CREATE TABLE `YKEpqa_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_usermeta`
--

INSERT INTO `YKEpqa_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin@prepmajor.com'),
(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, 'YKEpqa_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'YKEpqa_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"9692734ed697a31d4a89296ea8cfe229998dc91ec9006996e13c6d42f753cfc9\";a:4:{s:10:\"expiration\";i:1692146616;s:2:\"ip\";s:13:\"86.138.206.90\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";s:5:\"login\";i:1691973816;}}'),
(25, 1, 'announcements_user_counter', '1'),
(26, 1, 'elementor_introduction', 'a:1:{s:27:\"ai-get-started-announcement\";b:1;}'),
(24, 1, 'YKEpqa_persisted_preferences', 'a:3:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-03-24T23:22:22.479Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}}'),
(17, 1, 'YKEpqa_dashboard_quick_press_last_post_id', '3578'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"86.138.206.0\";}'),
(19, 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\";}'),
(20, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:12:\"add-post_tag\";}'),
(21, 1, 'YKEpqa_user-settings', 'libraryContent=browse&editor=tinymce'),
(22, 1, 'YKEpqa_user-settings-time', '1679698738'),
(23, 1, 'nav_menu_recently_edited', '14');

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

--
-- Table structure for table `YKEpqa_users`
--

CREATE TABLE `YKEpqa_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `YKEpqa_users`
--

INSERT INTO `YKEpqa_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin@prepmajor.com', '$P$Byb5SlbiVwVt6Waz40dHBJsC/N5E6b0', 'adminprepmajor-com', 'admin@certifications.prepmajor.com', 'https://certifications.prepmajor.com/scrum', '2023-03-19 03:01:23', '', 0, 'admin');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `YKEpqa_actionscheduler_actions`
--
ALTER TABLE `YKEpqa_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id` (`claim_id`),
  ADD KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`);

--
-- Indexes for table `YKEpqa_actionscheduler_claims`
--
ALTER TABLE `YKEpqa_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `YKEpqa_actionscheduler_groups`
--
ALTER TABLE `YKEpqa_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `YKEpqa_actionscheduler_logs`
--
ALTER TABLE `YKEpqa_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

--
-- Indexes for table `YKEpqa_cmplz_cookiebanners`
--
ALTER TABLE `YKEpqa_cmplz_cookiebanners`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `YKEpqa_cmplz_cookies`
--
ALTER TABLE `YKEpqa_cmplz_cookies`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `YKEpqa_cmplz_services`
--
ALTER TABLE `YKEpqa_cmplz_services`
  ADD PRIMARY KEY (`ID`);

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

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

--
-- Indexes for table `YKEpqa_defender_audit_log`
--
ALTER TABLE `YKEpqa_defender_audit_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `event_type` (`event_type`(250)),
  ADD KEY `action_type` (`action_type`(250)),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `context` (`context`(250)),
  ADD KEY `ip` (`ip`);

--
-- Indexes for table `YKEpqa_defender_email_log`
--
ALTER TABLE `YKEpqa_defender_email_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `source` (`source`(250));

--
-- Indexes for table `YKEpqa_defender_lockout`
--
ALTER TABLE `YKEpqa_defender_lockout`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ip` (`ip`),
  ADD KEY `status` (`status`),
  ADD KEY `attempt` (`attempt`),
  ADD KEY `attempt_404` (`attempt_404`);

--
-- Indexes for table `YKEpqa_defender_lockout_log`
--
ALTER TABLE `YKEpqa_defender_lockout_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ip` (`ip`),
  ADD KEY `type` (`type`),
  ADD KEY `tried` (`tried`(250)),
  ADD KEY `country_iso_code` (`country_iso_code`);

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

--
-- Indexes for table `YKEpqa_defender_scan_item`
--
ALTER TABLE `YKEpqa_defender_scan_item`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type` (`type`(250)),
  ADD KEY `status` (`status`(250));

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

--
-- Indexes for table `YKEpqa_frmt_form_entry`
--
ALTER TABLE `YKEpqa_frmt_form_entry`
  ADD PRIMARY KEY (`entry_id`),
  ADD KEY `entry_is_spam` (`is_spam`),
  ADD KEY `entry_type` (`entry_type`),
  ADD KEY `entry_form_id` (`form_id`);

--
-- Indexes for table `YKEpqa_frmt_form_entry_meta`
--
ALTER TABLE `YKEpqa_frmt_form_entry_meta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `meta_key` (`meta_key`),
  ADD KEY `meta_entry_id` (`entry_id`),
  ADD KEY `meta_key_object` (`entry_id`,`meta_key`);

--
-- Indexes for table `YKEpqa_frmt_form_reports`
--
ALTER TABLE `YKEpqa_frmt_form_reports`
  ADD PRIMARY KEY (`report_id`);

--
-- Indexes for table `YKEpqa_frmt_form_views`
--
ALTER TABLE `YKEpqa_frmt_form_views`
  ADD PRIMARY KEY (`view_id`),
  ADD KEY `view_form_id` (`form_id`),
  ADD KEY `view_ip` (`ip`),
  ADD KEY `view_form_object` (`form_id`,`view_id`),
  ADD KEY `view_form_object_ip` (`form_id`,`view_id`,`ip`);

--
-- Indexes for table `YKEpqa_hustle_entries`
--
ALTER TABLE `YKEpqa_hustle_entries`
  ADD PRIMARY KEY (`entry_id`),
  ADD KEY `entry_type` (`entry_type`),
  ADD KEY `entry_module_id` (`module_id`);

--
-- Indexes for table `YKEpqa_hustle_entries_meta`
--
ALTER TABLE `YKEpqa_hustle_entries_meta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `meta_key` (`meta_key`),
  ADD KEY `meta_entry_id` (`entry_id`),
  ADD KEY `meta_key_object` (`entry_id`,`meta_key`);

--
-- Indexes for table `YKEpqa_hustle_modules`
--
ALTER TABLE `YKEpqa_hustle_modules`
  ADD PRIMARY KEY (`module_id`),
  ADD KEY `active` (`active`);

--
-- Indexes for table `YKEpqa_hustle_modules_meta`
--
ALTER TABLE `YKEpqa_hustle_modules_meta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `module_id` (`module_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Indexes for table `YKEpqa_hustle_tracking`
--
ALTER TABLE `YKEpqa_hustle_tracking`
  ADD PRIMARY KEY (`tracking_id`),
  ADD KEY `tracking_module_id` (`module_id`),
  ADD KEY `action` (`action`),
  ADD KEY `tracking_module_object` (`action`,`module_id`,`module_type`),
  ADD KEY `tracking_module_object_ip` (`module_id`,`tracking_id`,`ip`),
  ADD KEY `tracking_date_created` (`date_created`);

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

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

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

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

--
-- Indexes for table `YKEpqa_smush_dir_images`
--
ALTER TABLE `YKEpqa_smush_dir_images`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `path_hash` (`path_hash`),
  ADD KEY `image_size` (`image_size`);

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

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

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

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `YKEpqa_actionscheduler_actions`
--
ALTER TABLE `YKEpqa_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3546;

--
-- AUTO_INCREMENT for table `YKEpqa_actionscheduler_claims`
--
ALTER TABLE `YKEpqa_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1109;

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

--
-- AUTO_INCREMENT for table `YKEpqa_actionscheduler_logs`
--
ALTER TABLE `YKEpqa_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `YKEpqa_cmplz_cookiebanners`
--
ALTER TABLE `YKEpqa_cmplz_cookiebanners`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `YKEpqa_cmplz_cookies`
--
ALTER TABLE `YKEpqa_cmplz_cookies`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `YKEpqa_cmplz_services`
--
ALTER TABLE `YKEpqa_cmplz_services`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `YKEpqa_frmt_form_views`
--
ALTER TABLE `YKEpqa_frmt_form_views`
  MODIFY `view_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=63;

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `YKEpqa_smush_dir_images`
--
ALTER TABLE `YKEpqa_smush_dir_images`
  MODIFY `id` mediumint(9) UNSIGNED NOT NULL AUTO_INCREMENT;

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

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

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

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

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

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
